Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
Golang drawer
https://nats.io/blog/nats-server-29-release/
NATS.io
NATS Server 2.9 Release
The NATS core team and contributors are proud to announce the first release of the 2.9.x series!
🚀
Thank you to the 48(!) people who contributed to this release through GitHub issues, discussions, and pull requests, as well as the hundreds of people in the…
Golang drawer
https://github.com/felixge/fgtrace
GitHub
GitHub - felixge/fgtrace: fgtrace is an experimental profiler/tracer that is capturing wallclock timelines for each goroutine.…
fgtrace is an experimental profiler/tracer that is capturing wallclock timelines for each goroutine. It's very similar to the Chrome profiler. - felixge/fgtrace
Golang drawer
https://scribe.rip/the-godev-corner/how-to-create-a-go-private-module-with-docker-b705e4d195c4
Golang drawer
https://blog.tjll.net/reverse-proxy-hot-dog-eating-contest-caddy-vs-nginx/
Tyblog
35 Million Hot Dogs: Benchmarking Caddy vs. Nginx
Have you ever wondered about the performance delta between Caddy and Nginx? Wonder no more.
Golang drawer
https://changelog.com/gotime/248
Changelog
Engineering interview tips & tricks with Emma Draper & Jonas (Go Time #248)
In this episode, we will be exploring interviewing as a Software Engineer. Tips, tricks, and gotchas, as well as potentially some interviewing horror stories and red flags to avoid at all costs. We’re joined by Emma Draper, Engineering Manager at the New…
Golang drawer
https://bitfieldconsulting.com/golang/test-scripts
Bitfield Consulting
Flipping the script — Bitfield Consulting
Wouldn’t it be great if we could write tests for our Go CLI tools that are simple as shell scripts? The testscript package lets us do exactly that. Let’s take it for a spin.
Golang drawer
https://yewtu.be/playlist?list=PLDWZ5uzn69exbERujDiGxOadne_nkibSo
Golang drawer
https://wails.io/blog/wails-v2-released/
wails.io
Wails v2 Released | Wails
Today marks the release of Wails v2. It's been about 18 months since the first v2 alpha and about a year from the first beta release. I'm truly grateful to everyone involved in the evolution of the project.
Golang drawer
https://github.com/SaurabhGoyal/Snowflake
GitHub
GitHub - SaurabhGoyal/Snowflake: Go Implementation of Twitter's Snowflake
Go Implementation of Twitter's Snowflake. Contribute to SaurabhGoyal/Snowflake development by creating an account on GitHub.
Golang drawer
https://blog.theodo.com/2022/08/go-nil-interfaces/
Theodo
Go Traps - nil interfaces | Theodo
Learn good practices about Go interfaces to never get a runtime panic
Golang drawer
https://github.com/bloeys/nset
GitHub
GitHub - bloeys/nset: Super fast and memory efficient set implementation for unsigned integers
Super fast and memory efficient set implementation for unsigned integers - GitHub - bloeys/nset: Super fast and memory efficient set implementation for unsigned integers
Golang drawer
https://github.com/darkweak/go-esi
GitHub
GitHub - darkweak/go-esi: Pure implementation of the non-standard ESI (Edge-Side-Include) specification in Go
Pure implementation of the non-standard ESI (Edge-Side-Include) specification in Go - darkweak/go-esi
Golang drawer
https://github.com/ortuman/jackal
GitHub
GitHub - ortuman/jackal:
💬
Instant messaging server for the Extensible Messaging and Presence Protocol (XMPP).
💬
Instant messaging server for the Extensible Messaging and Presence Protocol (XMPP). - ortuman/jackal
Golang drawer
https://github.com/micnncim/go-set
GitHub
GitHub - micnncim/go-set: Go package for sets implemented with generics
Go package for sets implemented with generics. Contribute to micnncim/go-set development by creating an account on GitHub.
Golang drawer
https://github.com/danvergara/dblab
GitHub
GitHub - danvergara/dblab: The database client every command line junkie deserves.
The database client every command line junkie deserves. - danvergara/dblab
Golang drawer
https://github.com/seaweedfs/seaweedfs
GitHub
GitHub - seaweedfs/seaweedfs: SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions…
SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, xDC replica...
Golang drawer
https://cloud.google.com/blog/topics/developers-practitioners/golangs-databasesql-driver-support-cloud-spanner-now-generally-available
Google Cloud Blog
Cloud Spanner’s Go database/sql driver is now Generally Available | Google Cloud Blog
Golang drawer
https://blog.customct.com/adding-a-bubbletea-cli-interface
Richard's Blog
Adding a Bubbletea cli Interface
A graphical type interface for a cli makes using your cli much easier. Here is how you do it with Bubbletea!
Golang drawer
https://www.dolthub.com/blog/2022-09-12-golang-interface-extension/
Dolthub
A plugin architecture using golang interface extension
Blog for DoltHub, a website hosting databases made with Dolt, an open-source version-controlled SQL database with Git-like semantics.
Golang drawer
https://techcommunity.microsoft.com/t5/apps-on-azure-blog/building-serverless-go-applications-with-azure-functions-custom/ba-p/3623617
TECHCOMMUNITY.MICROSOFT.COM
Building Serverless Go Applications with Azure functions custom handlers
This post is part of the Zero To Hero series for #ServerlessSeptember, a month-long initiative to learn, use, and celebrate, all things Serverless On..