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 Executable JAR File (3 Methods Explained)

February 18, 2025February 16, 2025 by Yuba Raj Kalathoki

An executable JAR (Java Archive) file lets you run a Java application with a single click or command. Unlike standard …

Read More How to Create Executable JAR File (3 Methods Explained)

Most Frequently Asked Spring Boot Interview Questions for 2025

February 9, 2025February 9, 2025 by Yuba Raj Kalathoki

Spring Boot remains a cornerstone of modern Java development, empowering developers to build production-ready applications with minimal configuration. As demand …

Read More Most Frequently Asked Spring Boot Interview Questions for 2025

Integrate Spring AI with DeepSeek AI

March 26, 2025February 8, 2025 by Yuba Raj Kalathoki

In today’s AI-driven development landscape, integrating machine learning models into applications has become essential. When you integrate Spring AI with …

Read More Integrate Spring AI with DeepSeek AI

How to Generate DeepSeek API Key: Step-by-Step Guide

April 1, 2025February 8, 2025 by Yuba Raj Kalathoki

Integrating DeepSeek’s powerful AI and data services into your applications requires an API key. This guide walks you through generating …

Read More How to Generate DeepSeek API Key: Step-by-Step Guide

Java Varargs (Variable Arguments)

February 5, 2025February 4, 2025 by Yuba Raj Kalathoki

As a developer, you’ve likely faced scenarios where a method needs to handle an unpredictable number of arguments. Writing separate …

Read More Java Varargs (Variable Arguments)

How to Run DeepSeek AI Locally Using Ollama: A Step-by-Step Guide

February 8, 2025January 30, 2025 by Yuba Raj Kalathoki

In our previous guide, we walked you through installing Ollama on Windows, Linux, and macOS to run large language models (LLMs) …

Read More How to Run DeepSeek AI Locally Using Ollama: A Step-by-Step Guide

How to Install Ollama on Windows, Linux, and macOS: A Step-by-Step Guide

February 18, 2025January 30, 2025 by Yuba Raj Kalathoki

Ollama is a powerful tool for running and managing large language models locally on your machine. Whether you’re a developer, …

Read More How to Install Ollama on Windows, Linux, and macOS: A Step-by-Step Guide

Data Types in Java

February 3, 2025January 18, 2025 by Yuba Raj Kalathoki

Java is a strongly-typed language, meaning every variable must be declared with a data type. This ensures type safety, which …

Read More Data Types in Java

How to Define FeignClient URL in Spring Boot for Local Testing

February 5, 2025January 9, 2025 by Yuba Raj Kalathoki

When testing a Spring Boot microservice locally, you might encounter challenges if your application relies on other microservices that are …

Read More How to Define FeignClient URL in Spring Boot for Local Testing

How to Connect MongoDB Atlas Using Compass – Step-by-Step Guide

February 7, 2025January 8, 2025 by Yuba Raj Kalathoki

MongoDB Atlas is a powerful cloud-based database service, and Compass is MongoDB’s official GUI for managing and exploring your database. …

Read More How to Connect MongoDB Atlas Using Compass – Step-by-Step Guide

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