/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ultrasaurus.com
| | evilcookie.de
1.8 parsecs away

Travel
| | [AI summary] The author created a static web server in Rust to host their blog, focusing on learning Rust by implementing a simple HTTP server with file serving, MIME type detection, and basic request handling.
| | tokio.rs
1.3 parsecs away

Travel
| | Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.
| | blog.sylver.dev
1.7 parsecs away

Travel
| | Build a web server with Rust and tokio - Part 0: the simplest possible GET handler Welcome to this series of blog posts where we will be exploring how to build a web server from scratch using the Rust programming language. We will be taking a hands-o...
| | niemczuk.tech
14.4 parsecs away

Travel
| [AI summary] A technical guide explaining how to secure homelab services using Nginx and Mutual TLS (mTLS) to allow access from devices that cannot install VPN clients.