Explore >> Select a destination


You are here

www.joeshaw.org
| | www.neerajsidhaye.com
7.2 parsecs away

Travel
| | GO middleware as the name suggests, sits between Go webserver( to be precise "router") and application handler and it works like a filters, similar to what we have in J2EE application for pre and/or post processing of request. Let's hands on with Go Middleware...
| | bartlomiejmika.com
17.4 parsecs away

Travel
| | The purpose of this post is to provide instructions on how to setup a simple RESTful API server, in Golang, using only the net/http package and not any other third-party web framework. You will learn how to create REST endpoints within your project that can handle POST, GET, PUT and DELETE HTTP requests. This is the first post in a multi-post series.
| | matttproud.com
9.6 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.
| | www.code4it.dev
114.1 parsecs away

Travel
| Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers