From 96ccb793beaba22927bec0ffd797d4fb6e6e7f40 Mon Sep 17 00:00:00 2001
From: bronku
+ I am looking for a long-term professional relationship rather than a + short-term placement. My intended availability is as follows: +
+- A B+ tree implementation focusing on memory-efficient data structures - and safety. + A disk-friendly B+ tree implementation focusing on memory-efficient + data structures and safety.
- A simplified transpiler for converting Python scripts to Ruby. This - project allowed me to familiarize myself with lexer and parser design, - while effectively modeling real-world objects through class design. It - also required an in-depth study of Makefiles to automate a complex - build process involving circular dependencies between various files. + A compiler-front-end project focused on lexer/parser design. Solved + complex build-orchestration challenges involving circular dependencies + by mastering advanced Makefile configurations. This project allowed me + to familiarize myself with lexer and parser design, engineer a lexing + solution for significant indentation in Python, while effectively + modeling real-world objects through class design.
- An implementation for sorting files too large to fit in primary - memory. This project required efficient disk-write management and the - utilization of various data structures, such as a min-heap. + High-performance implementation for sorting datasets exceeding RAM + capacity. Utilized min-heaps and optimized disk I/O buffers to manage + large-scale data processing efficiently.
- A full-stack solution for local business logistics. Focused on a fast, - dependency-light frontend. Fully managed and deployed independently. + A production-ready logistics system for a local business. Features + transactional integrity, secure session-based auth, and a dynamic UI + using HTMX. The entire stack is compiled into a single binary using + Go's embed system for zero-dependency deployment.
- I value simplicity, ownership, and efficiency. My preference for - languages like C and Go stems from a desire to understand the hardware - beneath the code. I apply this logic to my homelab, where I prioritize - self-hosting over third-party dependencies. This is why I prefer ssh to - my home server over GitHub and strive to minimize dependencies in my own - code. + I believe in Deep Ownership. Beyond writing code, I strive to + understand the entire delivery chain—from database commit logs and + memory management to final binary deployment. I am guided by:
+