Skip to content

engineering-notes

License: Apache-2.0

A collection of deep technical notes written as problem-first engineering documents. Each note follows the same structure — Problem → Constraints → Architecture → Trade-offs → Implementation → Failure Modes → Testing → Lessons — and every one is grounded in a real system I designed and shipped.

By EslaM-X.

The notes

#NoteGrounded inCore idea
01Policy-driven roboticsrobot-sim-policy-labSeparate what to do (policy) from how to move (controller) so behaviour is testable without physics
02Sim-to-sim validationrobot-sim-policy-labOne policy, three simulators; differences in physical engines are the test, not an excuse
03Replay-safe payment systemsproduction-systems-lab + RoboPayIdempotency keys, replay windows, and hash-chained audit as the minimum for financial-grade correctness
04GitHub CI engineeringRoboPay CICI is a product with a contract: every job pins a commit, runs in isolation, and leaves proof
05Secure API designproduction-systems-labHMAC over JWT, token buckets, validation as a first-class layer
06Execution proof protocolsproofxFrom "trust me" to "verify it yourself" — claim → evidence → proof → verification; 102-case conformance, Go/WASM/Rust
07Portable verifiable evidencepiproofPEP/1 protocol — Proof Passports, Dispute Engine, cross-application proofs, zero dependencies

How to read

Start with 01. The notes build on each other: robotics establishes the policy/controller split, 02 uses it for sim-to-sim honesty, 03 and 05 apply the same discipline to financial and API systems, and 04 explains how the CI that enforces all of it is built and audited.

Contributing

These are intentionally personal engineering documents. Feedback and corrections are welcome via issues and pull requests.

About

Problem-first engineering deep dives: policy-driven robotics, sim-to-sim validation, replay-safe payments, CI as evidence, secure API design, execution proof protocols. Every claim points at real code.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors