Full-Stack & Systems Engineer

Will Domine

Bridging the gap between high-throughput backends and modern user experiences. I build end-to-end solutions with a focus on performance at every layer.

8

Months Exp.

5+

Projects

100%

Passion

Will Domine
Available for Work

About Me

I am a 21-year-old developer who enjoys the logic behind complex systems. Whether it's shaving milliseconds off a backend process or ensuring a smooth frontend interaction, I love the satisfaction of finding the right solution to a hard problem.

Key Achievements

C++ High-Performance I/O

Utilized io_uring and FlatBuffers to achieve over 2M packets per second (PPS).

Go Microservices Optimization

Implemented Protocol Buffers and bitwise filtering for instant service routing.

Japanese Language Study

Currently self-studying with the Genki I curriculum to build a strong foundation for professional communication.

Education

Computer Science B.S.

Status

Graduating Dec 2026

io_uring_perf.cpp

void handle_io() {

// Achieving 2M+ PPS via bitwise filtering

struct io_uring_sqe *sqe;

sqe = io_uring_get_sqe(&ring);

io_uring_prep_read(sqe, fd, buf, ...);

}

Max Throughput2.0M+ PPS

Projects

A selection of projects exploring high-performance systems and modern web architecture.

io_uring_packet_processor

No description provided

portfolio

bitmesh-gateway

No description provided

portfolio
Portfolio Website

Portfolio Website

A high-performance, edge-deployed portfolio built with Nuxt 3. Dynamically syncs project data using GitHub's GraphQL API and features real-time localization.

Nuxt 3TypeScriptGraphQLCloudflare