VOOZH about

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

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


  • Enterprise Java👁 Image
    Yatin BatraNovember 4th, 2024
    1 1,472

    Firebase Authentication-Spring Security Integration

    Firebase Authentication is a service that allows easy user authentication with email/password, social providers, and phone numbers. On the other…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraNovember 1st, 2024
    0 1,417

    OpenAPI Custom Generator

    OpenAPI is a powerful tool for generating code from API specifications, but sometimes, default generators do not meet specific project…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraOctober 30th, 2024
    0 1,244

    JPA CAST vs TREAT

    In JPA (Java Persistence API), managing polymorphic queries involving inheritance hierarchies is a crucial aspect. When working with such queries,…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraOctober 29th, 2024
    0 769

    Multiple Criteria in Spring Data Mongo DB Query

    MongoDB, a leading NoSQL database, offers flexibility and scalability, making it a popular choice for modern applications. When working with…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraOctober 28th, 2024
    0 1,233

    Spring Reactive switchIfEmpty() Example

    The switchIfEmpty operator in Spring Reactive allows developers to provide an alternative publisher that is subscribed to when the source…

    Read More »
  • Core Java👁 Image
    Yatin BatraOctober 28th, 2024
    0 417

    Make Tests More Readable With Java Spock

    Testing is a vital part of modern software development. As we scale our test cases, duplicating code across tests becomes…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraOctober 24th, 2024
    0 918

    Micronaut Environments Guide

    Micronaut is a modern, JVM-based framework that focuses on providing a low memory footprint and fast startup times, making it…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraOctober 23rd, 2024
    0 1,477

    Spring JPA @Procedure Annotation Example

    The @Procedure annotation in Spring Data JPA is used to map a repository method to a stored procedure in the…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraOctober 23rd, 2024
    0 922

    Spring WebClient Synchronous Requests Example

    Spring Framework has evolved to provide a wide variety of ways to interact with external systems, especially through HTTP requests.…

    Read More »
  • First
  • ...
  • 30
  • 40
  • «
  • 46
  • 47
  • 48
  • »
  • 50
  • 60
  • ...
  • Last
Back to top button
Close