-
WTF is Idiomatic
Ever been told your code isn't 'idiomatic' and wondered what that even means? This quick explainer breaks down idiomatic vs non-idiomatic code with real Elixir examples—because writing Python in Elixir syntax just doesn't cut it.
-
The Twelve-Factor App - A Guideline for Building Modern Web Applications
From Heroku's playbook to modern cloud deployment—rediscover the Twelve-Factor App methodology that still shapes how we build scalable web applications today. A practical guide to the principles that make your apps portable, maintainable, and cloud-ready.
-
Thinking S.R.P. in S.O.L.I.D.
How can a class do 'one thing' when it needs to coordinate multiple components? A deep dive into the Single Responsibility Principle with real examples, showing how to separate concerns without creating a mess of tiny classes that do nothing.
-
(My) JavaScript Style
When JavaScript style guides are as wild as the Wild West—establish your own coding conventions that actually work. A developer's personal style guide covering brackets, comments, variable declarations, and the eternal debate over single vs. double quotes in the JavaScript wilderness.