VOOZH about

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

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


  • JVM Languages👁 Image
    Yatin BatraJune 9th, 2025
    0 229

    Read Defined Variable In Gradle

    Gradle is a powerful build automation tool used in many Java projects. One common requirement is to define build-time variables…

    Read More »
  • Core Java👁 Image
    Yatin BatraJune 6th, 2025
    1 394

    Check For Consecutive Integers Number Sum Example

    Determining whether a given positive integer can be represented as the sum of two or more consecutive integers is a…

    Read More »
  • Python👁 Image
    Yatin BatraJune 5th, 2025
    0 1,651

    Getting Started With LangGraph

    LangGraph is a powerful Python framework that allows developers to build stateful, multi-agent applications using graphs. It is built on…

    Read More »
  • Software Development👁 Image
    Yatin BatraJune 5th, 2025
    0 264

    Exploring Caching Strategies In Software Development

    In the world of high-performance systems, caching is a crucial technique used to enhance application speed, alleviate load on backend…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraJune 3rd, 2025
    0 820

    JMeter Session Cookie Management Example

    When testing web applications using Apache JMeter, handling session cookies is vital for simulating real-world user behavior—especially in login/logout scenarios.…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraMay 30th, 2025
    0 1,013

    Spring Security – Integrate Passkeys Example

    With the increasing demand for passwordless authentication, passkeys have emerged as a modern, secure alternative. Let us delve into understanding…

    Read More »
  • Software Development👁 Image
    Yatin BatraMay 30th, 2025
    0 639

    Understanding Load Shedding with Quarkus

    Load shedding is a crucial resilience mechanism in distributed systems that prevents system overload by rejecting excessive traffic during high-demand…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraMay 29th, 2025
    0 2,667

    Using the OpenAI API with Java

    Integrating AI into Java applications has become significantly easier with the introduction of the OpenAI Java client. The OpenAI Java…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraMay 29th, 2025
    1 1,259

    Spring Kafka Synchronous Request Reply Example

    Apache Kafka is primarily designed for asynchronous, event-driven communication. However, there are cases when synchronous request-reply patterns are required—such as…

    Read More »
  • First
  • ...
  • 10
  • 20
  • «
  • 28
  • 29
  • 30
  • »
  • 40
  • 50
  • ...
  • Last
Back to top button
Close