Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://github.com/uber-go/tally
GitHub
GitHub - uber-go/tally: A Go metrics interface with fast buffered metrics and third party reporters
A Go metrics interface with fast buffered metrics and third party reporters - uber-go/tally
Golang drawer
https://github.com/ktr0731/evans
GitHub
GitHub - ktr0731/evans: Evans: more expressive universal gRPC client
Evans: more expressive universal gRPC client. Contribute to ktr0731/evans development by creating an account on GitHub.
Golang drawer
https://github.com/MontFerret/ferret
GitHub
GitHub - MontFerret/ferret: Declarative web scraping
Declarative web scraping. Contribute to MontFerret/ferret development by creating an account on GitHub.
Golang drawer
https://github.com/mongodb/mongo-go-driver
GitHub
GitHub - mongodb/mongo-go-driver: The Official Golang driver for MongoDB
The Official Golang driver for MongoDB. Contribute to mongodb/mongo-go-driver development by creating an account on GitHub.
Golang drawer
https://github.com/imgproxy/imgproxy
GitHub
GitHub - imgproxy/imgproxy: Fast and secure standalone server for resizing, processing, and converting images on the fly
Fast and secure standalone server for resizing, processing, and converting images on the fly - imgproxy/imgproxy
Golang drawer
https://github.com/bytedance/sonic
GitHub
GitHub - bytedance/sonic: A blazingly fast JSON serializing & deserializing library
A blazingly fast JSON serializing & deserializing library - bytedance/sonic
Golang drawer
https://changelog.com/gotime/207
Changelog
Maintenance in the open with sam boyer & Aaron Schlesinger (Go Time #207)
Open Source and other source available projects have been a huge driver of progress in our industry, but building and maintaining an open source project is about a lot more than just writing the initial code and putting together a good README. On this episode…
Golang drawer
https://www.youtube.com/watch?v=mc5LnvzKJtE
YouTube
Build a Go Serverless App in 5 Minutes with Serverless-Stack
👨💻
For the price of $7.99 every month, sign up and gain access to a growing list of premium courses on my site - https://tutorialedge.net/pricing/
Welcome Gophers, in this video, we'll be blasting through the creation of a serverless Go application in…
Golang drawer
https://nigeltao.github.io/blog/2021/from-jpeg-to-jfif.html
Golang drawer
https://blog.sergeyev.info/golang-shell-commands/
blog.sergeyev.info
Testing shell commands in Go
How to execute and test external shell commands in Golang, locally and remote
Golang drawer
https://www.calhoun.io/6-tips-for-using-strings-in-go/
Calhoun.io
6 Tips for Using Strings in Go - Calhoun.io
Learn how to perform common operations with strings in Go. This article discusses how to write multiline strings, concatenate strings efficiently, convert various data types into strings, checking for prefixes, and converting strings to byte slices.
Golang drawer
https://golang.christmas/
golang.christmas
Go Advent Calendar
One blog post every day until Christmas.
Golang drawer
https://www.youtube.com/watch?v=j5p5SpqWS8E
YouTube
Terminal Apps with Golang (1/2) #golang
How to do a terminal application with Golang using Bubble Tea framework.
Source code: https://github.com/nicolasparada/go-tea-counter
https://github.com/charmbracelet/bubbletea
#golang #tui
Code Editor: VSCode.
Color theme: "Ra Silver" from Rahman Yerli.…
Golang drawer
https://menno.io/posts/golang-register-calling/
menno.io
Faster software through register based calling
Highly irregular postings about technology and life
Golang drawer
https://benhoyt.com/writings/awkgo/
Benhoyt
AWKGo, an AWK-to-Go compiler
A discussion of AWKGo, a simple compiler that translates a useful subset of the AWK text processing language into Go source code.
Golang drawer
https://erik-engheim.medium.com/go-does-not-need-a-java-style-gc-ac99b8d26c60
Medium
Go Does Not Need a Java Style GC
Modern languages such as Go, Julia and Rust don’t need complex garbage collectors like the ones use by Java C#. But why? To explain why, we need to get into how garbage collectors work and how…
Golang drawer
https://www.youtube.com/playlist?list=PLDWZ5uzn69ex0U5MmbKWorsTuVBgUePxw#gophercon2021uk
YouTube
GopherCon UK 2021
Videos from all of our great GopherCon UK speakers, recorded in October 2021.
Golang drawer
https://www.youtube.com/watch?v=9j0oQkqzhAE&list=PLDWZ5uzn69ex0U5MmbKWorsTuVBgUePxw&index=7
YouTube
GopherCon UK 2021: Nick Craig-Wood - Deadlocks: The Dark Side of Concurrency
Go makes it so easy to write concurrent programs that sooner or later you will run into a deadlock. A deadlock is where your program (or part of it) just stops working for mysterious reasons.
This talk will explain what deadlocks are and why the Go deadlock…
Golang drawer
https://www.youtube.com/watch?v=Oce77qCXu7I&list=PLDWZ5uzn69ex0U5MmbKWorsTuVBgUePxw&index=9
YouTube
GopherCon UK 2021: Daniela Petruzalek - Building an Indie Game in GO
Go is an awesome systems language and we all know it. But how good is it for developing your own indie games? In a market dominated by Unity and Unreal, in this talk we will explore the feasibility of writing your own game in Go using Ebiten. The talk will…
Golang drawer
https://www.youtube.com/watch?v=Xo7S5fQq2V8&list=PLDWZ5uzn69ex0U5MmbKWorsTuVBgUePxw&index=18
YouTube
GopherCon UK 2021: Chris Reeves - Instrumenting GO Applications
In this talk, we’ll show that introducing observability is not as daunting as it seems! We'll walk through how simple it is to get started with Open Telemetry, how tracing and metrics work and the patterns you can use to help make automatic instrumentation…