DNDaniel Nogueras Del Rioin42-journey.hashnode.dev·Mar 3 · 8 min readFord-Johnson Algorithm: The GTO of Sorting Imagine you are building a system where every "comparison" isn't just a CPU operation, but a high-latency network request, a heavy database query, or a human decision. In these scenarios, traditional 00
DNDaniel Nogueras Del Rioin42-journey.hashnode.dev·Feb 26 · 7 min readInception Bonus: Scaling the InfrastructureIt’s a simulation of Production Scaling. We are adding services that a company uses to handle traffic spikes and simplify developer workflows. Github link: https://github.com/danoguer/inception We are00
DNDaniel Nogueras Del Rioin42-journey.hashnode.dev·Feb 26 · 20 min readInception: Architecting a Scalable, Multi-Container SystemThis project is a deep dive into Infrastructure as Code (IaC) using Docker. The goal was to build a fully functional, secure, and persistent web environment (WordPress + MariaDB + NGINX) while adherin00