#java
Read more stories on Hashnode
Articles with this tag
In application development, creating complex objects can become cumbersome, especially when they have multiple attributes or require specific...
In this blog, we will explore the concept of JSON Web Tokens (JWT) and how they can be effectively utilized for authentication and authorization in a...
Projections in Spring Data JPA is a way to retrieve only specific columns from the database or combine fields from multiple entities into a single...
Microservices Orchestration: What Is It And How Does It Work? Microservices orchestration represents a single centralized executable business process...
What's the Purpose of Java 8 ? Concise and minimal code utilize functional programming benefits parallel programming to utilize multi core...
Lets make a project to fetch data from a table. I have MySQL installed in my machine, below is the details. Now, as we all know that to connect to DB...