VOOZH about

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

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


  • Software Development👁 Image
    Yatin BatraMay 29th, 2025
    0 673

    Understanding Quarkus Management Interface

    The Management Interface in Quarkus provides a dedicated interface for monitoring, diagnostics, and administrative tasks. It is separate from the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraMay 27th, 2025
    0 698

    Introduction to J2CL

    J2CL (Java to JavaScript Compiler) is a Google-backed compiler that enables Java source code to be transpiled into optimized JavaScript.…

    Read More »
  • Core Java👁 Image
    Yatin BatraMay 23rd, 2025
    0 1,172

    Getting Started with OSHI

    OSHI (Operating System and Hardware Information) is a free, open-source Java library used to retrieve system information like CPU, memory,…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraMay 22nd, 2025
    0 652

    Jolokia Spring Boot Integration Example

    Monitoring and managing Spring Boot applications can be greatly enhanced using tools like Jolokia, which exposes JMX MBeans over HTTP.…

    Read More »
  • Software Development👁 Image
    Yatin BatraMay 21st, 2025
    0 179

    Micronaut CLI (mn) Features Overview

    The Micronaut CLI (mn) enables developers to bootstrap, build, and configure Micronaut projects. It supports various commands for project scaffolding,…

    Read More »
  • Software Development👁 Image
    Yatin BatraMay 21st, 2025
    0 230

    How to Set Up Log4j2 Logging in Micronaut

    Micronaut is a modern, JVM-based framework for building modular, easily testable microservice and serverless applications. It provides support for various…

    Read More »
  • JVM Languages👁 Image
    Yatin BatraMay 20th, 2025
    0 351

    gzip In .tar.gz Format In Kotlin Example

    Kotlin, being fully interoperable with Java, allows us to work seamlessly with Java libraries for file compression. Let us delve…

    Read More »
  • JVM Languages👁 Image
    Yatin BatraMay 19th, 2025
    0 718

    Compress and Decompress ZIP Files in Kotlin

    Kotlin, a modern programming language for Android and JVM development, offers built-in support for working with files and archives, including…

    Read More »
  • Core Java👁 Image
    Yatin BatraMay 19th, 2025
    0 759

    GitHub Access with Java

    The GitHub API enables developers to programmatically interact with GitHub’s services. Using the github-api Java client library (developed by Kohsuke…

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