From 96ccb793beaba22927bec0ffd797d4fb6e6e7f40 Mon Sep 17 00:00:00 2001 From: bronku Date: Fri, 9 Jan 2026 03:37:49 +0100 Subject: [PATCH] updated site --- index.html | 75 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 55 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index 1d72b13..8435f5a 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,22 @@ Ruby, Rust, and TypeScript, through academic and personal projects, including self-hosted infrastructure and low-level development.

+ +

AVAILABILITY & COMMITMENT

+

+ I am looking for a long-term professional relationship rather than a + short-term placement. My intended availability is as follows: +

+
@@ -33,8 +49,8 @@

B+ Tree Implementation Rust

- 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.

@@ -44,28 +60,31 @@ Flex / Bison / C++ / Make

- 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.

External Sorting Implementation C++

- 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.

-

Order Tracker for Cake Shop Go / SQLite

+

Order Tracker for Cake Shop Go / SQLite / HTMX

- 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.

@@ -83,15 +102,31 @@
-

TECHNICAL PHILOSOPHY

+

DEVELOPMENT PHILOSOPHY

- 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:

+