/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

damienradtke.com
| | lewisdale.dev
3.4 parsecs away

Travel
| | Now it's time to actually try and send a "ping" to a website
| | www.alexedwards.net
1.3 parsecs away

Travel
| | [AI summary] The article demonstrates various Go web application techniques including HTTP response handling, templating, and file serving with examples and code snippets.
| | blogtitle.github.io
2.0 parsecs away

Travel
| |
| | andrewkelley.me
29.4 parsecs away

Travel
| [AI summary] The blog post discusses the challenges and solutions for handling asynchronous I/O in Zig, focusing on cancellation, resource management, and concurrency. It highlights how cancellation is a key primitive for managing resources and avoiding leaks, while concurrency is essential for avoiding deadlocks in producer-consumer scenarios. The post also touches on the importance of using appropriate APIs like `concurrent` instead of `async` when true concurrency is needed, and the ongoing design work for stackless coroutines and I/O interfaces.