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 to it, and then take it with you and listen to it on your way to work (or on your way home), and learn a little bit more (or reinforce what you knew) from it.
-
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 you ever wanted to start experimenting with these llms, but didn’t know where to start, this is the…
Written by
-
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, refinenements, vector databases (and why we need them) so you can understand the underlying…
Written by
-
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 search file processing and metadata extraction. Think about that you have tons of unstructured files,…
Written by
-
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 and implementation of a columnar data format that is not only efficient, but cross-language…
Written by
-
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! That’s right! So Spring Boot is not officially 3.0, and it has as a Baseline Java 17! (oohh!!). So we…
Written by
-
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 explore even deeper Java topics for the professional developer. This time we set our sights in Apache…
Written by
-
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 mysterious, and sometimes looks like a black box where you just click buttons, add things, type commands,…
Written by
-
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 our microservice. And yeah, adding them into your source code is a big no-no Here we cover the dos…
Written by
-
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 “good one” to jump into! Switch Expressions! Helpful Nullpointers, Sealed Classes… there is a TON…
Written by
-
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 getting a new facelift! Scala has been going through a revamp on the syntax and the features, and if you…
Written by