Today via Lobsters: Write code that is easy to delete, not easy to extend. I think I like programmingisterrible.com.
Category Archives: Programming
You Are Gonna Need It
Over on YAGNI exceptions some ideas about what you probably are gonna need…
The Fetch standard
The Fetch standard defines requests, responses, and the process that binds them: fetching.
Book Review: A Philosophy of Software Design
Today via HN: Book Review: A Philosophy of Software Design.
Microsoft REST API Guidelines
Today I stumbled upon Microsoft REST API Guidelines.
Software Architecture Books
Today via r/programming: Awesome Software Architecture Books. I am particularly interested in System Architecture, Design Patterns, and Data Engineering.
CSS spacing
This via r/programming today: CSS: The Spacing Between Elements Should Be Determined by the Parent Element.
Cool Bash
Today via lobsters: Cool things I learned about Bash this week.
HTML Tips
Via r/programming today: HTML Tips.
Modulinos In Bash
Via Hacker News today: Modulinos In Bash. “A modulino is a file which behaves like a library when it is imported, and like a script when executed.”