~ uvx
BlogProjectsAbout

Blog

Thoughts on programming, systems, and creative coding.

May 12, 2024 5 min read

Writing a Terminal Text Editor in Rust

Building Hecto, a vim-inspired text editor, and what I learned about terminal control and text manipulation

rustterminaleditorvim
Apr 5, 2024 5 min read

Building a Toy Redis Clone

Implementing a subset of Redis protocol and commands in Rust to understand networking and data structures

rustredisnetworkingdatabases
Mar 10, 2024 5 min read

Emulating the CHIP-8 in Rust

Building a CHIP-8 emulator that runs classic games in the browser using WebAssembly

rustemulationchip8wasm
Feb 20, 2024 5 min read

Learning Graphics Programming with a Simple Raytracer

My journey into graphics programming by building a raytracer from scratch in Rust

rustgraphicsraytracinglearning
Jan 15, 2024 5 min read

Building a Music Visualizer with Rust and WebGPU

How I built a real-time audio visualizer using Rust, WebAssembly, and WebGPU to render FFT data

rustwebgpuaudiowasm

ยฉ 2026 Utkarsh Verma