Welcome!

Hello and welcome to my blog! My name is Jacob, and I'm passionate about exploring all kinds of technology. In this blog, I dive into the projects and technologies that excite me, documenting my journey along the way. Join me as we learn and explore together!


Featured

Jacob's Blog

Parsing JSON: Part 2 - Using Macros

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


Recent Posts

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