Java Pub House

Csatorna részletek

Java Pub House

Java Pub House

Készítő: Freddy Guime & Bob Paulin

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

EN Amerikai Egyesült Államok Oktatás

Legutóbbi epizódok

108 epizód
Episode 106. Spring AI and Ollama

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

2025-02-26 02:41:00 0:00
Letöltés
Episode 105. Neurons, AI, and LLMs

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

2024-08-13 21:13:00 0:00
Letöltés
Episode 104. It’s all about Apache Tika, the project that lets you index EVERYTHING.

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

2024-04-19 00:43:00 0:00
Letöltés
Episode 103. Let’s share data cross-language with Apache Arrow! (among other things)

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

2024-03-19 00:28:00 0:00
Letöltés
Episode 102. Oh my… Spring Boot 3 is out! An interview with Dan Vega from the Pivotal Team!

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

2023-02-16 04:32:00 0:00
Letöltés
Episode 101. Allright, let’s talk about Kafka

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

2022-11-08 07:13:00 0:00
Letöltés
Episode 100. To the CLOUD… Which one? All of them!

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

2022-02-09 09:32:44 0:00
Letöltés
Episode 99. SHHH! It’s a secret! (Storing API Keys / Passwords / tokens!)

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

2022-01-01 21:19:57 0:00
Letöltés
Episode 98. It’s HERE, FINALLY HERE! Java 17 LTS Release

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

2021-10-05 04:41:04 0:00
Letöltés
Episode 97. Hey there Scala 3! Looking good with those new Features!

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

2021-07-08 02:24:59 0:00
Letöltés
Episode 96. Watching Metrics w/Micrometer and Statsd

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

2021-05-10 15:40:22 0:00
Letöltés
Episode 95. Ludicruos speed! Practical GraalVM

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

2021-03-06 22:49:56 0:00
Letöltés
Episode 94. Oh, put on your hat Dr. Watson, we are sleuthing this Heap Dump

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

2020-12-31 20:23:03 0:00
Letöltés
Episode 93. Not your Grandpa’s Serialization Part DEUX!

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

2020-11-08 21:20:42 0:00
Letöltés
Episode 92. Not your Grandpa’s Serialization!

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

2020-08-31 05:55:37 0:00
Letöltés
Episode 91. OracleJDK? OpenJDK?, Zulu? Corretto? So many!

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

2020-06-26 03:12:18 0:00
Letöltés
Episode 90. Let’s get Recording (AND VIDEO!)

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

2020-05-19 05:02:36 0:00
Letöltés
Episode 89. Kubernetes! (Oh container orchestration)

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

2020-04-13 04:34:52 0:00
Letöltés
Episode 88. Logging! (An Interview w/Renaud from DataDog)

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

2020-01-23 06:28:10 0:00
Letöltés
Episode 87. Ok, it’s time to get Reactive!

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

2019-11-05 06:44:09 0:00
Letöltés
Episode 86. Move Over Slow Startup times, GraalVM…IS…HERE. (and cross-language support, and less memory footprint…)

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

2019-10-01 01:18:34 0:00
Letöltés
Episode 85. Monitor the World with JMX!

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

2019-08-16 05:19:46 0:00
Letöltés
Episode 84. Let’s get down and dirty w/Netty!

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

2019-07-09 06:51:28 0:00
Letöltés
Episode 83. Hey! Your app needs its yearly HealthCheck as well!

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

2019-05-21 03:37:47 0:00
Letöltés
Episode 82. Uh-oh Spring… you got some serious competition from Micronaut!

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

2019-03-29 04:53:02 0:00
Letöltés
Episode 81. Let’s Dive into a cool magical library that makes Java way less verbose!

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

2019-03-03 00:59:04 0:00
Letöltés
Episode 80. Ah, Maven Archetypes… it’s gonna get META

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

2019-02-03 08:08:10 0:00
Letöltés
Episode 79. Here’s a present to you! A library that makes you program less (Apache Commons)

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

2019-01-06 01:50:59 0:00
Letöltés
Episode 78. OracleCodeOne, the interviews!

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

2018-11-29 06:51:45 0:00
Letöltés
Episode 77. Sql or NoSql, To Normalize or to Not Normalize… that (STILL) is the question

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

2018-10-23 04:39:15 0:00
Letöltés
Episode 76. Tick…tock…Time to upgrade to Java 11!

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

2018-10-04 05:11:11 0:00
Letöltés
Episode 75. Let’s get coding with Kotlin!

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

2018-08-29 15:55:01 0:00
Letöltés
Episode 74. Unit and…Integration Tests, JaCoCo, Docker and Coverage (and more!)

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

2018-07-10 14:50:38 0:00
Letöltés
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

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

2018-06-03 22:45:59 0:00
Letöltés
Episode 72. A very deep dive on Var, and unmodifiable collections with Stuart Marks (@stuartmarks) himself!

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

2018-04-29 00:59:22 0:00
Letöltés
Episode 71. Jigsaw part II, and Java 10 Highlights!

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

2018-03-24 03:21:10 0:00
Letöltés
Episode 70. Let’s put puzzles together. Using Java 9’s Jigsaw!

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

2018-02-12 00:58:48 0:00
Letöltés
Episode 69. All I want for Xmas is a million requests per second (JMeter!)

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

2017-12-20 05:40:37 0:00
Letöltés
Episode 68. Clouding it up with Microsoft Service Fabric

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

2017-10-22 23:46:41 0:00
Letöltés
Episode 67. Recording from JavaOne!

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

2017-10-08 23:27:08 0:00
Letöltés
0:00
0:00
Episode
home.no_title_available
home.no_channel_info