Today I read My Third Year as a Solo Developer which is about a dude trying to establish himself as a solo developer after leaving Google.
Category Archives: Programming
DevOnDuty: Vim as IDE
This looks pretty kickass: Vim as IDE.
Design Patterns Explained with Food
Today I discovered Design Patterns Explained with Food. It’s fun. The original GoF patterns implemented for food.
Reasoning about code is a scam
Today I read Reasoning about code is a scam, itself a rather contrarian piece. But I enjoyed it.
D3.js
Today I learned about D3.js which looks pretty interesting. A JavaScript library for “data-driven documents”.
Parsing HTML on the command line
Check out pup for parsing HTML on the command line. Does pretty printing too.
Generating unique, random-looking voucher codes
Today I discovered Generating unique, random-looking voucher codes.
Incomplete List of Mistakes in the Design of CSS
Today I discovered Incomplete List of Mistakes in the Design of CSS.
Falsehoods Programmers Believe about REST APIs
A fun read: Falsehoods Programmers Believe about REST APIs.
Safely Creating And Using Temporary Files
An excellent run down on Safely Creating And Using Temporary Files.