← back
resume_v1.0

Damilare Osibanjo

Backend & Systems Engineer

// summary

17-year-old systems and backend programmer with 5+ years of experience building low-level infrastructure, compilers, and developer tooling. Proficient in TypeScript, Rust, Go, and C. Focused on correctness, performance, and systems that scale. Currently building Xelvo — a compiler and runtime project.

// projects

karion_os Rust · x86 · 2024

Bare-metal x86 OS kernel written in Rust. Unix-like shell, block filesystem, text editor, BASIC interpreter, and games. Ported from C — borrow checker caught data races and enforced exhaustive interrupt handling at compile time.

carv Go · Compiler Design · 2024

Statically-typed systems language that compiles to C. Ownership-based memory model, pipe operators, async/await support, and a full module system. Lexer, parser, type checker, and code generation all hand-written in Go.

zario npm
TypeScript · Bun · 2024

Minimal fast logging library for TypeScript. Zero external dependencies — multiple transports, child loggers, async non-blocking writes, structured JSON output. Published on npm; replaces dd-tinylog with a leaner API.

ignite TypeScript · Docker · 2024

Bun-first local execution framework for JS/TS microservices. Provides Docker-based isolation as a secure sandbox for AI-generated and untrusted code.

qirrel TypeScript · NLP · 2024

Extensible NLP framework for fast, structured text analysis. Tokenization, entity extraction, LLM enrichment, caching, and MCP agent integration.

gim Rust · CLI · 2024

High-performance system metrics CLI. Monitors CPU, memory, disk, and network in real-time with modular design and multiple output formats (table, JSON, CSV).

// skills

Languages TypeScript, Rust, Go, C, Python, Lua
Runtimes Node.js, Bun
Databases PostgreSQL, MongoDB, Redis
Infrastructure Linux, Git, Docker, Kubernetes
Focus areas Systems programming, compiler design, distributed systems, backend infrastructure

// education

Self-directed learning 2019 – present

Open source contributions, systems experiments, and compiler development. Built working OS kernel, compiler, and distributed tooling from scratch.