
Implementation of HTTP Methods in Python: A Quick Guide
In this post, I'll go through an implementation of HTTP methods in Python, that includes GET, POST, PATCH, PUT, DELETE. As HTTP requests are asynchronous…

How to Create and Launch an AWS EC2 Instance
This blog walks you through the steps to create and launch an AWS EC2 instance using a free tier account. I will cover the entire…

How to use Windows Package Manager – Winget
This post explains how to use the windows package manager - Winget, to install and update applications on Windows.

Best Practices and Valuable Principles for RESTful API
Best Practices and Valuable Principles for RESTful API, elaborates 10 important considerations for a well structured API.

How to Invoke AWS Lambda by a Scheduled Event
This blog explains how to invoke AWS lambda by a scheduled event. We will write a function in GO language, which is triggered by a…

Easily Discover Containerized Spring Boot Microservices using Consul
Discovering microservices at runtime can be challenging. This post discusses an easy method to locate containerized Spring Boot microservices using Consul.