Today via HN: Book Review: A Philosophy of Software Design.
Category Archives: Programming
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.”
WebCoLa
Today I learned about WebCoLa: cola.js (A.K.A. “WebCoLa”) is an open-source JavaScript library for arranging your HTML5 documents and diagrams using constraint-based optimization techniques.
JavaScript console object
Via r/programming: Advanced console.log Tips & Tricks. A good run down on browser logging facilities…
Testing in Production, the safe way
This via r/programming today: Testing in Production, the safe way.