
Utilizing Configuration Files for HTTP Clients in Python
May 14, 2024
,
In this blog, I explain how to utilize configuration files for HTTP clients in Python, streamlining your coding process for better efficiency.

WISE – Cheapest Online Money Transfer Service
May 2, 2024
,
Wise is one of the cheapest online money transfer service that allows individuals and businesses to send and receive money internationally at a fraction of the cost compared to traditional…

Start building Microservices with Go and Docker
April 28, 2024
,
This blog explains how can we start building microservices with Go and Docker. Go language's lightweight nature makes it a good choice for microservices architectures and cloud-native applications.

A Complete Guide to WordPress Theme Creation
April 8, 2024
,
This blog is a complete guide to WordPress theme creation, with ten chapters covering every essential step to build your own custom theme

Ultimate Guide to Prepare for the AWS Certified Solutions Architect – Associate Exam
April 5, 2024
,
This blog shares a practical information to help you prepare effectively for the AWS Certified Solutions Architect - Associate exam

How to Handle Panics in GO
April 2, 2023
,
In this article, we'll cover how to handle panics in GO and share the most effective techniques and best practices for managing panics.

How JWTs are Signed and Shared for Secure Web Authentication
March 10, 2023
,
This blog will take a comprehensive look at JWTs, including what they are, how they work, and how JWTs are signed and shared.

Implementation of HTTP Methods in Python: A Quick Guide
March 5, 2023
,
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 in nature, I will also…

How to Create and Launch an AWS EC2 Instance
February 25, 2023
,
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 process from signing up for…

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