VOOZH about

URL: https://www.javacodegeeks.com/tag/java/page/10

⇱ Java Archives - Page 10 of 45 - Java Code Geeks


  • Core Java👁 Image
    Eleftheria DrosopoulouJanuary 5th, 2026
    0 357

    Java and Event‑Driven Architectures: Kafka, Pulsar, and the Modern Streaming Landscape

    Event‑driven architectures have become a defining approach for building systems that react in real time, scale horizontally, and remain resilient…

    Read More »
  • DevOps👁 Image
    Omozegie AziegbeDecember 30th, 2025
    0 631

    How to Configure Testcontainers to Run on Podman

    Testcontainers is a popular Java library that simplifies integration testing by providing lightweight, disposable containers for databases, message brokers, and…

    Read More »
  • Core Java👁 Image
    Yatin BatraDecember 30th, 2025
    0 380

    Understanding the JVM Start-up Process

    The Java Virtual Machine (JVM) start-up process is a carefully orchestrated sequence of steps that transforms a simple java command…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouDecember 30th, 2025
    0 978

    Project Loom’s Virtual Threads: Rethinking Concurrency in Java

    For decades, Java developers have faced an uncomfortable trade-off: write simple, blocking code that’s easy to maintain but difficult to…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeDecember 29th, 2025
    0 289

    Understanding Java SecureRandom Algorithms on Linux

    High-quality random numbers are essential for cryptography, secure key generation, and other security-sensitive applications. Standard pseudo-random number generators (PRNGs) produce…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouDecember 25th, 2025
    0 1,218

    Serverless Java in 2026: AWS Lambda, Azure Functions, and Beyond

    For years, Java and serverless computing seemed fundamentally incompatible. The JVM’s startup characteristics—loading classes, initializing the runtime, warming up JIT…

    Read More »
  • Core Java👁 Image
    Yatin BatraDecember 25th, 2025
    0 607

    Using SFTP with JSch

    Secure File Transfer Protocol (SFTP) is a network protocol that provides secure file transfer capabilities over SSH (Secure Shell). It…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraDecember 25th, 2025
    0 726

    Proper Jakarta EE Library Setup in Maven for Tomcat

    With the transition from Java EE to Jakarta EE, many enterprise Java developers face runtime issues when deploying applications on…

    Read More »
  • DevOps👁 Image
    Eleftheria DrosopoulouDecember 24th, 2025
    0 423

    GitOps for Java Applications: Continuous Delivery Reimagined

    The way we deploy Java applications is undergoing a fundamental transformation. Traditional deployment approaches—where operations teams manually execute scripts, SSH…

    Read More »
  • First
  • ...
  • «
  • 9
  • 10
  • 11
  • »
  • 20
  • 30
  • ...
  • Last
Back to top button
Close