public final class Me {
private final String name = "Niels Van Nerum";
private final String location = "Netherlands";
private final String occupation = "Software Developer";
private final boolean learning = true;
public Set<String> interests() {
return Set.of(
"Listening to music",
"Coding",
"Bouldering",
"Playing games with friends"
);
}
}
Pinned Loading
-
JAnalyzer
JAnalyzer PublicA multi-threaded java application that captures audio using java sound API, processes it using a Fast Fourier Transform, and sends the result over UDP.
Java
-
advent-of-code-2025
advent-of-code-2025 PublicAdvent of Code (AoC) is an annual series of small, Christmas-themed computer programming challenges released daily from December 1st to December 12th. It is a fun, non-competitive way to practice p…
Java
-
OCP-prep
OCP-prep PublicRepository for the lessons I am taking on Udemy, using it as a way of practicing, but also as notes on what I learned. End goal being to get an OCP Java SE 25 certification.
Java
-
mqtt-throughput-tester
mqtt-throughput-tester PublicA tiny Quarkus app that publishes high‑rate MQTT messages using SmallRye Reactive Messaging. It sends random byte payloads with a configurable size and emits at a configurable messages‑per‑second r…
Java
If the problem persists, check the GitHub status page or contact support.

