Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About me

How I work

I am a software developer with 25 years of experience. The consistent pattern across those years: before any architecture was possible, there was a domain to understand.

Track circuits and axle physics before railway black box analysis. Transformer calibration factors and bypass switch topology before electric energy billing. Reliability theory from economics and industrial literature before building a methodology that the software industry didn't yet have. Wave behavior models before automated trading research. Quaternion mathematics, Kalman filtering, and the geometry of attitude control before spacecraft simulation.

The software was never the first thing. Understanding the physical or operational reality was. Once a domain becomes clear enough - once the structure of the problem reveals itself - the architecture tends to follow naturally. What I build is the artifact of that understanding.


The work, chronologically

Railway black box analysis (1998-1999) — My first real project: locomotive black box data, 46 parameters at 2 Hz. It taught me how track circuits actually work — a low-frequency current in the rails, the first wheel axle to enter a segment short-circuits it, and signal lights change across track fragments 2–5 km long. No radio, no electronics. Physics, cascading through infrastructure. The system also monitored brake tests before downhill sections — a mandatory safety check, and also evaluating brake efficiency to detect the equipment degradation at the early stages.

Electric energy billing (2003–2007) — My university degree is in Electric Energy System Automated Control. That was the prerequisite, not an addition. The predecessor system stored raw instrument readings and called them data. Real billing requires transformer calibration factors, bypass switch commutation histories, and transformer replacement records. The replacement history is not metadata — it is the calculation. I built the tree-structured grid model that encoded the physical reality, and deployed it to 26,000 metering points at the first customer.

Cell operator reliability measurement (2012–2017) — A billing system had a legal availability threshold: ≥ 0.99995. No methodology existed in the software industry to measure this. I went into reliability theory from industrial and economic literature, defined a model for software working and non-working intervals, and built the measurement system from first principles. Along the way we discovered that .NET's garbage collector could freeze a service long enough to look like downtime — I added a new interval type to distinguish it. The "Pillars" visualization I built revealed simultaneous overloads across all system components on a common time axis. The Pillars identified a fixable hardware bottleneck and an unfixable traffic wave from the cell commutator. Knowing which was which changed how the team responded to each.

Automated trading (2017–2022) — A five-year research collaboration with a trading domain expert. The first deliverable was not code — it was a shared vocabulary for describing market behavior in terms that could become software. The architecture evolved through consequences: multi-frequency trading forced a balance control module; an undebuggable live session forced full replay logging. On most trading days, the system produced 2–3% capital growth. In the final year, three complete wallet wipes. That combination is a finding. It says something specific about what the wave model captures and what it doesn't see — regime changes the model wasn't built to detect.

Gaia telescope AOCS digital twin (2024–2026) — A simulation of the Gaia telescope's Attitude and Orbit Control System, built for research at the Astronomisches Rechen-Institut, Heidelberg University. Scientists had developed ideas for improving attitude control for the next telescope generation; they needed a complete simulation to test them. The existing implementations — separate Python and Java modules, built by different people for different research goals — had never run together and couldn't be connected incrementally. I learned the full control loop: scanning law, inertial rotation, disturbance modeling, star tracker, Kalman filtering, micro propulsion. The hardest conceptual challenge was understanding that the controller never knows what it actually did — it fires the thrusters and then watches whether the stars shift the way they were expected to. Keeping commanded torque, applied torque, and observable effect correctly separated was the conceptual foundation for the entire architecture. The simulation continues in use for next-generation telescope research.


What I want to work on

Real problems where the domain is what matters. Systems where correct answers depend on understanding the physics, the engineering, or the mathematics — not just reading requirement documents. Science, instrumentation, embedded systems, critical infrastructure.

I am currently learning FreeRTOS, bare-metal C and C++, and embedded Linux — not to collect credentials, but to add hardware-level understanding to the software thinking I already have. And, certainly, because of curiosity and fun.


Technology

Primary: C# 14, .NET 10, cross-platform development for Linux and Windows

Currently working with: FreeRTOS on RP2350, embedded C/C++, I2C devices, bare-metal development

Databases: T-SQL / SQL Server (extensive past practice), MongoDB, SQLite

Architecture: Microservices, monolith, distributed systems, Docker, Minimal API, Blazor, Windows Services, WPF, WinForms

Learning: STM32, KiCAD, Embedded Linux / Yocto, FPGA

Bookshelf:
  • Marius Bancila // Modern C++ Programming Cookbook. 3rd ed. 2024
  • Carmine Noviello // Mastering STM32. 2nd ed. 2022
  • Jim Yuill, Penn Linder // Hands-On RTOS with Microcontrollers. 2nd ed. 2025
  • Mark J. Price // C# 14 and .NET 10 – Modern Cross-Platform Development Fundamentals
  • Jörg Rippel // FPGAs. Einsteig, Schaltungen, Projekte
  • Andrew Lock // ASP.NET Core in Action, Third Edition
  • Naomi Ceder // The Quick Python Book
Out-of-job interests:
  • Family
  • Photography
  • Traveling
  • Microcontrollers for home and industrial automation

Project gallery

The following articles contain a brief view of the projects with links to detailed descriptions. All projects listed in this repository are divided into two categories:

Date Employment Based Projects Experimental and Educational Projects
2026 File Explorer for MacOS
2026 Font Rasterization SaaS
2026 Local AI Assistant
2026 C#/C++ Interop Communication Example
2025 Simple 3V3 LMR50410 DC-DC Converter
2024‑2026 Gaia telescope Attitude and Orbit Control System Software Digital Twin The FreeRTOS-based timer working on RP2350
2024‑2025 The Experiment with .NET and Raspberry PI
2024 Data exchange between Docker containerized applications
2023‑2024 Prototype Board CAD
2023 LCD Screen driver for ESP Microcontroller
2021 Binance Copy Trading Trading Toy
2017‑2022 Automated Trading System
2012‑2017 Reliability Analysis System
2010‑2011 Pubmed article editor
2009‑2010 SMS Station
2003‑2007 Electric power billing project
1998‑1999 Railway Black Box Data Viewer

Documents

General CV, pdf

Extended CV, pdf

About

The gallery of my projects

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages