How JWTs are Signed and Shared for Secure Web Authentication
This blog will take a comprehensive look at JWTs, including what they are, how they work, and how JWTs are signed and shared.
Helpful articles on coding tips, tutorials, and tools to make your development easier and faster.
This blog will take a comprehensive look at JWTs, including what they are, how they work, and how JWTs are signed and shared.
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…
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…
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, elaborates 10 important considerations for a well structured API.
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.
Discovering microservices at runtime can be challenging. This post discusses an easy method to locate containerized Spring Boot microservices using Consul.
A beginner's guide to Spring Boot Microservices: Create a simple app, add a GET API, and run it in Docker using CLI and docker-compose.
Integrate Cassandra with Spring Boot microservices and Docker to boost your application's scalability and performance seamlessly.
This document explains how to set up the Spring Boot environment in VS Code, detailing the steps to install and configure the necessary tools.