Introduction "The Art of Programming is the Art of Organizing Complexity" - Edsger...
When a problem isn't clear, the solution can't be either. When was the last time you...
Authority Goes Bottom-Up, Accountability Goes Top-Down. Introduction In my small journey...
What Sits And What Fits. Michael Di Prisco ・ Jan 24 ...
Introduction. [TL;DR] It depends. In software development, the concepts of rules,...
The Problem with Roadmaps I recently read a very interesting article by Marty Cagan...
Premise What follows is a response to the beautiful article by Josh Collinsworth that you...
Premise What follows is my personal opinion on what I consider plausible to happen in the...
A powerful truth. Look at the following, simple and straightforward code: function...
Less than a year ago, I was celebrating my first thousand followers on Dev.to and I just noticed I...
A brief article on the reasons why Node.js did not implement TypeScript. First things...
A reflection on my first 10 years in the world of development, from the first lines of code to the...
How we tested all our APIs without writing a single test. Introduction In my...
Welcome to the final installment of our exploration of the Twelve Factors in Software Development. In...
Welcome back to our exploration of the Twelve Factors in Software Development. In this segment, we'll...
Welcome back to our exploration of the Twelve Factors in Software Development. In this segment, we'll...
Welcome back to our journey through the Twelve Factors in Software Development. In this segment,...
Welcome back to our exploration of the Twelve Factors in Software Development. In this segment, we'll...
Welcome back to our exploration of the Twelve Factors in Software Development. In this segment, we'll...
Welcome back to our exploration of the Twelve Factors in Software Development. In this segment, we'll...
Welcome back to our exploration of the Twelve Factors in Software Development. In this installment,...
Treat backing services as attached resources Welcome back to our exploration of the Twelve...
Store config in the environment Welcome back to our journey through the Twelve Factors in...
Explicitly declare and isolate dependencies Welcome back to our exploration of the Twelve...
One codebase tracked in revision control, many deploys Welcome to the world of software...
🚀 Milestone Unlocked: 1000 Dev.to Followers! I am thrilled to share this incredible moment...
The twelve factor app methodology is a set of best practices for building modern, cloud-native...
Introduction Asynchronous programming is a fundamental concept in modern web development,...
Follow me on Github! As mentioned in my previous posts about contributing to other libraries, here...
What is this? This is an interval implementation that allows you to set an interval and...