Containerized Applications with AWS Copilot: A Hands-On GuideHello Engineers, In this article I am going to explore a CLI tool that will be a game changer for containerized applications and make it easy to deploy on Amazon Web Services. Recently I talked about AWS Copilot at the AWS Hungary Conference and shar...Feb 5, 2024·8 min read·14
Understanding Cloud Native & its ArchitectureOverview The term Cloud-Native first appeared 10 years ago when Netflix discussed their web application architecture in AWS re: invent talk 2013. At that time, the meaning of Cloud-Native was likely different than it is today. However, there were no ...Nov 3, 2023·6 min read·12
Software Engineering Principle — Coupling & CohesionHi engineers and peers, In this article, I’ll be discussing one of the core software engineering principles, that every software engineer should know or at least be aware of it. As we engineers are supposed to grow in our careers, we have to upgrade ...Oct 17, 2023·4 min read·9
Test Driven Development & GoIn this blog, I'll be discussing Test-Driven Development, its approaches, and best practices in the context of Golang with some code examples. Here's the GitHub repo link from where I am going to show you some code examples Test Driven Development in...Oct 17, 2023·6 min read·11