.NET engineer 🇨🇿
From code to hardware — and everything in between.
- 🧑💻 .NET developer. I started with .NET before high school and had my first dev job before I finished it, working on a dispatch software for the Integrated Rescue System of Czechia.
- 🔍 I like knowing how things work beyond my own code. One month it's GPU kernels, another it's the networking in my homelab — if something around me breaks or interests me, I end up inside it.
- 🔧 Most of my side projects start because something around me broke or annoyed me — car diagnostics over OBD2, 3D printer firmware, BLE gadgets, home automation.
- 🏠 I run my own homelab — TrueNAS, Dockerized services - Immich, Nextcloud, Home Assistant, n8n workflows, the network, the backups. Keeping my stuff local. If I rely on it, I want to understand it.
- 💬 Interested in clean layered architecture, dependency injection, performance and parallelism, CI pipelines, and wiring the physical world into software.
Core
Tinkered with
Tooling
|
When is a GPU actually worth it? Turns out often it isn't: on a 64×64 matrix multiply the GPU came out 11× slower than a plain loop, because transfer cost dwarfs the arithmetic. Small and focused, but the numbers are honest, every variant is validated, and CI runs on every push. Practical part of my master's thesis.
|
Open PR against Bambu Lab's slicer fixing third-party filaments being unusable in the AMS, and remaining weight never updating. Finding and fixing a real bug in a large unfamiliar C++ codebase.
|
|
Android app that reads live telemetry from your car's OBD2 port over Bluetooth and
explains faults in plain language using an LLM, so
|
Outlook add-in that adds hashtags to mail, calendar and tasks. Layered C#
architecture with an Autofac container that registers services by scanning for
attributes, so adding a service means adding an attribute and nothing else.
Tag clustering compares digits exactly and text fuzzily, so
|
- 🎓 Master's (Ing.), Managerial Informatics — Silesian University in Opava, 2026. Thesis: Parallelization of Computations Using Graphics Cards → GpuBenchmarkingSuite
- 🎓 Bachelor's (Bc.), Informatics — VŠB – Technical University of Ostrava, 2024. Thesis: Hashtag Plugin for MS Outlook → HashTrack
Open to interesting problems, especially where .NET meets hardware or AI.



