Podcast 106

Podcast episodes featuring discussions about Java, embedded programming, single-board computers, and software engineering topics. These posts include links to podcast appearances and key discussion points. You can find all the Foojay podcasts here .

Jun 19, 2023 · 1 min

Foojay Podcast #25: Game Development with Java, JavaFX, and FXGL

Java and JavaFX rarely top the list when you think about building a game. The FXGL library changes that picture and opens the door to 2D and 3D games that even run on mobile and …

#podcast#foojay#java#javafx
Jun 5, 2023 · 1 min

Foojay Podcast #24: BeJUG, BruJUG and how Devoxx was born as JavaPolis

Belgium punches above its weight in the Java world, and most of that energy comes from a small group of people who keep local communities alive. This episode digs into how BeJUG …

#podcast#foojay#java#jug
May 22, 2023 · 1 min

Foojay Podcast #23: Java Profiling and Performance

Your Java application runs, but is it fast enough? Profiling helps you measure what actually happens at runtime so you can spot bottlenecks, memory leaks, and slow paths before …

#podcast#foojay#java#jvm
May 15, 2023 · 1 min

Foojay Podcast #22: When Profession and Fun Overlap

Plenty of developers spend their weekends teaching kids to code, build robots, or tinker with Raspberry Pi boards. That side work often shapes their day job in ways they did not …

#podcast#foojay#java#raspberry-pi
May 1, 2023 · 1 min

Foojay Podcast #21: Brazil SouJava JUG and How to Grow your Developer Career

What does it take to build the world’s largest Java User Group, and what can other developers learn from the people who run it? SouJava has been gathering Java fans in Brazil …

#podcast#foojay#java#jug
Apr 24, 2023 · 1 min

Foojay Podcast #20: Functional Programming, 'The Good, the Bad, and the Ugly'

Functional programming splits the room. Some developers swear by it, others avoid it, and most of us land somewhere in the middle trying to figure out when it actually helps. This …

#podcast#foojay#java#jvm
Apr 17, 2023 · 1 min

Foojay Podcast #19: How Working For Free For Fun Brought Me Fame and Fortune – Or At Least Some Of Each – In The End

Plenty of developers spend evenings hacking on open-source projects for free. Some of them turn that hobby into a job, a company, or a reputation that opens unexpected doors. In …

#podcast#foojay#java#open-source
Apr 3, 2023 · 1 min

Foojay Podcast #18: Atlanta JUG and DevNexus

Running a Java User Group takes more than a meeting room and good intentions. It takes volunteers, a legal structure, venues, sponsors, and years of steady work. We sat down with …

#podcast#foojay#java#jug
Mar 27, 2023 · 1 min

Foojay Podcast #17: Execute Java Code with TornadoVM on CPUs, GPUs, and FPGAs

Running Java on a CPU is the default, but what happens when you point the same code at a GPU or an FPGA? TornadoVM does exactly that. It offloads JVM workloads to accelerators and …

#podcast#foojay#java#jvm
Mar 20, 2023 · 1 min

Foojay Podcast #16: Welcome to Java 20!

Every six months a new Java version lands, and Java 20 brings another round of preview features, incubator modules, and steady improvements. For developers, the question is simple. …

#podcast#foojay#java#openjdk
Mar 17, 2023 · 6 min

How to Share Your Work With a Movie or Podcast

If you are blogging about your work, at some point, you’ll want to share your experience with a movie or in a podcast. In this post, I want to share the tools I’m using …

#podcast#atem-mini#video#3d
Mar 6, 2023 · 1 min

Foojay Podcast #15: Japan JUG

Running a Java User Group takes more than scheduling a room and picking a topic. It takes people who care enough to keep showing up, finding speakers, and rebuilding momentum after …

#podcast#foojay#java#jug
Feb 20, 2023 · 2 min

Foojay Podcast #14: Debugging Tools and Skills for Fun and Profit

Every Java developer hits a bug they cannot explain. The tools are right there in the IDE, but most of us only scratch the surface of what they can do. This episode digs into …

#podcast#foojay#java#intellij-idea
Feb 6, 2023 · 1 min

Foojay Podcast #13: Denver and Boulder JUG

Running a Java User Group takes more than booking a room and picking a topic. Speakers go quiet, venues close, and attendance swings hard after a pandemic. In this stop of the …

#podcast#foojay#java#jug
Jan 23, 2023 · 2 min

Foojay Podcast #12: State and Future of the IDEs

Every Java developer picks an IDE, and that choice shapes the day-to-day work. But what does it take to keep an IDE current when the language ships a new version every six months …

#podcast#foojay#java
Jan 16, 2023 · 1 min

Foojay Podcast #11: Looking Back to 2022 and Predictions for 2023

Every new year invites a familiar question. Which of last year’s bold tech bets actually played out, and which fizzled? We sit down with Ted Neward to score his 2022 …

#podcast#foojay#java#ai
Jan 3, 2023 · 1 min

Foojay Podcast #10: JUG World Tour: Dubai JUG

Starting a Java User Group from scratch takes more than enthusiasm. It takes speakers, attendees, sponsors, and a local culture that wants to show up. We sat down with Jad Salhani …

#podcast#foojay#java#jug
Dec 19, 2022 · 1 min

Foojay Podcast #9: The State of JavaFX Framework, Libraries, and Projects

Plenty of developers still think Java only lives on the server. JavaFX tells a different story, from desktop tools to CAD apps to a brain-computer interface visualizer. To map out …

#podcast#foojay#java#javafx
Dec 5, 2022 · 1 min

Foojay Podcast #8: JUG World Tour: Manchester

Running a Java User Group sounds simple until you try it. Finding speakers, picking venues, keeping people coming back, and growing the audience takes real work. To kick off a new …

#podcast#foojay#java#jug
Nov 21, 2022 · 1 min

Foojay Podcast #7: Security in Java, what do we need to know and how to keep our applications secure?

Every Java application carries a stack of dependencies, and any one of them can hide a vulnerability that puts your users at risk. Knowing how to spot weak spots, harden code, and …

#podcast#foojay#java#security