CI/CD OVHcloud Distributing a Firefox extension How we're internally distributing a browser extension with S3 and automation
Go dependencies Python OVHcloud Go dependency management for Python developers How to manage dependencies on a Go project, compared to the Python ecosystem? How is the Go toolchain superior to Python in this regard?
Go performance fatcontext OVHcloud Context-induced performance bottleneck in Go Misused go contexts can lead to severe performance issues.
Go Gin HTTP OVHcloud Gin Method Not Allowed By default gin returns a 404 for an incorrect HTTP verb sent to a handled path. This can be fixed.