Skip to content
View maximilianfeldthusen's full-sized avatar

Highlights

  • Pro

Block or report maximilianfeldthusen

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

Maximilian Feldthusen🔭

Hi there! I’m Maximilian Feldthusen, a freelance Software Engineer with strong focus on building secure, resilient systems in C, C++ and assembly. Over the past decade I’ve built and hardened performance‑critical software for finance, aerospace, IoT, and embedded systems. My work lives at the intersection of speed and safety—writing code that runs fast while resisting the toughest attacks.



  • 📫How to reach me: Python

✍️ Blog Posts :

Popular repositories Loading

  1. CSensorFusion CSensorFusion Public

    This is a simple C implementation of sensor fusion using a Kalman Filter to integrate data from multiple sensors (LiDAR, GPS, and IMU). This helps improve accuracy in positioning and environmental …

    C 13 3

  2. mqtt mqtt Public

    Simple C Code – MQTT with TLS, JSON, and Reconnect

    C 12 1

  3. MicroControllerC MicroControllerC Public

    Example in C that uses TensorFlow Lite for Microcontrollers to run a simple CNN model for image classification on an embedded system.

    C 8 1

  4. Tokenizer Tokenizer Public

    The program reads a string containing multiple assignment statements, tokenizes the input into meaningful tokens (identifiers, numbers, operators, etc.), and then parses these tokens to verify the …

    C 7 4

  5. fftw fftw Public

    This C++ code generates a sample signal composed of a sine wave with added noise, performs a Fast Fourier Transform (FFT) on that signal, and then displays the magnitude spectrum of the FFT result.

    C++ 6 1

  6. bst bst Public

    This C++ code implements a Binary Search Tree (BST). A BST is a data structure that maintains a sorted order of elements, allowing for efficient insertion, deletion, and lookup operations.

    C++ 5