Weekend Links

Read More

The Value of Code Comments

One of the things I changed my mind about after joining TED was the value of code comments. TED codebases take advantage of YARD to annotate its code. This makes it easy to generate searchable documentation for every app we use. I then often import these document sets into Dash app.

Read More

WSJ Profiles Jony Ive

From the Wall Street Journal:

Sir Jony Ive—as of 2012, the Knight Commander of the Most Excellent Order of the British Empire—has his name on 1,628 U.S. patents, part of 14,000 he holds worldwide encompassing both software and hardware.

Lots of interesting nuggets in this interview. One of the most interesting parts to me is that he can write an awful lot that he can’t draw. Apparently a picture is not worth 1000 words.

Read More

Using GitHub Codespaces to Improve Volunteer Experience

GitHub offers a cloud software development environment called codespaces. After seeing new volunteers at Code for Boston struggle with setting up a new Ruby on Rails web application, I decided to try something to make it easier. I setup codespaces to provide a one click way to create a working development environment.

Read More

The Art of Product Podcast

I have recently been enjoying the Art of Product podcast by the founders of Tuple. If you are interested in software businesses and organizations, it’s worth the listen.

Read More
This work by Matt Zagaja is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.