
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 t...
Radio and PodcastLive Radio & PodcastsOpening Radio and Podcast...

Radio and PodcastLive Radio & PodcastsFetching podcast shows and categories...
Radio and PodcastLive Radio & PodcastsFetching podcast episodes...

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

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

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

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

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

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

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

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

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

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

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

You'll run it everywhere there's a production system. Some kind of Metrics collector like Statsd or InfluxDB. They work like magic, reportin...

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

So it happens. Sometimes a Java program just "dies" with the dreaded Out-of-memory Exception. Sometimes, it leaves behind a "heap dump", or...

We're back! and now we move to the new-fangled serialization and deserialization frameworks, starting with Protobufs! Google's contribution...

Ah, Serialization... the bane of every Java Developer! If you are still using ObjectOutputStream, and Serializable, then you do want to list...

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

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

You heard it going around, everybody is talking about Kubernetes, and Minikube, when using Docker, and CLI. It's like a foreign language! Wh...

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

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

Oh my! This episode is going to be one of our favorites. There are times where the Java ecosystem delivers something incredibly interesting...

There are technologies that sometimes are forgotten in a lonely corner, but that actually are quite sturdy. One of these is the All-Powerful...

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

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

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

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), oth...

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

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

OracleCodeOne just happened... and Freddy and Bob couldn't go... So they recruited the help of Josh Juneau to go out there and capture inter...

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

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

While Freddy is travelling from Chicago through the West Coast in a minivan, Bob talked to about the new darling language from the JVM. Kotl...

In this episode we interview on her talk of "Integration Test Coverage with JaCoCo" and dive into the nuances of Units vs Integration tests....

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

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

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

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

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

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

We sneaked in! Bob and I managed to get into JavaOne (sshhhh....) and made drive-by interviews with some of the luminaries and notable atend...

So we talked about how to create a rest service (using things like Apache CXF and Spring MVC), but sometimes, we actually need to consume th...

What a strange omission, of all the concepts, one that all of us should always have is Caching. We have used it (and most likely we have bee...

You heard about it, and you are probably using it already. It is the Spring framework that took over the Web (Spring Boot!). But what makes...

The Java Content Repository (JSR-170 and JSR-283) have been around for a while. For those who don't know it's an actual way of managing cont...

So let's talk about one of (if not the) largest, and most interesting framework hosted at Apache. Camel is essentially an implementation of...

It's not the "cool kid" anymore, but it sure is everywhere! If you ever generated an xml file from a java class (or have created a java clas...

So you have heard about it, and probably ran into it already. Docker is a super cool tech that let us create / manage and deploy application...

Yeah, today Streams might seem like old news, but you know what? It's worth revisiting and discovering what we didn't know from before. In t...

So REST is just a webpage that returns JSON right? Well, no! Apparently I've been doing REST All wrong! It's much more rich and complete tha...

Threadlocal is great! It can help you get out of sticky situations, and give you a great boost of performance and/or isolation. But with gre...