Explore >> Select a destination


You are here

benhoyt.com
| | bartlomiejmika.com
2.9 parsecs away

Travel
| | Learn how to protect API endpoints with access and refresh tokens using the third-party jwt-go library.
| | dusted.codes
2.9 parsecs away

Travel
| | Building a secure note sharing service in Go
| | blog.hmpl-lang.dev
3.8 parsecs away

Travel
| | Hello everyone! In this article, I'll show you how to create reactive HTML interfaces without relying on heavy JavaScript frameworks like Vue or Angular. We'll explore how HMPL.js provides a lightweight alternative that achieves reactivity through server-side rendering while keeping your client-side code minimal. The Problem with JavaScript Frameworks In...
| | matttproud.com
17.9 parsecs away

Travel
| Pop quiz, hot shot: what is the behavior of func f (as defined below) when it is called from a bare gRPC method or HTTP handler as go f(ctx) using the context.Context provided to the handler?1 1 2 3 4 5 6 7 8 9 10 11 func f(ctx context.Context) { // Flimsily make it improbable for this function to continue while the // handler is serving. time.Sleep(time.Second) select { case <-time.