Skip to content
View SaschaOnTour's full-sized avatar

Block or report SaschaOnTour

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

👋 Hello, World!

I'm Sascha — Principal Developer with 35+ years of passion for code 🚀

Backend Enthusiast with roots in microcontroller programming 🔧 Computer Science at FernUniversität in Hagen | Certified Software Developer 📚

About Me

My programming journey began at age 10, tinkering with microcontrollers and discovering that a few lines of code could make things come alive. That spark of fascination has never faded — over three decades later, I'm still driven by the same thing that hooked me as a kid: with code, almost anything is possible. There's always a new problem to solve, a better approach to find, a system to improve. No standstill, just constant evolution.

Over the years, I've worked my way through quite a few languages and paradigms. It all started at the lowest level — machine code and assembly, talking directly to hardware. From there, I moved through Basic, Pascal/Delphi, and into C and C++ territory. Eventually, Java and C# became my daily companions, and more recently Kotlin joined the mix. Right now, I'm particularly excited about Rust and the doors it opens for safe, performant systems programming.

One of the highlights of my career was contributing to OpenOffice Calc as a developer at Sun Microsystems — an experience that shaped how I think about large-scale software and open-source collaboration. Along the way, I also completed a Computer Science degree at FernUniversität in Hagen while simultaneously doing a formal apprenticeship as a certified software developer — because apparently one qualification at a time wasn't enough for me.

I'm a Backend Developer.

The backend is where I feel at home. I love designing robust systems, crafting clean architectures, and writing performant code that just works — reliably, at scale, and under pressure. Whether it's enterprise applications in C# and Java or pushing the boundaries with Rust, I'm most comfortable where the logic lives and the real complexity hides behind the scenes.

Why Open Source, Why Now?

For most of my career, I kept my head down in proprietary codebases — not because I didn't believe in open source, but because I simply never made the time for it. That's changing now. Over the years, I've watched the importance of open source grow far beyond just sharing code. In a world where privacy is increasingly eroded, where software becomes more opaque and users have less and less control over the tools they depend on, open-source development isn't just a nice thing to do — it's becoming essential. Transparent software is trustworthy software, and I want to be part of building that. Better late than never.

Stats

SaschaOnTour's Streak
SaschaOnTour's Stats

Activity Graph

Sascha's github activity graph

Software Skills

Category Technologies
Current Languages C# Java Kotlin Rust
Legacy Experience Machine Code Assembly C C++ Pascal Basic
Backend & Frameworks .NET Spring
Tools & Platforms Git GitHub Linux

SaschaOnTour's Top Languages


📫 You can reach me through my GitHub profile or via the email address listed here.

Popular repositories Loading

  1. rustqual rustqual Public

    Structural quality analyzer for Rust. Catches drift across files and modules — IOSP violations, duplication, weak tests, layer breaks, and adapter call-parity (a check unique to rustqual). Built fo…

    Rust 3

  2. turboquant turboquant Public

    Rust KV-cache compression for LLM inference. Implements TurboQuant (Zandieh et al., ICLR 2026) plus PQO — our variant that drops QJL, adds a fused CUDA kernel, and shrinks the cache to ~20% of FP16…

    Rust 3

  3. rlm rlm Public

    Context broker for AI coding agents (CLI + MCP). Queries codebases via progressive disclosure instead of feeding entire files into context — reducing token waste and context rot. AST-aware retrieva…

    Rust 1

  4. NixOS NixOS Public

    🏰 Security-hardened NixOS workstation with impermanence, full-disk encryption (LUKS+Btrfs), hardened kernel, and Niri scrolling tiling Wayland compositor. One config.nix controls everything — toggl…

    Nix

  5. SaschaOnTour SaschaOnTour Public

  6. mistral.rs mistral.rs Public

    Forked from EricLBuehler/mistral.rs

    Fast, flexible LLM inference

    Rust