VOOZH about

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

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


  • Core Java👁 Image
    Yatin BatraSeptember 8th, 2025
    0 653

    Java Mail Inline Images in Emails Example

    Sending rich emails with embedded images can significantly improve user engagement. The JavaMail API allows developers to send inline images…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraSeptember 5th, 2025
    0 1,278

    JSP Map Looping Example

    In Java web apps, you’ll often expose server-side data (e.g., a Map<K,V>) to a JSP for display. Let us delve…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraSeptember 4th, 2025
    0 1,549

    Spring Boot & Flyway: Manage Multiple Databases

    Managing multiple databases in a Spring Boot application can be challenging, especially when you want to maintain database migrations consistently.…

    Read More »
  • Core Java👁 Image
    Yatin BatraSeptember 3rd, 2025
    0 250

    JUnit @ClassTemplate Annotation Example

    The @ClassTemplate annotation in JUnit is part of the testing framework’s extension capabilities. It enables developers to create reusable test…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraSeptember 2nd, 2025
    0 1,137

    Integrating MCP with Spring AI

    The Model Context Protocol (MCP) allows AI models to securely access external data and tools. Let us delve into understanding…

    Read More »
  • Core Java👁 Image
    Yatin BatraSeptember 1st, 2025
    0 662

    Working with Time Using Java Instant and Long

    Working with timestamps in Java usually involves a choice between high-level types (like Instant) and low-level numeric representations (like long…

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

    Spring AI MCP Servers OAuth2 Example

    The Model Context Protocol (MCP) allows AI models to securely access external data and tools. Let us delve into understanding…

    Read More »
  • Node.js👁 Image
    Yatin BatraAugust 22nd, 2025
    0 1,068

    How to Create Database Seed Scripts in Node.js

    Database seeding is a crucial step in application development. It involves populating your database with initial or test data automatically,…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraAugust 21st, 2025
    0 539

    Spring AI Groq Chat Example

    Spring AI simplifies integration with AI services in Java applications. Groq Chat is an AI-driven conversational service that allows applications…

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