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 can I create a new file in Java?

November 16, 2023November 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

February 16, 2024August 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

March 6, 2024August 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

August 5, 2022August 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?

January 17, 2025July 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

December 12, 2022July 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

January 8, 2025July 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

Access Organization account in AWS

August 5, 2022July 23, 2021 by Yuba Raj Kalathoki

This post is a continuation of my previous post on create an Organization in AWS. Here we will learn to …

Read More Access Organization account in AWS

Create Organization in AWS

September 14, 2023July 23, 2021 by Yuba Raj Kalathoki
aws logo

AWS Organization is one of the services in AWS cloud which lets users create different accounts per environment and helps …

Read More Create Organization in AWS

Increase EBS volume size in AWS EC2

September 14, 2023June 30, 2021 by Yuba Raj Kalathoki
aws logo

Overview Instead of adding a large EBS volume size initially, we usually set the minimum required size and when needed …

Read More Increase EBS volume size in AWS EC2

Older posts
Newer posts
← Previous Page1 … Page6 Page7 Page8 … Page11 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