Blog Layout

Contributing to Open Source Software: Creating a Pull Request

In this tutorial, we are going to take a look at contributing to Open Source Software, specifically how to do a pull request (PR). We will look at forking and cloning the project, making the changes, committing and pushing these changes, creating the pull request, the review and hopefully merge of your PR. The same process may apply when making …

Read More »

JDK Safari: How To Find Hidden Tools in the JDK

We all have some hobby, be it sports, fishing, playing games or building compilers. One of my hobbies is regularly searching the JDK for new Java classes with executable main methods. How come? Many years ago, during my forays through the JDK sources, I first encountered a class with a main-method I didn’t know about. That was in 2007 (oh …

Read More »

Dive into the OpenJDK: Top 10 Reads on Foojay.io

Foojay.io is a community platform dedicated to the needs of Java developers (and beyond, e.g., Kotlin) who use OpenJDK and related technologies. It serves as a central hub for sharing knowledge, resources, and tools related to Java and OpenJDK. The platform offers a wide range of content, including articles, tutorials, and insights from industry experts and Java enthusiasts. Whether you’re …

Read More »

Effective Coding with Java Observability

Things you can do right now to learn new and valuable things that can improve your code.  There are many common mistakes I’ve seen repeated over the years while trying to make observability initiatives successful. However, the most critical and fundamental of these organizational stumbles is the irresistible infatuation with technology and toolings themselves.  It should not come as a surprise. …

Read More »

GraphQL, JavaScript, Preprocessor, SQL and more in Manifold

We reached the final installment of our Manifold series but not the end of its remarkable capabilities. Throughout this series, we have delved into various aspects of Manifold, highlighting its unique features and showcasing how it enhances Java development. In this article, we will cover some of the remaining features of Manifold, including its support for GraphQL, integration with JavaScript, …

Read More »

Reactive Database Access on the JVM

A couple of years ago, Reactive Programming was all the rage, but it had one big issue: reactive stopped as soon as you accessed a SQL database. You had a nice reactive chain up to the database, defeating the whole purpose. Given the prevalence of SQL databases in existing and new apps, one couldn’t enjoy the full benefits of Reactive …

Read More »

I could write a blog post, or …

My goal is to write a blog post every two weeks, it’s great to stick to a schedule and force yourself to publish pieces even if they are not perfect. This doesn’t mean that these blog posts are terrible, just that they could need a bit more polish or could cover a bit more of the topic. But I know …

Read More »

How to Share Your Work With a Video or Podcast

Season 2 of the Foojay Podcast has come to an end. Since September of ’22, 22 episodes where published here on Foojay. In this article, we want to share some of the experiences of creating such podcasts, but also more generally, how you can share your work in a video with a small (or bigger) budget… Audio There is one …

Read More »

Reactive Programming Made Easy

This article discusses essential features and tools in IntelliJ IDEA for Reactor developers. These include live templates, a dedicated debug mode, and a couple of inspections. We’ve got all of the project Reactor adepts and enthusiasts out there covered! Whether you’re a seasoned pro or just taking your first steps in the field, IntelliJ IDEA will make reactive coding a …

Read More »

newsletter 2023

Webversion NLJUG Newsletter We hope you enjoyed the recent J-Spring event as much as we did! Now, we’re excited to make some announcements for our upcoming event, J-Fall 2023. Which will take place on November 9th in Ede, with the Masters of Java and Pre-conference Masterclasses on November 8th. Save the date and get ready for insightful talks, engaging workshops, and …

Read More »