So, Is Agentic AI the End of Microservices?Amidst all this talk of "agents" acting autonomously, a natural question arises, especially for those of us who've mastered modular architectures for years: Is Agentic AI going to replace microservices? My short answer: Absolutely not. They're fundam...Jul 22, 2025·3 min read
Seamless Delegation: Hosting a Subdomain on AWS Route 53 while Maintaining Control with Your Primary DNS ProviderJun 25, 2023·4 min read
AWS IAM Identity Center Made Easy: Automating Credential Management with aws-sso-credsAs more organizations adopt cloud-based services and multi-account strategies, managing access to these resources becomes a complex task. AWS IAM Identity Center simplifies this by enabling administrators to manage SSO access to multiple AWS accounts...May 5, 2023·3 min read
Event-Driven Messaging Made Easy with Amazon SQS, SNS, and EventBridgeAs businesses scale up and expand, their IT infrastructure can become increasingly complex. A growing number of systems, applications, and services can lead to a lack of visibility and control, which in turn can hamper operations and lead to poor cus...Apr 24, 2023·4 min read
BreathOfLife: How a Serverless App Built on AWS Helped Meet Critical Covid-19 NeedsPhoto by cottonbro studio: https://www.pexels.com/photo/people-wearing-diy-masks-3951628/ Spoiler Alert*: Different kind of article from me ;-)* The Covid-19 pandemic changed our lives in many ways and one of the most significant impacts has been in ...Mar 24, 2023·4 min read
Event-Driven vs Workflows: A Comprehensive Comparison for Developers and ArchitectsAs cloud workloads become increasingly complex, developers and architects need to carefully consider which orchestration approach to use in their AWS architecture. Two popular approaches are event-driven architecture and workflows using AWS Step Func...Mar 9, 2023·6 min read
Building an SDK with TypeScriptAn SDK (Software Development Kit) is a collection of software development tools in one installable package. An SDK can include libraries, APIs, and sample code for a specific platform or programming language. SDKs are used to help developers build ap...Feb 4, 2023·6 min read
Creating and Using Custom Repositories in NestJS with TypeORM 0.3NestJS with TypORM NestJS is a popular framework for building scalable and efficient server-side applications using Node.js. It provides a modular structure for organizing your code and makes it easy to use various libraries and frameworks, such as T...Dec 31, 2022·5 min read