@golangch
Golang News & Libs & Jobs - human 🗣️ , no 🤖
4 days
An advanced standalone job scheduler for #PostgreSQL, offering many advantages over traditional schedulers such as cron and others. #golang https://t.co/GIeAf4aaKA
0
17
106

Replies

@golangch
Golang News & Libs & Jobs - human 🗣️ , no 🤖
12 hours
A fast and easy to use database for logs, which can efficiently handle terabytes of logs #golang https://t.co/hKBi0ROrW8
0
31
340
@abolorreeeee
Fathiu💐
15 hours
Rate Limiter in #Golang using net/http I implemented: - -Token bucket algorithm ( https://t.co/Cd2BmxSHo3) each IP gets a bucket with 4 tokens, refills at 2/sec. Every request costs 1 token. No tokens? HTTP 429 until your bucket refills. - Per-IP tracking with an
13
25
401
@brk0v
Viacheslav Biriukov
16 hours
Go and CPU False sharing One innocent struct layout can make goroutines nuke each other’s CPU cache lines and tank throughput. Fixing a couple struct fields can turn a CPU-melting hot path into smooth scaling. https://t.co/JpAf6WG5ww #go #golang
2
17
189
@yahiyadev
Yahiya
5 hours
Hexagonal Architecture in Go /domain //business logic + port interfaces /adapters // concrete implementations /http // gin/fiber/echo handlers /postgres // repo implementation /redis // cache implementation /cmd // wire it all together (main.go)
0
3
106