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

Logging MongoDB Queries in Java?

March 7, 2024July 5, 2022 by Coder Sathi

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

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

Create User in MySQL

September 14, 2023May 31, 2022 by Coder Sathi

In this post, we will learn to create user in MySQL server and also assign a role to specific database. …

Read More Create User in MySQL

Error Code: 1175. You are using safe update mode… while modifying MySQL data from Workbench

May 2, 2024April 28, 2022 by Coder Sathi
Error Code: 1175. You are using safe update mode... while modifying MySQL data from Workbench

Today, I encountered an error code 1175 while deleting the MySQL table row using MySQL Workbench. The error was like: …

Read More Error Code: 1175. You are using safe update mode… while modifying MySQL data from Workbench

Internationalization in Java

April 5, 2025April 25, 2022 by Coder Sathi

Internationalization in Java is the process of designing an application that can be adapted to various local languages like Japanese, …

Read More Internationalization in Java

Increase Token Expiration AWS Cognito

September 14, 2023April 18, 2022 by Coder Sathi

In this post, we will learn to increase token expiration time in AWS Cognito User Pool. We are not going …

Read More Increase Token Expiration AWS Cognito

Difference Between Scale In And Scale Out In AWS

September 20, 2023April 11, 2022 by Coder Sathi
Difference Between Scale In And Scale Out In AWS

As a beginner, the term Scale In and Scale-Out is very confusing. These terms come under the AWS EC2 Auto …

Read More Difference Between Scale In And Scale Out In AWS

Logical Operators in Java

March 29, 2025April 5, 2022 by Coder Sathi

Logical operators in Java are used to perform logical operations on boolean expressions. There are three logical operators in Java. …

Read More Logical Operators in Java

Iterable to Stream in Java

September 24, 2022April 5, 2022 by Coder Sathi
Iterable to Stream in Java

In this post, we will learn to convert Iterable to Stream in Java. To convert Iterable to Stream, we need …

Read More Iterable to Stream in Java

Comparison or Relational Operators in Java

March 29, 2025April 4, 2022 by Coder Sathi
Comparison Operators in Java

Comparison or Relational operators in Java are used to compare two values and determine if they are equal, greater than, …

Read More Comparison or Relational Operators in Java

Older posts
Newer posts
← Previous Page1 … Page13 Page14 Page15 … 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