Cover image by Audy of Course
Recap
Last time, we finished optimising our images:
Used the fs module from Node to elegantly handle nested directories inside src/img
Learned about short-circui...
Introduction: The Growing Pains of a Frontend Codebase
Every frontend project starts small and simpleโa few components, some state management, maybe a couple of API calls. Fast forward a year, and s...
##Architecture diagram:
By Noble Mutuwa Mulaudzi - DevOps Engineer
Introduction
Microservices architecture has become the go-to approach for building scalable, resilient, and maintain...
Infrastructure published: true description: Explore how Windows Server 2025 transforms enterprise infrastructure through advanced automation, intelligent resource management, and sophisticated securit...
Alright, buckle up folks, because this is the tragic tale of how I thought I was fixing Laravel Modulesโฆ only to realize I'd have to rewrite Laravel itself. ๐ Did I succeed? Nope.
Did I at least...
When it comes to productivity โhacks,โ music or background sound apps rank high on many peopleโs list of must-try tools. Over the past few years, Brain.fm has earned a passionate followingโand...
Retrieval-Augmented Generation (RAG) relies on an advanced retrieval system to fetch relevant information before generating responses. At the heart of this retrieval process are vector databases, whic...
In this article, we dive into Semantic HTML - a crucial step towards writing cleaner, more accessible, and SEO-friendly code. Building on the foundational concepts covered in my previous article HTML ...
Introduction
In this blog post, I will walk through the steps involved in deploying a basic web app on Azure App Service. The process includes setting up the infrastructure on Azure, creating...