Michael Beutler
Michael Beutler
- Upgraded base image from `ubuntu:20.04` to `ubuntu:22.04`. - Upgraded PostgreSQL client from `12` to `15`. - Upgraded Mongo client from `5.0.13` to `7.0.7`. - Upgraded Mongo database tools from...
# [What is a codespace?](https://docs.github.com/en/codespaces/overview#what-is-a-codespace) A codespace is a development environment that's hosted in the cloud. You can customize your project for GitHub Codespaces by committing configuration files to your...
Another upgrade to the Postgres client to support workloads.
While building an internal CLI tool with Cobra, I needed to integrate authentication with our backend services using OAuth2. Specifically, I was looking to implement the [[device authorization flow](https://datatracker.ietf.org/doc/html/rfc8628)](https://datatracker.ietf.org/doc/html/rfc8628). However,...