Skip to content
View niels-van-nerum's full-sized avatar
đź“–
Learning
đź“–
Learning

Block or report niels-van-nerum

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
niels-van-nerum/README.md
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

  1. JAnalyzer JAnalyzer Public

    A 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

  2. advent-of-code-2025 advent-of-code-2025 Public

    Advent 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

  3. OCP-prep OCP-prep Public

    Repository 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

  4. mqtt-throughput-tester mqtt-throughput-tester Public

    A 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