Feb 16 · 28 min read · Agentic AI refers to autonomous systems that use large language models (LLMs) to perceive, reason, and act in pursuit of goals – often by dynamically calling tools or other software. Teams building these AI agents have found that the most successful ...
Join discussion
Feb 1 · 4 min read · As software engineers, we often start by writing code that just works. But as applications grow, we face familiar problems; duplicate logic, tightly coupled classes, code that’s hard to modify, and bugs that appear when even small changes are made. T...
Join discussionJan 3 · 4 min read · Hey, if you're reading this — drop a comment and tell me: have you ever been scared to touch your own code? Like, genuinely afraid because you don't even understand how the pieces fit together anymore? Yeah… that's where I was a few months ago. That'...
Join discussionNov 8, 2025 · 6 min read · I sat here this Saturday morning. My two year old daughter was sitting cross legged on the floor, surrounded by an explosion of plastic farm animals. She was deep in thought, inspecting a cow in one hand and a horse in the other, then scanning the sp...
KKarim commented
Oct 11, 2025 · 16 min read · Introduction React component design has evolved significantly over the years. From class components to functional components with hooks, from prop drilling to context. One pattern that has gained significant traction in modern React development is th...
Join discussion
Oct 2, 2025 · 6 min read · In the growing landscape of no-code and low-code website development, Framer and Webflow have emerged as two of the most powerful and popular platforms. Both empower users to design and launch sophisticated websites without writing a single line of c...
Join discussion
Jul 28, 2025 · 2 min read · In my previous blog on The Sneaky Distributed Monolith, I reflected on how monstrous spaghetti code often sneaks up on us unnoticed. Spaghetti code is the natural byproduct of entropy and avoiding it is an active process. I mentioned that the remedy ...
Join discussionJul 24, 2025 · 3 min read · Introduction: Why Water is the Soul of Luxury Villa Design Explore how modern luxury villas use water features — pools, ponds, and waterfalls — to enhance architecture, serenity, and prestige. Discover key design strategies and inspiration. 1. Water...
Join discussion
Jul 13, 2025 · 7 min read · Introduction Have you ever needed to process a request through a series of handlers, where each handler decides whether to process the request or pass it along? If so, you’ve already encountered the core idea behind the Chain of Responsibility design...
Join discussion