Install Ubuntu 24 on VirtualBox
VirtualBox is a tool that helps you to run virtual machines on your host operating system. This means that in your main Windows operating system, you can install virtual machines…
VirtualBox is a tool that helps you to run virtual machines on your host operating system. This means that in your main Windows operating system, you can install virtual machines…
Let’s learn to create the Login API with JWT in our User management service Java GRPC. we have already learned about onboarding/creating new users to the User Management Service. The…
Amazon Web Services provides a free tier where you can use the AWS services free for 12 months but there is some capping applied on each service. You can use…
In today’s world of microservice deployment, architecture is widely used and if you want to perform authentication and authorization across multiple services then JSON Web Token (JWT) is widely used.…
Let’s learn to create a user in our user management service. User can register in the service by providing their details like first name, last name, email address, password, etc,…
In the last post, we established the database connection between our Java application and MySQL database server. Now we will create a GRPC server in Java that will help to…
In our user management service, we are going to store the user details and then use those user details for displaying and login purposes. we will be using MySQL relational…
If you want to build any big application then there is a need for a User Management System where you can onboard new users for your application and then provide…
Visual Studio code is an Integrated Development Environment that can be used to develop complex applications. As there are multiple Operating Systems available in the market like Windows, Linux, and…
Postman is an application that helps you create and initiate requests for your server API. You can use Postman to call the HTTP server or the GRPC server. Postman will…