VOOZH about

URL: https://www.javacodegeeks.com/author/yatin-batra/page/5

⇱ Yatin Batra, Author at Java Code Geeks - Page 5 of 73


  • Enterprise Java👁 Image
    Yatin BatraApril 21st, 2026
    0 168

    Spring Boot 404 Redirect to Single Page Application

    Single-page application (SPA) such as those built with React, Angular, or Vue handle routing on the client side. When deployed…

    Read More »
  • Core Java👁 Image
    Yatin BatraApril 20th, 2026
    0 187

    Understanding the Java JMOD File Format

    With the introduction of the Java Platform Module System (JPMS) in Java 9, modularity became a core feature of Java.…

    Read More »
  • Python👁 Image
    Yatin BatraApril 17th, 2026
    0 55

    Recursion in Python – Introduction For Beginners

    Recursion is a fundamental concept in programming that helps simplify complex problems by breaking them into smaller, repeatable steps. Understanding…

    Read More »
  • Core Java👁 Image
    Yatin BatraApril 17th, 2026
    0 195

    Jackson deserialization using a multi-parameter constructor

    JSON deserialization is a common requirement in modern applications that interact with APIs and external systems. Handling different object creation…

    Read More »
  • Software Development👁 Image
    Yatin BatraApril 16th, 2026
    0 115

    Understanding Database Triggers

    Database triggers are powerful mechanisms that allow you to automatically execute predefined logic in response to specific events occurring in…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraApril 15th, 2026
    0 140

    Understanding and Fixing Sonar’s Serialization Warning in Java

    When working with Java applications, especially in enterprise environments, static code analysis tools like Sonar often raise warnings related to…

    Read More »
  • Python👁 Image
    Yatin BatraApril 14th, 2026
    0 185

    How to Implement the Command Pattern in Python

    The Command Pattern is a behavioral design pattern that turns a request into a standalone object that contains all information…

    Read More »
  • Python👁 Image
    Yatin BatraApril 10th, 2026
    0 65

    Implementing the Strategy Pattern in Python

    The Strategy Pattern is one of the most useful behavioral design patterns in software engineering. It allows you to define…

    Read More »
  • Python👁 Image
    Yatin BatraApril 8th, 2026
    0 116

    Understanding Python’s Pass-by-Object-Reference Mechanism

    Understanding how Python handles variables and function arguments is essential for writing predictable and bug-free code. Many developers coming from…

    Read More »
  • First
  • ...
  • «
  • 4
  • 5
  • 6
  • »
  • 10
  • 20
  • ...
  • Last
Back to top button
Close