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

Print Git Branch Name in Jenkins Pipeline

October 11, 2023August 31, 2020 by Coder Sathi
Print Git Branch Name in Jenkins Pipeline

If you’re setting up a Jenkins pipeline, you may need to know how to print the Git branch name. Being …

Read More Print Git Branch Name in Jenkins Pipeline

Clean Up Jenkins Home Directory

January 15, 2025August 31, 2020 by Coder Sathi
Clean Up Jenkins Home Directory

Developers and DevOps professionals frequently use Jenkins as a tool for automating tasks. However, like any software, it is essential …

Read More Clean Up Jenkins Home Directory

Easily Delete Last N Commits In Git

May 29, 2024August 31, 2020 by Coder Sathi
git change remote url

Are you looking for a way to delete the last N number of commits from your Git repository? If yes …

Read More Easily Delete Last N Commits In Git

How to Delete Last Commit Git: A Step-by-Step Guide

February 18, 2025August 31, 2020 by Coder Sathi
delete last commit git

Mistakes with Git commits are inevitable, but fixing them doesn’t have to be complicated. Whether you need to undo recent …

Read More How to Delete Last Commit Git: A Step-by-Step Guide

Edit last commit message in Git

February 27, 2024August 31, 2020 by Coder Sathi
git change remote url

Are you someone who is new to version control, or just looking to improve your Git skills? One important aspect …

Read More Edit last commit message in Git

How to change Git remote URL

February 11, 2025August 31, 2020 by Coder Sathi

Changing the remote URL of a Git repository is a common task that is necessary when you want to move …

Read More How to change Git remote URL

(Solved) Error: Could Not Find or Load Main Class in Java

May 2, 2023August 29, 2020 by Coder Sathi
Error: Could Not Find or Load Main Class

Introduction If you’re a Java developer or a student just starting to learn Java, you are likely to encounter the …

Read More (Solved) Error: Could Not Find or Load Main Class in Java

Java DateTimeFormatter Example: A Complete Guide to Date Formatting

April 5, 2025August 15, 2020 by Coder Sathi

If you’re working with dates in Java, the DateTimeFormatter class is your ultimate tool for converting between human-readable date strings and machine-friendly LocalDateTime objects. …

Read More Java DateTimeFormatter Example: A Complete Guide to Date Formatting

Advanced JDBC Topics: Elevating Your Database Interactions

March 1, 2025March 1, 2018 by Coder Sathi

Dive into connection pooling, batch processing, and more to build scalable, high-performance applications. Why Go Beyond Basics? While basic CRUD …

Read More Advanced JDBC Topics: Elevating Your Database Interactions

Newer posts
← Previous Page1 … Page43 Page44
+ 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
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git