Home Podcasts Java Pub House
Java Pub House

Java Pub House

Freddy Guime & Bob Paulin 108 Episodes Feb 26, 2025

This podcast talks about how to program in Java; not your typical "Hello world" examples, but real issues such as O/R setups, threading, getting certain components on the screen, or troubleshooting tips and tricks in general. The format is a podcast so you can subscribe and listen on your commute to learn or reinforce your Java knowledge.

Episodes

Episode 106. Spring AI and Ollama Feb 26, 2025 0:00 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 you ever wanted to start experimenting with these llms, but didn't know where to start, this is the...
Episode 105. Neurons, AI, and LLMs Aug 14, 2024 0:00 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, refinenements, vector databases (and why we need them) so you can understand the underlying...
Episode 104. It’s all about Apache Tika, the project that lets you index EVERYTHING. Apr 19, 2024 0:00 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 search file processing and metadata extraction. Think about that you have tons of unstructured files,...
Episode 103. Let’s share data cross-language with Apache Arrow! (among other things) Mar 19, 2024 0:00 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 and implementation of a columnar data format that is not only efficient, but cross-language...
Episode 102. Oh my… Spring Boot 3 is out! An interview with Dan Vega from the Pivotal Team! Feb 16, 2023 0:00 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! That's right! So Spring Boot is not officially 3.0, and it has as a Baseline Java 17! (oohh!!). So we...
Episode 101. Allright, let’s talk about Kafka Nov 8, 2022 0:00 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 explore even deeper Java topics for the professional developer. This time we set our sights in Apache...
Episode 100. To the CLOUD… Which one? All of them! Feb 9, 2022 0:00 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 mysterious, and sometimes looks like a black box where you just click buttons, add things, type commands,...
Episode 99. SHHH! It’s a secret! (Storing API Keys / Passwords / tokens!) Jan 2, 2022 0:00 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 our microservice. And yeah, adding them into your source code is a big no-no Here we cover the dos...
Episode 98. It’s HERE, FINALLY HERE! Java 17 LTS Release Oct 5, 2021 0:00 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 "good one" to jump into! Switch Expressions! Helpful Nullpointers, Sealed Classes... there is a TON...
Episode 97. Hey there Scala 3! Looking good with those new Features! Jul 8, 2021 0:00 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 getting a new facelift! Scala has been going through a revamp on the syntax and the features, and if you...
Episode 96. Watching Metrics w/Micrometer and Statsd May 10, 2021 0:00 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 health of your application. but how does it really happen? We dive in on how these Application...
Episode 95. Ludicruos speed! Practical GraalVM Mar 7, 2021 0:00 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 Native image creation, so Bob decided that's not good enough! In this epidose we dive a little deeper...

Recommended