/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

idea.popcount.org
| | www.saminiir.com
6.0 parsecs away

Travel
| | Now that our userspace TCP/IP stack has minimal implementations for Ethernet and IPv4, it is time to look into the dreaded Transmission Control Protocol (TCP...
| | unorde.red
4.8 parsecs away

Travel
| | [AI summary] This article provides a technical overview of the Transmission Control Protocol (TCP), explaining how it ensures reliable data transfer over an unreliable network using concepts like ports, sequence numbers, acknowledgments, and connection handshakes.
| | vincent.bernat.ch
6.7 parsecs away

Travel
| | Using systemd's socket activation, you can achieve zero-downtime deployment for your Go service with a few lines of code.
| | hjr265.me
24.1 parsecs away

Travel
| I know many will start with something like Gin whenever they are working on a JSON/HTTP-based backend in Go. I, not entirely sure if the minority, try to stick to Go's built-in net/http package and, at most, use Gorilla Mux in most of my Go projects. And so serving something simple like JSON is no different from the package's point of view as any other content type: whatever it is, write it out to the w, the http.