Articles in this series
Starting with Spring Boot using VS Code · Why another Spring blog? Spring is one of the most popular frameworks to build web applications using Java and...
Handling request parameters and API response · Request To Response Spring allows creating an API that handles input, processes it, and returns the...
Using MongoDB Atlas connection in MongoDB · MongoDB MongoDB is a NoSQL database that uses JSON-like documents to map and store data from Java...
Querying data from MongoDB with Spring Boot - Part 1 · Loading Sample data in MongoDB Atlas A task of an API that allows us to interact with a...
Optimizing APIs in Spring Boot using MongoDB index · MongoDB Indexes MongoDB provides indexes to support efficient querying. Without indexes, all the...
Using a Snowflake ID server to produce one-of-a-kind IDs in Spring Boot · Introduction The Snowflake ID Server is a Spring Boot-based microservice...