Recent Posts

Foojay Podcast #91: 25 Years of IntelliJ IDEA: The IDE That Grew Up With Java

Author: Frank Delporte Original post on Foojay: Read More Table of Contents YouTubePodcast AppsGuestsLinksContent In this Foojay Podcast, we’re celebrating a major milestone in Java development history: 25 years of IntelliJ IDEA. Think about it: IntelliJ IDEA launched in 2000, and since then, it has become the go-to IDE for millions of Java developers worldwide. From its revolutionary code completion …

Read More »

JavaFX Links of February 2026

Author: Frank Delporte Original post on Foojay: Read More Table of Contents ApplicationsComponents, Libraries, ToolsPodcasts, Videos, BooksTutorialsMiscellaneousJFX Central Here are the JavaFX LinksOfTheMonth of February 2026. You can find the weekly lists on jfx-central.com. Did we miss anything? Is there anything you want to have included in one of the next overviews? Let us know via links@jfx-central.com. Applications Amazing work …

Read More »

How to Build a Search Service in Java with MongoDB

Author: Erik Hatcher Original post on Foojay: Read More Table of Contents PrerequisitesSearch service designSearch service interface Returned results Search service implementation GETting the search results Aggregation pipeline behind the scenes $search in code Field projection Aggregating and responding Taking it to productionFuture roadmapConclusion We need to code our way from the search box to our search index. Performing a …

Read More »