Failed Algorithm
A Personal Blog by Gage Schaffer

All Posts

javascript

site analytics

Writing Custom Site Analytics: Part 1

I want to record traffic to my site, but I want to make sure that the statistics are anonymous. Let's practice our Javascript and system design.

rust

Learning Rust the Hard Way: Recreating the touch Linux Command

I'm trying to break into the industry, and I think knowing the memory-safe programming language Rust will set me apart from my peers. Let's begin this journey.