Deploying Jenkins on AWS EC2 Instance with Ubuntu: A Complete Setup Guide
April 30, 2023
,
Learn how to set up an AWS EC2 instance with Ubuntu OS and Jenkins. Follow our step-by-step guide for a seamless installation.
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.
Best Practices and Valuable Principles for RESTful API
February 15, 2023
,
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
February 4, 2023
,
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 scheduled event.
Easily Discover Containerized Spring Boot Microservices using Consul
January 29, 2023
,
Discovering microservices at runtime can be challenging. This post discusses an easy method to locate containerized Spring Boot microservices using Consul.