Skip to content
View FlanderDev's full-sized avatar
πŸ™
Always Hungry
πŸ™
Always Hungry

Sponsoring

@Alexia

Block or report FlanderDev

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.

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
FlanderDev/README.md

Welcome, fellow nerds! I'm Felix 'FlanderDev' Leander πŸ‘‹

Current Projects

  • F3M: A Blazor WASM mod hosting website. Eventually planned to be game-independent (some UI elements are still game-specific for now).

Finished Projects

Useful Gists

About Me

πŸ‘‹ Hi! I'm an IT enthusiast & nerd from Germany πŸ‡©πŸ‡ͺ

I love understanding and working with software. Being terminally online definitely helps πŸ˜„

  • 🌱 I started out as a vocational electrician, got interested in programming, and now work as a Software Developer/Engineer with experience in multiple international environments.
  • πŸ”­ Languages: Primarily C# by a large margin, with some Kotlin/Java (Android app development), a tiny bit of Rust, and a strong commitment to avoiding JavaScript wherever possible ❀️ (currently failing).
  • ⚑ Fun fact: I love playing sports β€” and yet I'm lazy as hell.
  • πŸ₯… 2026 Goals: Get into game modding and put out some libraries. (Halfway report: lots of modding, no libraries yet, but F3M came out of this.)
profile picture, gremlin self personification with a bocchi the rock shirt

Pinned Loading

  1. Windows-Service-Installer Windows-Service-Installer Public

    A simple console application for creating/removing Windows-Services

    C# 1

  2. MassImageRenamer MassImageRenamer Public

    C#

  3. A C# implementation of an editable C... A C# implementation of an editable Console.ReadLine replacement. This method allows developers to provide prewritten text in the console input buffer that the user can modify before submitting. It supports arrow key navigation, backspace, delete, and live text editing, making it function like a simple text editor inside the console.
    1
    /// <summary>
    2
    /// A simulated 'simulated' variant of <see cref="Console.ReadLine"/> which can contain prewritten text, the user can edit.
    3
    /// </summary>
    4
    /// <param name="preText">The text, the user can edit.</param>
    5
    /// <returns>The <see cref="string"/> the user added.</returns>
  4. F3M F3M Public

    Game-agnostic mod manager website.

    C# 2

  5. Create/Populate class instaance from... Create/Populate class instaance from console. For more info read the summaries.
    1
    /// <summary>
    2
    /// An attribute to mark properties that can be filled via CLI prompts.
    3
    /// </summary>
    4
    /// <param name="order">The order the properties are asked for.</param>
    5
    /// <param name="required">If <see langword="true"/> skipping that propertty cancels the instance creation.</param>
  6. XOYZ69/spirited_code XOYZ69/spirited_code Public

    Advent of code collection from different years in different languages. Who got the fastest solution?

    Python 2