A Go-based simple and secure command-line tool for managing secrets
#golang
A lightweight, chainable ORM (Object-Relational Mapping) implementation in Go, built to provide a fluent and expressive interface for SQL operations without relying on heavy third-party ORM libraries.
#golang
Migrating from Rails to Go: Making the Switch with Confidence
#golang #Rails
https://dev.to/encore/migrating-from-rails-to-go-making-the-switch-with-confidence-39p8
I don't like ORMs… so I went ahead and built one from scratch anyway
https://github.com/devasherr/Nexom
Discussions: https://discu.eu/q/https://github.com/devasherr/Nexom
MongoDB is hiring Senior Software Engineer, ADF
#csharp #cplusplus #golang #java #aws #azure #gcp #mongodb #seniorengineer
Seattle, Washington
Full-time
MongoDB
Job details https://jobsfordevelopers.com/jobs/senior-software-engineer-adf-at-mongodb-com-oct-31-2024-43f8fb?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Just learned how `sync.WaitGroup` prevents copies with a `go vet` warning
https://cs.opensource.google/go/go/+/refs/tags/go1.24.2:src/sync/cond.go;l=111-122
Discussions: https://discu.eu/q/https://cs.opensource.google/go/go/%2B/refs/tags/go1.24.2:src/sync/cond.go%3Bl=111-122
Does anyone know if I can use midget, the broken link checker, as a library?
github.com/kenshaw/blocked -- quick package to display data using unicode blocks
https://github.com/kenshaw/blocked
Discussions: https://discu.eu/q/https://github.com/kenshaw/blocked
Bunches of #Golang learning and training resources right from the main Wiki.
A felicidade de quem acabou de portar mais um projeto de C para Go
wasmVision 0.4 is out & our biggest release yet!
- 21 vision models - face detection+object tracking+more
- Save to data stores BoltDB/Redis/NATS
- New website w/ docs+tutorial to get started
Go take a look right now!
Go interfaces don't say what you provide, they say what you need. They’re about behavior, not inheritance. You define the contract, not the implementer. #golang #cleanarchitecture
Webentwicklung: Der neue TypeScript-Compiler in Go
Das TypeScript-Team portiert den Kern der Programmiersprache nach Go. Das macht die Sprache schneller und verbessert die Developer Experience.
Generics in Go: Your Friendly Guide to Reusable Code
#golang
https://dev.to/shrsv/generics-in-go-your-friendly-guide-to-reusable-code-4fkc
Just read Miguel Young’s deep dive on “Cheating the Reaper in Go”: dodge GC write barriers in your arena allocator by swapping unsafe.Pointer for uintptr—netting 20%+ speedups under heavy GC churn!
#golang
A lightweight, type-safe publish/subscribe system for Go, using generics and context-based cancellation
#golang
Supercharge Your Go Tests Using Fake HTTP Services
https://tutorialedge.net/golang/testing-with-fake-http-services-in-go/
Discussions: https://discu.eu/q/https://tutorialedge.net/golang/testing-with-fake-http-services-in-go/
Ah, yes, the riveting tale of how a "noop" refactor—a coder's favorite oxymoron—somehow tanked #performance by 30% . But fear not, brave souls; our hero embarks on a treacherous journey into the mystical land of #Golang #memory allocations
, determined to unfurl the secrets of the heap while we all pretend to care.
https://www.dolthub.com/blog/2025-04-18-optimizing-heap-allocations/ #noop #refactor #allocation #coding #humor #HackerNews #ngated