Easy AzureAD Integration for Spring Boot Applications1. Introduction In this tutorial, we will demonstrate how to seamlessly integrate AzureAD as the identity provider for Spring Boot applications, offering a robust authentication mechanism for your application users. 2. Overview AzureAD, Microsoft's c...Jul 25, 2023·11 min read
Vite 3.0 vs. Create React App:Create React App (CRA) has played a pivotal role in the development of React’s strong community and ecosystem. When it comes to constructing a local React development environment on a whim, Create React App is the tool of choice for developers of all...Jul 12, 2023·12 min read
Going Serverless With Spring Cloud Function and AWS Lambda: Java 17 SupportAWS Lamda: AWS Lambda is a serverless computing service offered by Amazon Web Services (AWS). It provides an event-driven computing service, allowing developers to focus on writing code without worrying about infrastructure management. Some key benef...Jul 12, 2023·3 min read
Deploying a Java Spring Boot application on AWS EC2This is a brief note about deploying a JAVA Spring Boot project on the AWS EC2 server. Assuming you have created an EC2 instance with Ubuntu OS and connected to it with puTTy. MySQL Database Install MySQL sudo apt install mysql-server sudo mysql_secu...Jul 12, 2023·3 min read