Achraf HasbiJava Instrumentation API TutorialIn this tutorial, we’ll explore the Java instrumentation API using a practical example. We’ll create a target application (a vending…1d ago
InTowards Data SciencebyCiro GrecoWrite-Audit-Publish for Data Lakes in Pure Python (no JVM)An open source implementation of WAP using Apache Iceberg, Lambdas, and Project Nessie all running entirely PythonApr 122
InJavarevisitedbyCleopatra DouglasRe-write This Java If-else Code Block Or I’ll Reject Your Pull RequestFunctional Interfaces to the rescue!Oct 2345Oct 2345
Gökhan Samet AlbayrakThe Magic Behind Java: How Your Code Runs EverywhereHello everyone, in this article, we’ll talk about how your Java code runs everywhere. As you know, Java is one of the most widely used…1d ago1d ago
InNetflix TechBlogbyNetflix Technology BlogBending pause times to your will with Generational ZGCThe surprising and not so surprising benefits of generations in the Z Garbage Collector.Mar 64Mar 64
Achraf HasbiJava Instrumentation API TutorialIn this tutorial, we’ll explore the Java instrumentation API using a practical example. We’ll create a target application (a vending…1d ago
InTowards Data SciencebyCiro GrecoWrite-Audit-Publish for Data Lakes in Pure Python (no JVM)An open source implementation of WAP using Apache Iceberg, Lambdas, and Project Nessie all running entirely PythonApr 122
InJavarevisitedbyCleopatra DouglasRe-write This Java If-else Code Block Or I’ll Reject Your Pull RequestFunctional Interfaces to the rescue!Oct 2345
Gökhan Samet AlbayrakThe Magic Behind Java: How Your Code Runs EverywhereHello everyone, in this article, we’ll talk about how your Java code runs everywhere. As you know, Java is one of the most widely used…1d ago
InNetflix TechBlogbyNetflix Technology BlogBending pause times to your will with Generational ZGCThe surprising and not so surprising benefits of generations in the Z Garbage Collector.Mar 64
Indevsecops-communitybyCleopatra Douglas9 Things I Regret Not Knowing About Running Java JAR ApplicationsEssential Commands and Options ExplainedNov 63
Gaddam.NaveenHow the Reflection it Changes Methods ,Fields,Creating Instances In RunTime?In Java?In Java, Reflection is a powerful feature that allows a program to inspect and manipulate its own structure at runtime. It enables you to…2d ago