/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

bartlomiejmika.com
| | www.alexedwards.net
2.2 parsecs away

Travel
| | [AI summary] A technical guide explains how to manage Go program database timeouts and cancellations to prevent resource leaks and handle client disconnects in web applications.
| | golangbot.com
2.1 parsecs away

Travel
| | Learn how to connect to MySQL and create a database using the database/sql package. This tutorial also deals with DB connection pooling in Go.
| | schadokar.dev
1.8 parsecs away

Travel
| | Learn how to implement jwt in your api in golang.
| | svrooij.io
18.6 parsecs away

Travel
| I'm super enthusiastic about managed identities, because it allows you to deploy your application without having to worry about credentials. Federated credentials are a way to accomplish the same for none Azure resources. You can use federated credentials to authenticate several tasks inside Github Actions, and thus securely deploy your app to Azure without the need of a secret configured in GitHub. As the regular readers might expect this post will explain how federated credentials actually work inside GitHub Actions, a deep dive into the techniques that are actually driving this feature. Get a federation token from GitHub