GenAI, Artificial Intelligence, Code
Your Product Shouldn’t Just Respond — It Should Act: A Guide to Agentic AI Workflows
Imagine telling your software: “Hey, just handle this for me.” And then it does. No need to click ten buttons, fill out five forms, or wait around. It just gets it done. That’s not wishful thinking anymore — that’s the promise of agentic AI.
Jul 10, 2025
Code, Developer, Software Architecture
How to write a better code?
The answer is simple: craftsmanship. There are two parts of learning this craftsmanship: knowledge and work - knowledge about principles, patterns, practices and heuristics that a craftsman needs and practicing the same again and again to get better at it.
Dec 29, 2021
Code, Developer, Software Architecture
SOLID ADVISE FOR SOFTWARE DEVELOPMENT
SOLID Principles were introduced by Robert C. Martin - The Uncle Bob in the year 2000 on his paper Design Principles and Design pattern. Uncle Bob is one of the weird naming schemes in computer science in line with the Java (The Coffee☕), Python (the snake🐍) and Gang of Four 🧑🏻🤝🧑🏼🧑🏼🤝🧑. However the name was coined by Michael Feathers later.
Dec 26, 2021
Code, Developer, Software Architecture
Cohesion🔗 and Coupling🖇️ in Software Architecture🦸🏻♂️
Let try to design and write better code by looking at two 💕 of the important software quality metrics – Cohesion and Coupling. This is applicable for any programming language and help you write high quality code which ensure high reusability and easy maintenance. These high level topics in general talk about how easily our code can be changed and extended. Most people think they are the same – to a certain point it is, but there is a difference
Dec 24, 2021