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

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
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, ...);
}
Projects
A selection of projects exploring high-performance systems and modern web architecture.
io_uring_packet_processor
No description provided
bitmesh-gateway
No description provided
