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

How to Check MongoDB Database size?

January 29, 2025August 31, 2020 by Yuba Raj Kalathoki
check MongoDb database size

Are you managing a MongoDB server on Ubuntu and need to monitor its disk usage? While MongoDB offers built-in tools …

Read More How to Check MongoDB Database size?

How to export MongoDB data into CSV file?

August 5, 2022August 31, 2020 by Yuba Raj Kalathoki
coding coffee

We may need to export MongoDB data into CSV from local server or remote server. Hence, in this post we …

Read More How to export MongoDB data into CSV file?

String Interpolation In Jenkins

October 11, 2023August 31, 2020 by Yuba Raj Kalathoki
logo jenkins

Jenkins Pipeline uses rules identical to Groovy for string interpolation. Groovy’s String interpolation support can be confusing to many newcomers …

Read More String Interpolation In Jenkins

Print Git Branch Name in Jenkins Pipeline

October 11, 2023August 31, 2020 by Yuba Raj Kalathoki
logo jenkins

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 Yuba Raj Kalathoki
logo jenkins

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 Yuba Raj Kalathoki
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 Yuba Raj Kalathoki
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 Yuba Raj Kalathoki
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 Yuba Raj Kalathoki

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 Yuba Raj Kalathoki
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

Newer posts
← Previous Page1 … Page10 Page11
+ Load More Post

Recent Posts

  • 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)
  • Configure CORS in Spring Cloud Gateway (WebFlux & WebMVC)
  • Java String Tutorial
  • Java String Best Practices and Common Pitfalls
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2026
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git