Explore >> Select a destination


You are here

rmoff.net
| | hjr265.me
4.3 parsecs away

Travel
| | The word multi-threaded here is an artifact of how download managers in the past worked. The idea is to download a large file in parts, in parallel, over multiple TCP streams at once. In certain circumstances this can speed up the download significantly. Let's start with a naive way of downloading a file in Go: 1 2 3 4 5 6 7 8 9 10 11 12 // Error handling omitted for brevity.
| | xnacly.me
2.5 parsecs away

Travel
| | Guide about working with JSON in go with HTTP server example
| | brunoscheufler.com
3.3 parsecs away

Travel
| | JSON Web Tokens are a popular way of managing authorization and authentication policies for web applications. Sending around a base64-encoded token that can be verified by every service using it, enables uncomplicated (and stateless) application design compared to other mechanisms....
| | www.redotheweb.com
13.6 parsecs away

Travel
| As we're reinventing web applications with SPAs and frontend frameworks, we need to reinvent web application security, too.