Posts
All the articles I've posted.
-
The Rise of Edge Computing When Cloud Isn’t Enough
Cloud computing has transformed the way we build and deploy applications. It has made infrastructure scalable, cost-effective, and accessible to organizations of all sizes. From startups launching their first application to global enterprises running mission-critical workloads, the cloud has become the backbone of modern digital innovation.
-
Getting Started with ngx-markdown and Marked in Angular
Markdown has become the standard format for writing documentation, blog posts, release notes, knowledge bases, and AI-generated content. Instead of storing large HTML strings, developers can write content in a clean and readable Markdown format and render it dynamically in Angular applications.
-
The Art of Site Reliability Engineering (SRE) Keeping Systems Always On
Imagine opening your favorite streaming platform during a major sporting event and finding it unavailable Or attempting an online payment only to encounter a server error Or searching the web and receiving no results.
-
Building Stateful AI Agents with LangGraph
AI agents have evolved beyond simple prompt-response interactions. Modern applications need agents that can remember context, recover from failures, coordinate multiple tools, and execute complex workflows over time. This is where **stateful AI agents** come into play.