- All
- Apache
- Beginner
- Blog Post
- Cloud
- Conference
- Docker
- Frameworks
- Guest
- JDK10
- JDK17
- JDK7
- JDK8
- JDK9
- JVM
- JVM Languages
- Kotlin
- Libraries
- Microservices
- Microsoft
- Multithreading
- Performance
- Soft Skills
- Source Control
- Spring
- Testing
- Tools
- Uncategorized
Episode 92. Not your Grandpa’s Serialization!
Ah, Serialization… the bane of every Java Developer! If you are still using ObjectOutputStream, and Serializable, then you do want to listen to this episode! We move past the objectoutputstreams to what most people are running into these days! (Starting with 2001 and JaxB… and then moving forward from there to Json, and in Part...
Episode 91. OracleJDK? OpenJDK?, Zulu? Corretto? So many!
So just in case you didn’t know, but being a Java developer is as fun as ever! The ecosystem has been changing from the past year, and today, we have “tons” of Java Developer Kits to choose from. Want to know what happened? And want to know how different they are? (or what do they...
Episode 90. Let’s get Recording (AND VIDEO!)
Java 14 is out! And with it, we now have a preview of Java Records! We go over this newfangled feature… and get this… we finally did it! We actually recorded our first Video Podcast (Woohoo!). A great episode Number as well (episode 90) to start the road to Video (I know, I know, very...
Podcast: Play in new window | Download
Episode 89. Kubernetes! (Oh container orchestration)
You heard it going around, everybody is talking about Kubernetes, and Minikube, when using Docker, and CLI. It’s like a foreign language! While we know Java very well, with the advent of Devops, we are supposed to be Deployers, and Scalability Experts. Well, once you start going down this episode you’ll become the DevOps Hero...
Podcast: Play in new window | Download
Episode 88. Logging! (An Interview w/Renaud from DataDog)
One of the first things that you learn to appreciate when you transition programming from hobby to a way of life is to find a good way to troubleshoot problems. Most of the time this means logging and monitoring, so for this episode we decided to interview Renaud Boutet who is DataDog’s VP of Product...
Podcast: Play in new window | Download
Episode 87. Ok, it’s time to get Reactive!
It’s that Streaming-new-deal that has been taken over the web world, Reactive! You’ve heard about it, and maybe even tried to learn it a couple of times but find it confusing? Well, be confused no more since on this episode Bob and I explore the basic foundations of Reactive (and explain what is that makes...
Podcast: Play in new window | Download
Episode 86. Move Over Slow Startup times, GraalVM…IS…HERE. (and cross-language support, and less memory footprint…)
Oh my! This episode is going to be one of our favorites. There are times where the Java ecosystem delivers something incredibly interesting (InvokeDynamic, Lambdas, Streams, Kotlin), and this episode is one of those! You may have heard it mentioned around the interwebs or conferences (this new GraalVM thing)… well, it’s here to stay and...
Podcast: Play in new window | Download
Episode 85. Monitor the World with JMX!
There are technologies that sometimes are forgotten in a lonely corner, but that actually are quite sturdy. One of these is the All-Powerful Java Management Extensions (also known as JMX). With JMX you can actually expose a lot of metrics of your application and TONS of libraries use it “out of the box”. Libraries like...
Podcast: Play in new window | Download
Episode 84. Let’s get down and dirty w/Netty!
So you get that project that needs to connect to a server that doesn’t talk rest, or http(s), but has its own protocol (or maybe it DOES talk https but you are looking for incredible performance!). Well, look no further than Netty! Sure, sure, you could really spend time working with NIO.2 and creating your...
Podcast: Play in new window | Download
Episode 83. Hey! Your app needs its yearly HealthCheck as well!
You got your new project, it’s a brand new service, and is ready to go! But… have you done a health check endpoint for your app? In this day and age of microservices with auto-remediation and auto-scaling, having a well-behaved, functioning health-check is very important since it dictates when to evict, scale up (or down)...
Podcast: Play in new window | Download