Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://changelog.com/gotime/198
Changelog
The little known team that keeps Go going with Paul Jolly, Daniel Martí, Marwan Sulaiman, & Ian Cottrell (Go Time #198)
Ever wonder how new features get added to the `go` command? Or where tools like `gopls` come from? Well, there's an open team that handles just those things.
Just like the programming language itself, many of the tools that Go engineers use everyday are…
Golang drawer
https://go-app.dev/
go-app.dev
A Go package for building Progressive Web Apps
A package for building progressive web apps (PWA) with the Go programming language (Golang) and WebAssembly (Wasm). It uses a declarative syntax that allows creating and dealing with HTML elements only by using Go, and without writing any HTML markup.
Golang drawer
https://go-playground-wasm.vercel.app/
Golang drawer
https://www.akitasoftware.com/blog-posts/taming-gos-memory-usage-or-how-we-avoided-rewriting-our-client-in-rust
Postman API Platform
Enhance API Collaboration with Postman | Build & Scale APIs Together
Empower your teams with Postman, the API collaboration platform built for seamless teamwork. Discover how 500,000+ companies use Postman to design, test, and collaborate on APIs in one place. Speed up your team’s API development, ship higher quality APIs…
Golang drawer
https://github.com/sonatard/noctx
GitHub
GitHub - sonatard/noctx: noctx finds function calls without context.Context.
noctx finds function calls without context.Context. - sonatard/noctx
Golang drawer
https://github.com/DiscoRiver/massh
GitHub
GitHub - DiscoRiver/massh: Go package for running Linux distributed shell commands via SSH.
Go package for running Linux distributed shell commands via SSH. - DiscoRiver/massh
Golang drawer
https://github.com/volatiletech/sqlboiler
GitHub
GitHub - aarondl/sqlboiler: Generate a Go ORM tailored to your database schema.
Generate a Go ORM tailored to your database schema. - aarondl/sqlboiler
Golang drawer
https://go2goplay.golang.org/p/jhnCwHxu-aV
Golang drawer
https://github.com/xakep666/unusual_generics
GitHub
GitHub - xakep666/unusual_generics: Collection of unusual generics usecases in Go
Collection of unusual generics usecases in Go. Contribute to xakep666/unusual_generics development by creating an account on GitHub.
Golang drawer
https://github.com/ardanlabs/service
GitHub
GitHub - ardanlabs/service: Starter-kit for writing services in Go using Kubernetes.
Starter-kit for writing services in Go using Kubernetes. - ardanlabs/service
Golang drawer
https://github.com/Narasimha1997/ratelimiter
GitHub
GitHub - Narasimha1997/ratelimiter: A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.
A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm. - Narasimha1997/ratelimiter
Golang drawer
https://bitfieldconsulting.com/golang/generics
Bitfield Consulting
Generics in Go — Bitfield Consulting
Generics what now? This friendly, down-to-earth tutorial explains what generic functions and types are, why we need them, how they work in Go, and where we can use them. It's easy and fun, so let's dance!
Golang drawer
https://github.com/dgryski/awesome-go-style
GitHub
GitHub - dgryski/awesome-go-style: A collection of Go style guides
A collection of Go style guides. Contribute to dgryski/awesome-go-style development by creating an account on GitHub.
Golang drawer
https://errnil.substack.com/p/wrapping-errors-the-right-way
Err == nil
Wrapping Errors the Right Way
Don't include information the caller already knows in your errors.
Golang drawer
https://dominikbraun.io/blog/the-difference-between-go-and-rust/
dominikbraun.io
The difference between Go and Rust – dominikbraun.io
Go is regularly criticized for odd decisions and idiosyncrasies, while Rust is celebrated as an almost perfectly designed alternative that solves Go's problems. But in fact, Go and Rust are far from interchangeable.
Golang drawer
https://m.youtube.com/watch?v=M0_s6UW86cs
YouTube
TinyGo on Raspberry Pi Pico - AHRS Madgwick filter example
Source: https://github.com/soypat/tiny-ahrsim
Working on a script for a tutorial to TinyGo. Coming soon.
Golang drawer
https://changelog.com/gotime/199
Changelog
Go on hardware: TinyGo in the wild with Ron Evans, Vladimir Vivien, & Tobias Theel (Go Time #199)
In this episode, we will be exploring the tiny world of Go and Hardware. We are joined by three gophers, Vladimir Vivien, Tobias Theel, and Ron Evans, who will be discussing the use of Linux API (V4L2) to control video hardware and capture image data in realtime…
Golang drawer
https://blog.suborbital.dev/foundations-wasm-in-golang-is-fantastic
Suborbital Launch Pad
Foundations: Wasm in Golang is fantastic
A bit about me
I'm Philippe, and I'm Technical Account Manager at GitLab. I am french, but you cannot hear my lovely accent. I love a lot speaking in front of people, mainly in French (it's, of course, easier for me), so I wrote this blog post like i...
Golang drawer
https://blog.khanacademy.org/genqlient-a-truly-type-safe-go-graphql-client/
blog.khanacademy.org
genqlient: A truly type-safe Go GraphQL client | Khan Academy Blog
Golang drawer
https://boyter.org/posts/abusing-aws-to-make-a-search-engine/