Skip to content
CoderSathi
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git

Sort List of Objects in Java

September 14, 2023July 18, 2022 by Yuba Raj Kalathoki
Sort List Of Objects In Java

In this short post, we will learn to sort a List of Objects in Java. First, we will create a …

Read More Sort List of Objects in Java

Connect MongoDB Atlas Cluster Using Shell

May 20, 2024July 17, 2022 by Yuba Raj Kalathoki
Connect MongoDB Atlas Cluster Using Shell

In this post, we will learn to connect the MongoDB Atlas cluster using a shell command from our local machine. …

Read More Connect MongoDB Atlas Cluster Using Shell

Create Cluster In MongoDB Atlas

August 14, 2022July 17, 2022 by Yuba Raj Kalathoki
Create Cluster In MongoDB Atlas

In this post, we will learn to create a cluster in MongoDB Atlas. We will not learn what is MongoDB …

Read More Create Cluster In MongoDB Atlas

Search In MongoDB Using Java

September 14, 2023July 15, 2022 by Yuba Raj Kalathoki
check MongoDb database size

In this post, we will learn to implement a search query in MongoDB using Java. Most of the applications have …

Read More Search In MongoDB Using Java

What is MongoDB?

May 27, 2023July 10, 2022 by Yuba Raj Kalathoki
What is MongoDB

MongoDB is an Open Source and cross-platform NoSQL Document Database. It was developed by MongoDB Inc. MongoDB is the most …

Read More What is MongoDB?

MongoDB Document to POJO Class in Java

November 30, 2023July 10, 2022 by Yuba Raj Kalathoki
check MongoDb database size

In this post, we will learn to map MongoDB Document to POJO Class in Java directly from org.bson.Document object to …

Read More MongoDB Document to POJO Class in Java

MongoCollection in Spring Boot

September 14, 2023July 9, 2022 by Yuba Raj Kalathoki
check MongoDb database size

In this post, we will learn to use a MongoCollection instance for database operations in the Spring Boot application. We …

Read More MongoCollection in Spring Boot

Set Environment Variable in Tomcat

September 14, 2023July 6, 2022 by Yuba Raj Kalathoki
tomcat logo

In this post, we will learn to set environment variables in the tomcat configuration file so that when the application …

Read More Set Environment Variable in Tomcat

Logging MongoDB Queries in Java?

March 7, 2024July 5, 2022 by Yuba Raj Kalathoki

In this post, we will learn to enable logging MongoDB queries in Java. For this example, we need a MongoDB …

Read More Logging MongoDB Queries in Java?

Spring Boot Circular Dependency Error

November 22, 2024June 1, 2022 by Yuba Raj Kalathoki

What is a circular dependency? The circular dependency error occurs when a bean type A is dependent on B and …

Read More Spring Boot Circular Dependency Error

Older posts
Newer posts
← Previous Page1 … Page13 Page14 Page15 … Page45 Next →
+ Load More Post

Recent Posts

  • How to Fix “Public Key Retrieval is not allowed” MySQL JDBC Error
  • Complete Guide to JaCoCo: How to Measure Java Code Coverage Accurately
  • How to Create a Google App Password: Full Step-by-Step Guide
  • How to Fix “Files Showing as Modified” in IntelliJ IDEA on macOS
  • How to Fix NoClassDefFoundError: javax/xml/bind/DatatypeConverter in Java (Java 11+)
  • How to Connect Java Application to a Remote Database Using an SSH Tunnel (with Spring Boot Examples)
  • How to Convert JSON Array to Java List (With Examples)
  • Configure CORS in Spring Cloud Gateway (WebFlux & WebMVC)
  • Java String Tutorial
  • Java String Best Practices and Common Pitfalls
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2026
Next Page »
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git