Coding

Parsing JSON: Part 2 - Using Macros

Parsing JSON: Part 2 - Using Macros

Part 2 of 2 in a series in creating a JSON parser in Rust

Parsing JSON: Part 1 - The Core

Parsing JSON: Part 1 - The Core

Part 1 of 2 in a series in creating a JSON parser in Rust

Creating a Programming Language

Creating a Programming Language

A high-level overview of how to go about creating your own programming language

Handrolled Authentication Service

Handrolled Authentication Service

An exploration into handrolling my own authentication system, including session management

HTTP From Scratch

HTTP From Scratch

An exploration into writing an HTTP server from scratch