VOOZH about

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

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


  • Node.js👁 Image
    Yatin BatraDecember 2nd, 2025
    0 148

    How To Build And Deploy Containerized Node.js Apps

    Containerization packages your application and its environment (runtime, libraries, and configuration) into a single immutable image that runs the same…

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

    Managing Multiple LLM Integrations with Spring AI

    Integrating multiple Large Language Models (LLMs) in a single Spring Boot application has become a sought-after architectural pattern for AI-driven…

    Read More »
  • Software Development👁 Image
    Yatin BatraNovember 25th, 2025
    0 993

    Managing Files and Cache in Visual Studio Code

    Visual Studio Code (VSCode) is a widely-used, lightweight, and extensible code editor developed by Microsoft. It is popular among developers…

    Read More »
  • Core Java👁 Image
    Yatin BatraNovember 25th, 2025
    6 246

    Detecting Deprecated Method Calls in Java Using JFR

    Java Flight Recorder (JFR) is a powerful profiling and diagnostics tool built into the JVM that allows developers to capture…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraNovember 24th, 2025
    0 779

    Designing Intelligent Agents with Spring AI

    Spring AI is a powerful framework that seamlessly integrates AI capabilities into Spring Boot applications. It abstracts complex AI workflows…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraNovember 24th, 2025
    0 432

    Delta Lake Introduction

    Delta Lake is an open-source storage layer that brings reliability, performance, and ACID (Atomicity, Consistency, Isolation, Durability) transactions to data…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraNovember 20th, 2025
    0 231

    Apache Spark Join DataFrames Java Example

    In modern data engineering pipelines, applications often need to combine multiple datasets that share the same schema. Apache Spark provides…

    Read More »
  • Desktop Java👁 Image
    Yatin BatraNovember 18th, 2025
    0 554

    Understanding the Constructor and initialize() Method in OpenJFX

    When developing JavaFX applications using OpenJFX, a common question is whether to place initialization code inside the constructor of a…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraNovember 18th, 2025
    0 254

    Sending POST Data to Websites with Jsoup in Java

    Posting data to websites—such as submitting login forms, sending API requests, or interacting with web systems—is a common requirement in…

    Read More »
  • First
  • ...
  • 10
  • «
  • 15
  • 16
  • 17
  • »
  • 20
  • 30
  • ...
  • Last
Back to top button
Close