Java 191

Java is the core topic across this site. These posts cover modern Java features, OpenJDK evolutions, performance tuning, tooling, and hands-on development lessons from real projects.

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 22, 2023 · 8 min

Hidden Beauties of Java Enums

Let’s take a look at the power and beauty of what Java Enums can provide…

#java#jbang#tutorial
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 8, 2023 · 7 min

Book review - Practical Design Patterns for Java Developers

Hone your software design skills by implementing popular design patterns in Java This book is for sale on Amazon in Kindle and Paperback editions .

#java#book-review
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 9, 2023 · 2 min

New Section Added to Foojay.io: Java Quick Start

Foojay.io aims to be the starting point for “all-things OpenJDK,” but during one of my morning walks the idea struck me that this site really needs complete beginner materials, …

#java#tutorial#foojay#tutorial
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 7, 2022 · 7 min

HiveMQ Cloud, part 4 - Sending sensor data from Raspberry Pi Pico W to HiveMQ Cloud

Exactly one year ago, in December 2021, I published three articles of MQTT messaging with Raspberry Pi, Raspberry Pi Pico and HiveMQ Cloud . On June 30th of 2022, Raspberry Pi …

#java#raspberry-pi#mosquitto#hivemq
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
Dec 1, 2022 · 5 min

Schedule your holiday for 2038

The end of the year is approaching, so it’s time to start scheduling your holidays for the next year. But I decided to go a step further and already planned those for 2038! …

#java
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
Oct 24, 2022 · 1 min

Foojay Podcast #6: Welcome to Foojay!

Ever wondered what runs the Foojay.io community behind the scenes? After 2.5 years and hundreds of posts since that first article in April 2020, the site has grown into a hub for …

#podcast#foojay#java#openjdk
Oct 10, 2022 · 1 min

Devoxx Belgium and J-Fall The Netherlands - Links

Links used in my talks at Devoxx 2022 (Antwerp, Belgium) and J-Fall (Ede, The Netherlands).

#java#javafx#raspberry-pi#hivemq
Oct 10, 2022 · 1 min

Leanpub Frontmatter: Frank Delporte, Author of Getting started with Java on the Raspberry Pi

Writing a technical book while holding down a day job sounds intimidating, but it can also become the thing that shapes a career. Frank started small with blog posts about Java on …

#podcast#java#raspberry-pi#writing
Sep 20, 2022 · 1 min

Foojay Podcast #5: OpenJDK 19 Discussion Panel

Every six months a new Java release lands, and OpenJDK 19 is no exception. The big question for working developers is which features matter today, and which ones reshape how we …

#podcast#foojay#java#openjdk