I build systems that make sense β clean, high-performance, and built to last. I'm not chasing trends; I'm chasing precision. Code is how I think out loud.
π Website: danielcoderx.github.io
I care about understanding how things actually work β not just using a framework, but tracing it down to the syscall. From low-level memory behavior to system architecture, the goal is always the same: clarity, simplicity, and raw performance.
- Write code that's minimal, not clever.
- Build things that serve a real purpose.
- Question defaults instead of inheriting them.
Code isn't a career for me β it's a craft, and I take it seriously.
Languages
Focus Areas
- Low-level memory management β arena allocators, object pools, GC control
- Network transport engineering β QUIC, WebSocket, TLS 1.3
- Systems and backend infrastructure, distributed logic
- Compiler internals, concurrency, cross-platform binaries
rustygo β Arena allocation & SSA lifetime analysis for Go
Rust-inspired arena allocator, object pools, and GC control, plus a static analyzer that proves allocation lifetimes and transparently routes safe allocations to thread-local arenas β bypassing the GC where it's provably safe to do so, with a conservative heap fallback everywhere else. Bump allocation backed by
mmapon Linux/macOS andVirtualAllocon Windows. 0 B/op Β· 0 allocs/op for eligible allocation paths in benchmarks vs. the heap.
Go Β· arena-allocator Β· ssa Β· static-analysis Β· memory-management Β· performance Β· WIP
anylink β TCP β WebSocket / QUIC bridge
Expose any TCP service (SSH, Redis, PostgreSQL...) as a WebSocket or QUIC endpoint. QUIC (RFC 9000) Β· TLS 1.3 Β· 0-RTT Β· dynamic key rotation Β· TCP pooling Β· Prometheus metrics.
Go Β· quic Β· websocket Β· tls Β· networking Β· tunneling
rwfs β In-memory read-write file system
A full-featured virtual filesystem for Go β directories, permissions, compression, encryption, ACLs, concurrency-safe by design. Optional disk persistence with a transparent hybrid in-memory + local mode.
Go Β· filesystem Β· in-memory Β· compression Β· security
I write about systems engineering, performance, and the occasional deep dive into things most people skip over. π danielcoderx.github.io/blog
I read a lot about physics, philosophy, and human behavior. Software reflects the mind that built it β clean logic tends to come from clear thinking. Understand first, create second.
- Website: danielcoderx.github.io
- Telegram: @danielcoderx
"Simplicity isn't the absence of complexity β it's mastery over it."


