VOOZH about

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

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


  • Python👁 Image
    Yatin BatraFebruary 10th, 2026
    0 155

    Working with ORC files in Python

    Optimized Row Columnar (ORC) is a high-performance columnar file format widely used in big data ecosystems such as Apache Hive,…

    Read More »
  • Core Java👁 Image
    Yatin BatraFebruary 9th, 2026
    0 313

    String Mapping with MapStruct

    MapStruct is a compile-time code generator that simplifies the implementation of mappings between Java bean types. One common requirement in…

    Read More »
  • Core Java👁 Image
    Yatin BatraFebruary 6th, 2026
    0 974

    Understanding MapStruct @IterableMapping

    MapStruct is a popular Java annotation processor that generates type-safe and high-performance mapping code at compile time. It is widely…

    Read More »
  • Core Java👁 Image
    Yatin BatraFebruary 4th, 2026
    0 375

    Methods to Clear the Java Console Screen

    When building console-based Java applications, you may want to clear the console screen to improve readability, create menu-driven programs, or…

    Read More »
  • Core Java👁 Image
    Yatin BatraFebruary 3rd, 2026
    0 209

    How to Implement FizzBuzz in Java

    The FizzBuzz puzzle is a classic programming problem commonly used in interviews to evaluate a developer’s understanding of loops, conditionals,…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 30th, 2026
    0 157

    How to Find Matched Rules in Drools

    In Drools-based applications, it is often necessary to know which rules were executed for a given set of facts. This…

    Read More »
  • Software Development👁 Image
    Yatin BatraJanuary 30th, 2026
    0 873

    VSCode Auto Format Code Guide

    Visual Studio Code (VS Code) is one of the most popular code editors due to its speed, flexibility, and powerful…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 30th, 2026
    0 174

    How to Conditionally Skip Tests in TestNG

    In real-world automation frameworks, running every test on every execution is neither practical nor efficient, as test execution often depends…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraJanuary 29th, 2026
    0 399

    Introduction to Jlama: A Java-Based LLM Framework

    Jlama is a lightweight Java library designed to simplify interaction with large language models (LLMs). It provides a clean and…

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