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

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

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

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

Eclipse Code Formatter Code Template for Java

August 5, 2022March 29, 2022 by Coder Sathi

In this post, we will learn to import custom Eclpse Code Template and Formatter for Java. So, before following the …

Read More Eclipse Code Formatter Code Template for Java

Upload Multipart File In Angular

March 7, 2024March 28, 2022 by Paribartan Kalathoki
upload multipart file in angular

In this short post, we will learn to upload a multipart file using angular. 1. Create an input field In …

Read More Upload Multipart File In Angular

Multipart File Upload Spring Boot

September 13, 2022March 24, 2022 by Coder Sathi
upload multipart file spring boot

In this post, we will learn to upload a Multipart File using Spring Boot. If you want to learn how …

Read More Multipart File Upload Spring Boot

Pagination and Sorting in Spring Boot

February 18, 2025March 21, 2022 by Coder Sathi

Pagination and Sorting in Spring Boot are essential features every developer should understand when working with large datasets in Spring …

Read More Pagination and Sorting in Spring Boot

Install Angular on Windows

September 13, 2022March 20, 2022 by Paribartan Kalathoki
upload multipart file in angular

Angular is the JavaScript framework developed and maintained by Google. It is used to develop web applications. In this post, …

Read More Install Angular on Windows

Create PDF using JasperReports in Java

February 19, 2024March 15, 2022 by Coder Sathi
git change remote url

In this post, we will learn to create PDF using JasperReports in Java. Let’s take a simple example. We have …

Read More Create PDF using JasperReports in Java

Older posts
Newer posts
← Previous Page1 … Page3 Page4 Page5 … Page11 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