VOOZH about

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

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


  • Core Java👁 Image
    Yatin BatraJanuary 15th, 2026
    0 747

    Transposing a double[][] Matrix in Java

    Matrix manipulation is common in Java applications, from data analytics to machine learning, and matrix transposition is one of the…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 15th, 2026
    0 313

    Java PostgreSQL Query Cancellation Explained

    PostgreSQL is known for its robustness, performance, and strong support for concurrency. However, while working with long-running queries, background jobs,…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 14th, 2026
    0 501

    Joining Unrelated Tables with JPA Criteria API

    In real-world enterprise applications, it is common to encounter database tables that do not have explicit JPA relationships (such as…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 13th, 2026
    0 293

    Fixing java.io.NotSerializableException

    The java.io.NotSerializableException is a common runtime exception in Java that occurs during the serialization process. Serialization is the mechanism of…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 12th, 2026
    0 318

    Create Unique and Valid Identifiers in Java

    Generating valid and unique identifiers is a fundamental requirement in software systems. Identifiers are used to uniquely represent entities such…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 9th, 2026
    0 686

    How to Convert JSONArray to int[] in Java

    In Java-based applications—especially those interacting with REST APIs, microservices, configuration files, or message queues—JSON is one of the most widely…

    Read More »
  • Software Development👁 Image
    Yatin BatraJanuary 2nd, 2026
    0 488

    Run Open-Source LLMs on Your PC Using Ollama

    Running a Large Language Model (LLM) locally on your personal computer has become increasingly practical thanks to optimized open-source models…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraJanuary 2nd, 2026
    0 1,049

    Building Semantic Caching with Spring AI

    Traditional caching relies on exact key matching. This approach works well for deterministic inputs but fails when dealing with natural…

    Read More »
  • React.js👁 Image
    Yatin BatraDecember 31st, 2025
    0 219

    Simplifying React with Derived State

    As React applications grow, components often become harder to reason about due to excessive state. One common cause is storing…

    Read More »
  • First
  • ...
  • 10
  • «
  • 11
  • 12
  • 13
  • »
  • 20
  • 30
  • ...
  • Last
Back to top button
Close