TechByte Talks
Share:

Listens: 8

About

This show explores relevant and upcoming tools, frameworks and technologies in the software field.

Envoy

This episode talks about Envoy What is Envoy, why we need it? Deployment architecture Software architecture Features, Configuration API & Extensibilit...
Show notes

Java 9 Platform Module System

This episode talks about the modular system in Java 9  Modular System Overview Format of Modular Descriptor Classpath v/s Modulepath Unnamed and Autom...
Show notes

Java 9 Features

This episode talks about the new features of Java 9  Modular System JShell Library Improvements Language Changes New APIs Performance & Security Impro...
Show notes

JDK Atomics Package

This episode talks about the java.util.concurrent.atomic package What are atomic operations and why do we need it? Example with volatile, synchronized...
Show notes

Java References

This episode talks about What are references in the JDK Strong & Weak References Soft & Phantom References References API & Reference Queue How to use...
Show notes

gRPC

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 ...
Show notes

ThreadLocal

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...
Show notes

BloomFilter

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...
Show notes

Docker

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...
Show notes