/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

danielmangum.com
| | github.com
3.5 parsecs away

Travel
| | lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway. - awslabs/aws-lambda-go-api-proxy
| | damienradtke.com
4.2 parsecs away

Travel
| |
| | machiel.me
3.8 parsecs away

Travel
| | Freelance developer from Amsterdam, passionate about Go
| | pauladamsmith.com
21.6 parsecs away

Travel
| This is a simple and easily generalizable way to put an upper-bound on the maximum number of simultaneous clients to a Go net/http server or handler. The idea is to use a counting semaphore, modeled with a buffered channel, to cause new clients to...