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

Install MongoDB BI Connector on Ubuntu

February 16, 2024August 6, 2021 by Coder Sathi
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 Coder Sathi

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 Coder Sathi

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

What is Java? Exploring Its Key Features, Benefits, and Use Cases

February 12, 2025July 30, 2021 by Coder Sathi

Java is one of the most influential programming languages in the world, powering everything from enterprise software to mobile apps …

Read More What is Java? Exploring Its Key Features, Benefits, and Use Cases

How to convert List to Map in Java?

January 17, 2025July 29, 2021 by Coder Sathi

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 Coder Sathi

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 Coder Sathi

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 Coder Sathi

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 Coder Sathi
Create Organization in AWS

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

Compile and Run Java Program

February 13, 2025July 9, 2021 by Coder Sathi
Compile and Run Java Program

Are you new to Java and trying to learn how to compile and run a simple Java program? Look no …

Read More Compile and Run Java Program

Older posts
Newer posts
← Previous Page1 … Page28 Page29 Page30 … Page44 Next →
+ Load More Post

Recent Posts

  • Java String Tutorial
  • Java String Best Practices and Common Pitfalls
  • Java 8+ String Enhancements: New Methods and Best Practices
  • Java String Security: Handling Passwords, SQL, and User Input
  • Java Special Characters: Escaping, Unicode, and Text Blocks
  • Java Regex Tutorial: Pattern, Matcher, and Practical Examples
  • Java String Manipulation: Replace, Split, and Join
  • Java String Performance: Optimize Concatenation with StringBuilder
  • Java String Formatting Guide: printf(), String.format(), and More
  • Java String Comparison: equals(), ==, and compareTo() Explained
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2025
Next Page »
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git