About
The Bridge Between Cloud and Metal
Hello. I’m Kamil Wcisło, a Systems Engineer specializing in Cloud-Native Embedded Systems and my project, MekOps stands for Microservices, Embedded, and Kernels Operations.
In the modern tech landscape, there is a significant divide. Cloud engineers treat infrastructure as infinite and disposable. Embedded engineers treat hardware as static and specific. I would like to introduce an engineering philosophy that applies the scalability, observability, and orchestration of the Cloud to the rigid, constrained and multi-architectural reality of bare metal.
I build tools that allow physical hardware to be managed with the same agility as a Kubernetes cluster, without sacrificing the performance of C and Rust. To build the next generation of edge computing, you cannot just be an embedded engineer, and you cannot just be a cloud architect. You must own the stack from the Kernel (NuttX/Linux/Rust/C) to the Microservice (Go/Wasm) and finally Operations (Kubernetes).
What I Build
I don't just use tools; I forge them. My work focuses on the intersection of Kubernetes, WebAssembly, and Real-Time Operating Systems.
My Philosophy
1. Privacy is an Architecture, Not a Setting.
I believe that data should be owned by the creator, not the platform. My tools are designed to be self-hosted, air-gapped, and audit-friendly. I reject the "cloud-first" default that demands constant connectivity.
2. Complexity Should Be Optional.
Modern DevOps is drowning in abstraction. I prefer "Boring Technology"—simple binaries, typed interfaces, and standard protocols (MQTT, HTTP, POSIX). If it requires a SaaS subscription to run, I won't use it.
3. The Hardware Matters.
Software optimization is a lost art. I write code that respects the silicon it runs on. Whether it's porting Apache NuttX to a new LoRa pager or shaving bytes off a Wasm binary, I care about the cycles.
Security & Verification
I sign my git commits and compiled binaries using GPG. You can use my public key to verify my signatures or send me encrypted security disclosures.
Fingerprint: CA8D 4B52 821C 2AA5 C7F3 E840 81B7 3100 5D22 97C5
You can fetch the public key directly from this domain:
1curl -sL [https://mekops.com/pgp.txt](https://mekops.com/pgp.txt) | gpg --import