VOOZH about

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

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


  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraAugust 20th, 2025
    0 1,065

    Spring AI Chat Memory Example

    Chat memory allows AI applications to maintain conversational context between messages, which improves AI responses by enabling context-aware interactions. Spring…

    Read More »
  • Software Development👁 Image
    Yatin BatraAugust 20th, 2025
    0 220

    Maximizing AI in Software Development

    AI is no longer just an experimental tool — it is now becoming a core part of modern software engineering…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraAugust 19th, 2025
    0 424

    Docker-Powered Spring AI

    Spring AI makes it easy to bring large language model (LLM) capabilities into Spring Boot applications. While cloud-based APIs like…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraAugust 15th, 2025
    0 817

    Kafka Security with SASL/PLAIN Authentication

    Kafka is a distributed streaming platform widely used for building real-time data pipelines and streaming applications. Security is a critical…

    Read More »
  • Core Java👁 Image
    Yatin BatraAugust 14th, 2025
    0 1,920

    How to Install Java on Windows

    Java remains one of the most widely used programming languages and platforms in the world. Installing Java on Windows is…

    Read More »
  • Core Java👁 Image
    Yatin BatraAugust 14th, 2025
    0 1,403

    Effective Strategies for Unit Testing MapStruct-Generated Mappers

    MapStruct is a powerful Java annotation processor that generates type-safe, performant mappers at compile time, eliminating the need to write…

    Read More »
  • Core Java👁 Image
    Yatin BatraAugust 13th, 2025
    0 712

    Java RecordBuilder Example

    Java RecordBuilder helps generate builder classes for Java records, making object creation easier and cleaner. In this article, let us…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraAugust 13th, 2025
    0 638

    Paginating Data in Spring Boot GraphQL

    GraphQL APIs can return large datasets, and without pagination, performance issues may arise. Spring Boot provides excellent support for GraphQL…

    Read More »
  • Core Java👁 Image
    Yatin BatraAugust 12th, 2025
    0 658

    Fixing Hibernate @ManyToOne and @Column AnnotationException

    Hibernate developers sometimes encounter the error AnnotationException @ManyToOne and @Column when incorrectly mapping entity relationships. Let us delve into understanding…

    Read More »
  • First
  • ...
  • 10
  • 20
  • «
  • 22
  • 23
  • 24
  • »
  • 30
  • 40
  • ...
  • Last
Back to top button
Close