Readable Asynchronous Code with async/await in JavaScript
How async/await syntax replaced Promise chains and made asynchronous JavaScript genuinely readable — with examples.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 22/30)
How async/await syntax replaced Promise chains and made asynchronous JavaScript genuinely readable — with examples.
How I shifted from page-centric thinking to component-centric thinking, and how Vue.js makes that shift practical.
How to produce clean API responses with Laravel Resource classes without leaking your database model directly to clients.
What PHP 7.2 introduced and how the direction of the language has shaped my day-to-day coding habits.
Branching habits, merge strategies, and how to build a traceable change history with Git and pull requests.
What the mobile-first CSS approach is and how to use media queries to keep a single interface looking right across different screen sizes.