Ivan Santos's Avatar

Ivan Santos

@ivansantos.me

πŸ‡§πŸ‡· πŸ‡ΊπŸ‡Έ Software Engineer. pt-BR & en Kubernetes Go Typescript o11y

23
Followers
154
Following
5
Posts
05.09.2024
Joined
Posts Following

Latest posts by Ivan Santos @ivansantos.me

Preview
Keeping sanity with go modules and updates Learn how to avoid supply chain risks by enforcing update cooldowns in Go, using Dependabot for CI and my new tool, go-check-updates, for local development.

Keeping sanity with go modules and updates

www.ivansantos.me/blog/2026-01...

18.01.2026 16:37 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

gcu is a Go-first dependency management utility. Run it in a module root to see which dependencies can be upgraded, choose the ones you want, and let it rewrite go.mod/go.sum for you.

github.com/pragmaticiva...

18.01.2026 04:45 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Introducing NestJS OpenTelemetry (OTEL) A deep dive into my side project that simplifies OpenTelemetry integration for NestJS applications, making observability a breeze.

Sharing one of the side projects I've been using in production for a while!

It's a wrapper around the OpenTelemetry SDK that makes integrating observability into your NestJS applications feel native and intuitive.

www.ivansantos.me/blog/2025-11...

02.01.2026 03:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Organizing Dotfiles with Chezmoi, GitHub Actions, and Bats

Organizing Dotfiles with Chezmoi, GitHub Actions, and Bats πŸ¦‡

www.ivansantos.me/blog/2025-12...

31.12.2025 21:33 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

```
package main

import "fmt"

func main() {
fmt.Println("OlΓ‘ mundo")
}
```

24.11.2024 01:19 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0