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

Arrange Act Assert Pattern in Unit Testing

February 24, 2024February 20, 2024 by Yuba Raj Kalathoki

Unit testing is a crucial aspect of software development. It allows developers to verify the correctness of individual units of …

Read More Arrange Act Assert Pattern in Unit Testing

A Guide to Schedule Cron Jobs for Script Execution

February 19, 2024February 17, 2024 by Yuba Raj Kalathoki

When it comes to automating tasks on a server, cron jobs are an essential tool. Cron is a time-based job …

Read More A Guide to Schedule Cron Jobs for Script Execution

Spring Data REST example.

February 4, 2025February 13, 2024 by Yuba Raj Kalathoki

Developing a RESTful API can be a complex task, involving the creation of multiple layers such as controllers and services. …

Read More Spring Data REST example.

Host Static Website on S3 AWS: Step-by-Step Guide

February 7, 2025February 12, 2024 by Yuba Raj Kalathoki

In this guide, we’ll walk through the steps to host static website on S3 AWS. A static website typically consists …

Read More Host Static Website on S3 AWS: Step-by-Step Guide

MongoDB bulkWrite in Java: A Comprehensive Guide

February 15, 2024January 31, 2024 by Yuba Raj Kalathoki

When working with large datasets in MongoDB using Java, it is crucial to optimize the performance of our database operations. …

Read More MongoDB bulkWrite in Java: A Comprehensive Guide

How to Remove Null Values from Java List

February 15, 2024January 29, 2024 by Yuba Raj Kalathoki

When working with Java lists, it is not uncommon to encounter null values. Null values can cause issues when performing …

Read More How to Remove Null Values from Java List

How to Solve “systemctl command not found” Error: A Step-by-Step Guide

March 29, 2025January 26, 2024 by Yuba Raj Kalathoki
systemctl command not found

If you’ve encountered the systemctl command not found error while managing your Linux services, you’re not alone. This error typically …

Read More How to Solve “systemctl command not found” Error: A Step-by-Step Guide

Setting Up an EC2 Instance with Amazon CloudFront Distribution, SSL, and Route 53 Custom Domain

March 2, 2025January 25, 2024 by Yuba Raj Kalathoki

In this tutorial, we will learn the process of setting up an EC2 instance with an Amazon CloudFront distribution, SSL …

Read More Setting Up an EC2 Instance with Amazon CloudFront Distribution, SSL, and Route 53 Custom Domain

Step-by-Step Guide to Set Up Eclipse with Tomcat Server for Java Web Development

May 21, 2024January 21, 2024 by Yuba Raj Kalathoki

Setting up Eclipse with Tomcat Server for Java Web Development is straightforward. In this blog post, we will learn how …

Read More Step-by-Step Guide to Set Up Eclipse with Tomcat Server for Java Web Development

How to Pass Data from JSP to Servlet

December 26, 2024January 15, 2024 by Yuba Raj Kalathoki

Passing data from a JSP (JavaServer Pages) to a Servlet is a common task in Java web development. This guide …

Read More How to Pass Data from JSP to Servlet

Older posts
Newer posts
← Previous Page1 … Page5 Page6 Page7 … Page45 Next →
+ 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
Next Page »
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git