Tag: software engineering
Cloud Native (Bookmarks)
My bookmarks. Mess of. Publishing them to spur myself to… put in order (before everything we know becomes obsolete!). (Last updated 2020-10-19.)
LevelUP: Promises, Promises…
Promisifying LevelDB in Node to escape callback hell…
EvilMVC
Notes towards…
Template for Request for Proposal, Requirements & Design Specifications
Been cloning this document for so long, so many times…
Opinionated Frameworks: Software Engineering Theory and Practice
Eclectic notes for a presentation I gave…
Code Versus Data in Customized WordPress Models
Surprised, at first, that Codex says to (re)register custom post types (CPT) at “init” — an event (WP calls them “hooks”) triggered early in the processing of every request. Custom taxonomies, too. Why repeat this messy setup (WP even registers its … Continued