Java Pub House
Csatorna részletek
Java Pub House
This podcast talks about how to program in Java; not your tipical system.out.println("Hello world"), but more like real issues, such as O/R setups, threading, getting certain components on the screen or troubleshooting tips and tricks in general. The format is as a podcast so that you can subscribe...
Legutóbbi epizódok
108 epizód
Episode 106. Spring AI and Ollama
Yes, this is the great episode where we dive and RUN these crazy LLMs in our own computer, and not just that, we use Java to interact with them! So if...

Episode 105. Neurons, AI, and LLMs
Allright, it is time to pull the curtain on all this AI stuff and really learn how it works! On this episode we dive deep into AI, and Neural Networks...

Episode 104. It’s all about Apache Tika, the project that lets you index EVERYTHING.
So we continue to have guests in our show to talk to us about interesting things... This time is about Apache Tika. This is an incredible tool to do s...

Episode 103. Let’s share data cross-language with Apache Arrow! (among other things)
We have a great time talking to Matt Topol from Voltron Data on one of his Apache Software Foundation projects called Apache Arrow. It's both a spec a...

Episode 102. Oh my… Spring Boot 3 is out! An interview with Dan Vega from the Pivotal Team!
Ok, so it's an incredible time to be in the Java Ecosystem, and one of the biggest frameworks out there just dropped their three-point-oh version! Tha...

Episode 101. Allright, let’s talk about Kafka
Whew! So we took a big break over summer (like Bob said, we were just swamped with work.. oof), but we are BACK! and like always we are ready to explo...

Episode 100. To the CLOUD… Which one? All of them!
Yeah! so we have been working with the cloud for a while, terms like K8s, EC2, Route53, BlobData, CLI has been swinged around... and is a little myste...

Episode 99. SHHH! It’s a secret! (Storing API Keys / Passwords / tokens!)
Ok, so is time to talk about something secretive! Like API Passwords, Auth tokens, or keys... these are things that we want to have as a Secret within...

Episode 98. It’s HERE, FINALLY HERE! Java 17 LTS Release
So is time to celebrate! We got a new box of toys with the new release of Java! This is also a Long-Term-Support release which means that's usually a...

Episode 97. Hey there Scala 3! Looking good with those new Features!
So while Java is the "main" language of the JVM, it is by no means the "only" language. And one of the purely functional programming languages is gett...

Episode 96. Watching Metrics w/Micrometer and Statsd
You'll run it everywhere there's a production system. Some kind of Metrics collector like Statsd or InfluxDB. They work like magic, reporting on the h...

Episode 95. Ludicruos speed! Practical GraalVM
So we had a previous episode where we show a party trick with GraalVM, where we saw how to create a Native Image. It was really the "hello world" of N...

Episode 94. Oh, put on your hat Dr. Watson, we are sleuthing this Heap Dump
So it happens. Sometimes a Java program just "dies" with the dreaded Out-of-memory Exception. Sometimes, it leaves behind a "heap dump", or a copy of...

Episode 93. Not your Grandpa’s Serialization Part DEUX!
We're back! and now we move to the new-fangled serialization and deserialization frameworks, starting with Protobufs! Google's contribution to the ser...

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

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 actual...

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 kno...

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

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 tim...

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 (InvokeDyn...

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 Mana...

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 bu...

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

Episode 82. Uh-oh Spring… you got some serious competition from Micronaut!
So the internet is all raging about this (not so little) framework that is doing it all. Created with a "cloud-first" mentality, is aiming to be your...

Episode 81. Let’s Dive into a cool magical library that makes Java way less verbose!
Ah, Project Lombok is one of those little gems in the Java Ecosystem. But it's interestingly controversial! Some will love it (as I do), others will h...

Episode 80. Ah, Maven Archetypes… it’s gonna get META
Nothing like a cold chilly day to stay inside and program some more. Before you start that new project from scratch, let's go over a pretty cool featu...

Episode 79. Here’s a present to you! A library that makes you program less (Apache Commons)
So for our new episode we decided to give YOU a holiday gift! Apache Commons! We covered one of the libraries that is ubiquotous in anyone who program...

Episode 78. OracleCodeOne, the interviews!
OracleCodeOne just happened... and Freddy and Bob couldn't go... So they recruited the help of Josh Juneau to go out there and capture interviews from...

Episode 77. Sql or NoSql, To Normalize or to Not Normalize… that (STILL) is the question
So you may have thought about using NoSQL or a Document Database for taking care of you needs. But do you know why that might be not be a good (or a p...

Episode 76. Tick…tock…Time to upgrade to Java 11!
It's coming! If you have been using Oracle Java 8, you should know that starting on January 2019 we will have to get an oracle license for running Ora...

Episode 75. Let’s get coding with Kotlin!
While Freddy is travelling from Chicago through the West Coast in a minivan, Bob talked to about the new darling language from the JVM. Kotlin is muc...

Episode 74. Unit and…Integration Tests, JaCoCo, Docker and Coverage (and more!)
In this episode we interview on her talk of "Integration Test Coverage with JaCoCo" and dive into the nuances of Units vs Integration tests. We dive...

Episode 73. Spring Boot 2.0 is out! Hear all about it with Greg Turnquist
Episode 73. Spring Boot 2.0 is out! Hear all about it with Greg Turnquist It's new, it's shiny, and is powerful! The new Spring Boot 2.0 framework is...

Episode 72. A very deep dive on Var, and unmodifiable collections with Stuart Marks (@stuartmarks) himself!
We went to one of the best sources to learn what's happening with Var and Java 10, @stuartmarks! Also, what has been (and is being deprecated) on Java...

Episode 71. Jigsaw part II, and Java 10 Highlights!
Episode 71. Jigsaw part II, and Java 10 Highlights! So we finally wrapped Jigsaw in this episode (the most prominent feature for Java 9 (and included...

Episode 70. Let’s put puzzles together. Using Java 9’s Jigsaw!
It was both the most anticipated and (one of the) most controversial features in Java 9. What's the bruhaha all about? What is Jigsaw (or the Java Pla...

Episode 69. All I want for Xmas is a million requests per second (JMeter!)
So it's the holidays and now we are winding down the year. Even so, sometimes this is the best time to actually do some performance testing. And there...

Episode 68. Clouding it up with Microsoft Service Fabric
Episode 68. Clouding it up with Microsoft Service Fabric Clouds are everywhere and are puffy! In this Sponsored Episode, we dive into one of the main...

Episode 67. Recording from JavaOne!
We sneaked in! Bob and I managed to get into JavaOne (sshhhh....) and made drive-by interviews with some of the luminaries and notable atendees at Jav...