
Why Docker Can Bypass UFW (And How to Fix It)
Docker can expose ports even when UFW is configured to block them. Here's why it happens and how to fix it safely.
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!

Docker can expose ports even when UFW is configured to block them. Here's why it happens and how to fix it safely.

Docker can expose ports even when UFW is configured to block them. Here's why it happens and how to fix it safely.

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

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

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

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

An exploration into writing an HTTP server from scratch