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

java

How to Use AWS CloudFront Signed URLs in Spring Boot?

July 1, 2026June 26, 2026 by Yuba Raj Kalathoki

If you’re serving private files from Amazon S3, you’ve probably used S3 presigned URLs. They work but they expose your …

Read More How to Use AWS CloudFront Signed URLs in Spring Boot?

How to Fix “Public Key Retrieval is not allowed” MySQL JDBC Error

July 1, 2026June 8, 2026 by Yuba Raj Kalathoki

If you are developing a Java or Spring Boot application with a MySQL database, you might suddenly encounter this frustrating …

Read More How to Fix “Public Key Retrieval is not allowed” MySQL JDBC Error

Complete Guide to JaCoCo: How to Measure Java Code Coverage Accurately

July 1, 2026May 25, 2026 by Yuba Raj Kalathoki

Software bugs cost time and money. One of the best ways to catch them early is by testing your code. …

Read More Complete Guide to JaCoCo: How to Measure Java Code Coverage Accurately

How to Fix NoClassDefFoundError: javax/xml/bind/DatatypeConverter in Java (Java 11+)

July 1, 2026February 4, 2026 by Yuba Raj Kalathoki

While upgrading Java applications from Java 8 to Java 11 or later, many developers encounter the following runtime error: Caused …

Read More 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)

July 1, 2026November 20, 2025 by Yuba Raj Kalathoki

When your database is hosted on a remote server, especially inside a private network or cloud VPC, you should never …

Read More 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)

July 1, 2026November 3, 2025 by Yuba Raj Kalathoki

Working with JSON is a common task in modern Java development, especially when dealing with APIs and external data sources. …

Read More How to Convert JSON Array to Java List (With Examples)

Configure CORS in Spring Cloud Gateway (WebFlux & WebMVC)

July 1, 2026August 29, 2025 by Yuba Raj Kalathoki

Cross-Origin Resource Sharing (CORS) is a critical part of modern web application development. If your frontend application is running on …

Read More Configure CORS in Spring Cloud Gateway (WebFlux & WebMVC)

Java String Tutorial

July 1, 2026April 5, 2025 by Yuba Raj Kalathoki

A String in Java is an immutable sequence of characters used to represent text. It’s one of the most fundamental classes, powering everything from …

Read More Java String Tutorial

Java String Best Practices and Common Pitfalls

July 1, 2026April 5, 2025 by Yuba Raj Kalathoki

Top 10 Java String Best Practices 1. Use StringBuilder for Loops/Heavy Concatenation 2. Always Compare Strings with equals() 3. Prefer String.isEmpty() Over length() == 0 4. …

Read More Java String Best Practices and Common Pitfalls

Java String Security: Handling Passwords, SQL, and User Input

July 1, 2026April 4, 2025 by Yuba Raj Kalathoki

1. Why char[] is Safer for Passwords The Problem with String Solution: Use char[] Best Practices: 2. Preventing SQL Injection The Danger of String …

Read More Java String Security: Handling Passwords, SQL, and User Input

Older posts
Page1 Page2 … Page33 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