Recent Posts

Book Review: The Software Engineer’s Guidebook

Gergely Orosz’s book, “The Software Engineer’s Guidebook,” takes readers on an enthralling exploration of the realm of software development, working in various companies, and startups. A software engineer in a startup or Big Tech company traces the journey in this book, starting from a beginner developer to a principal engineer. This book serves as a comprehensive guide, especially beneficial for …

Read More »

Integrate executable Java code in your blog posts, part 2: How to use dependencies

In a previous post, we explained how you can add executable Java code to your posts here on Foojay, by using JDoodle. In this post, you will learn how you can extend this with one ore more libraries. Define Dependencies To integrate Java code in your post or page that needs dependencies, you need to specify them in the initial …

Read More »

Profiling Maven Projects with my IntelliJ Profiler Plugin

Or: I just released version 0.0.11 with a cool new feature that I can’t wait to tell you about… According to the recent JetBrains survey, most people use Maven as their build system and build Spring Boot applications with Java. Yet my profiling plugin for IntelliJ only supports profiling pure Java run configurations. Configurations where the JVM gets passed the …

Read More »