Failed Algorithm
A Personal Blog by Gage Schaffer

Welcome To My Home on the Internet!

I write about coding, algorithms, and systems.

I'm an IT security analyst that going through his journey to the software development world. In this personal blog, I'm writing about what I'm learning and working on.

Blog Posts

javascript

site analytics

Writing Custom Site Analytics: Part 1

Anonymous Statistics

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

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.