Saimon hossain

Simplifying Cross-Account Communication in AWS: A Practical Guide

In the fast-paced world of cloud computing, Amazon Web Services (AWS) is a popular choice for businesses looking to build secure, scalable, and strong applications. As businesses expand in the…

Managing Python Dependencies in Serverless

Managing Python Dependencies in Serverless

Prerequisites In order to run the following commands, you need to have a Ubuntu (or any other Debian-based) work environment up and running! STEPS

cli application with python and typer

Build a CLI application with Python and Typer

CLI applications are ubiquitous and we are using them every day whether it be Git, Curl, or Pip. In this blog, I will show you how to build a Site…

Refactoring and Unit Test – Demystifying Gilded Rose

Refactoring and Unit Test – Demystifying Gilded Rose

Demystifying Gilded Rose is a very popular refactoring exercise that is intended for practicing your test case writing and refactoring skills. It represents the dreaded situation we have to face as software…