This episode talks about Envoy What is Envoy, why we need it? Deployment architecture Software architecture Features, Configuration API & Extensibilit...
This episode talks about the modular system in Java 9 Modular System Overview Format of Modular Descriptor Classpath v/s Modulepath Unnamed and Autom...
This episode talks about the new features of Java 9 Modular System JShell Library Improvements Language Changes New APIs Performance & Security Impro...
This episode talks about the java.util.concurrent.atomic package What are atomic operations and why do we need it? Example with volatile, synchronized...
This episode talks about What are references in the JDK Strong & Weak References Soft & Phantom References References API & Reference Queue How to use...
This episode talks about Synchronization helpers CountDownLatch – APIs, examples and gotchas CyclicBarrier – APIs and examples Comparison between the ...
This episode talks about Why do we need a RPC framework? What is gRPC and how does it compare with other RPC frameworks? Details on gRPC How does one ...
This episode talks about What is Thread Local Examples of Thread Local API Implementation underneath JDK How to correctly use Thread Local and its use...
In this episode, we talk about What is Bloom Filter with examples Implementation details Why we need multiple hash functions and why is it efficient H...
In this episode, we talk about How VM changes the game and where does Docker shine? Docker under the hood….namespaces, cgroups and union fs Docker Arc...