VOOZH about

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

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


  • Software Development👁 Image
    Yatin BatraJanuary 27th, 2026
    0 270

    Apache IoTDB Introduction

    With the rapid growth of IoT (Internet of Things) devices, managing massive volumes of time-series data has become a core…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 26th, 2026
    0 1,263

    Maven 4 Highlights

    Apache Maven 4 is the next major version of the widely-used build automation and project management tool for Java projects.…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraJanuary 26th, 2026
    0 211

    Project Reactor DataBuffer to Mono Example

    In reactive Spring applications, especially those built with Spring WebFlux, data is often handled as streams rather than simple objects.…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraJanuary 26th, 2026
    0 281

    Java Commit with JdbcTemplate vs DataSource

    In Spring-based Java applications, database access is commonly performed using JdbcTemplate or higher-level abstractions such as JPA. A frequent source…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 23rd, 2026
    0 172

    Using @ConcreteProxy in Hibernate

    Hibernate is a powerful ORM framework, but its use of proxies for lazy loading can sometimes lead to subtle and…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 21st, 2026
    0 396

    How to Reset and Reuse InputStream

    In Java, InputStream is commonly used to read data from files, network sockets, or in-memory buffers. A frequent requirement is…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 20th, 2026
    0 160

    Jackson MongoDB POJO Mapping Example

    In Java-based applications using MongoDB, converting data between MongoDB’s native document representation and Java Plain Old Java Objects (POJOs) is…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraJanuary 19th, 2026
    0 640

    Spring Data JPA save() Method Explained

    In Spring Data JPA, the save() method is commonly used to persist or update entities. A frequent misconception is that…

    Read More »
  • Core Java👁 Image
    Yatin BatraJanuary 16th, 2026
    0 733

    Handling Null Values with MapStruct

    MapStruct is a compile-time code generation framework that simplifies mapping between Java beans by eliminating boilerplate conversion code and relying…

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