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

How to

How to disable SSL require in MySQL Workbench

July 1, 2026December 28, 2021 by Yuba Raj Kalathoki
check MongoDb database size

The latest version of the MySQL Workbench requires to use of SSL while connecting to any Relational Database Management System …

Read More How to disable SSL require in MySQL Workbench

How to check if field exists in MongoDb?

July 1, 2026November 30, 2021 by Yuba Raj Kalathoki
How to check if field exists in MongoDb?

In MongoDB, we can check whether the field exists or not in two different ways: Ignore field using $exists operator …

Read More How to check if field exists in MongoDb?

How to check if a file exists in Java before working with it?

July 1, 2026November 16, 2021 by Yuba Raj Kalathoki

You can check if a file exists in Java before working with it using the exists() method from the File …

Read More How to check if a file exists in Java before working with it?

How can I create a new file in Java?

July 1, 2026November 16, 2021 by Yuba Raj Kalathoki

To create a new file in Java, you can use the File class along with the createNewFile() method. Following is …

Read More How can I create a new file in Java?

Install MongoDB BI Connector on Ubuntu

July 1, 2026August 6, 2021 by Yuba Raj Kalathoki
Install MongoDB BI Connector on Ubuntu

MongoDB BI Connector is a connector that allows us to use MongoDB as a data source for SQL-based BI (Business …

Read More Install MongoDB BI Connector on Ubuntu

How to install MySQL ODBC driver in Ubuntu

July 1, 2026August 6, 2021 by Yuba Raj Kalathoki

MySQL is one of the most popular relational database management systems used by businesses and developers worldwide. However, in order …

Read More How to install MySQL ODBC driver in Ubuntu

Create ZIP file in Java

July 1, 2026August 5, 2021 by Yuba Raj Kalathoki

Overview A Zip file is an archive archived file format that contains one or more files or directory. You can …

Read More Create ZIP file in Java

How to convert List to Map in Java?

July 1, 2026July 29, 2021 by Yuba Raj Kalathoki

As a developer, the need to convert List to Map in Java is a common task. There are mainly two …

Read More How to convert List to Map in Java?

Create an IAM user in AWS

July 1, 2026July 28, 2021 by Yuba Raj Kalathoki

Overview IAM is used to create AWS users, assign them to a group and assign the permission they need. We …

Read More Create an IAM user in AWS

Connect To MongoDB using Compass Via SSH Tunnel

July 1, 2026July 24, 2021 by Yuba Raj Kalathoki

Overview Let’s say, you have a MongoDB database server in your private subnet, which means you can’t connect or access …

Read More Connect To MongoDB using Compass Via SSH Tunnel

Older posts
Newer posts
← Previous Page1 … Page6 Page7 Page8 … Page12 Next →
+ Load More Post

Recent Posts

  • How to Use AWS CloudFront Signed URLs in Spring Boot?
  • How to Fix SSH Agent Forwarding on macOS: The Ultimate Guide for Developers
  • How to Connect Spring Boot to AWS Secrets Manager Dynamically (Without Git Exposure)
  • 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)
  • 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