Designing Enterprise Architecture for Agentic Systems On AWSEnterprise architecture is evolving from service-oriented systems toward agent-driven systems, where coordination is no longer predefined but emerges from context and intent. This article presents a pApr 26, 2026·17 min read
Automating Dependencies' UpgradeOne of the biggest challenges in software development is keeping track of the dependencies’ version releases and following the most up-to-date versions as soon as possible. While this is critical toward reducing technical debt in the long term, it ca...Feb 19, 2025·11 min read
Sidecar Pattern In Serverless DesignObservability becomes significantly more challenging when transitioning to distributed systems, particularly in Serverless architectures. While serverless design is beneficial for decomposition and scalability, its granular nature imposes challenges ...Feb 1, 2025·12 min read
Personal Use of AWS Organizations Using CDKOver the years of using AWS, I’ve invested a lot of effort into managing costs and maintaining a tidy account. However, I began creating new accounts and closing them once they were no longer needed. This approach has led to several challenges, inclu...Nov 5, 2024·10 min read
Conventional Use of AWS CDKInfrastructure as code, a principal rule of agility and reliability, helps deliver configurable software by combining all different pieces into a single asset, such as Software code, Configuration, and infrastructure. However, this approach introduce...Nov 4, 2024·8 min read
Lambda Code Execution Freeze/ThawAWS Lambda, a serverless computing service, enables code execution on demand while providing an isolated environment for each individual request. This design inherently ensures reliability, as any failure in one request does not affect others. When w...Oct 18, 2024·9 min read