Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
Golang drawer
https://y.com.sb/watch?v=RVTfPy_NELc&feature=youtu.be
Invidious
Memory layout and mechanics of arrays and slices | Golang | intermediate level
We discuss the memory layout of arrays and slices in Golang. This provides a good mental model for writing efficient and bug free Go code that includes slices.
0:00 Intro
0:27 Arrays
1:35 Slices
4:19 Initializing a slice
4:48 Passing slice as function arguments…
Golang drawer
https://y.com.sb/watch?t=372&v=Z0GX2mTUtfo&feature=youtu.be
Invidious
Go is faster than Rust??! Go vs Rust vs TypeScript Servers (as a scientist)
This represents the last couple months of twitches work building up and comparing the servers. I was completely shocked by the results of all this. HOW COULD GO DO ME LIKE THIS???
GET THE HELL IN THE START UP ALREADY
Discord for the degens
Twitch for the…
Golang drawer
https://github.com/bkupidura/broker-ha
GitHub
GitHub - bkupidura/broker-ha: Golang MQTT broker with clustering capabilities
Golang MQTT broker with clustering capabilities. Contribute to bkupidura/broker-ha development by creating an account on GitHub.
Golang drawer
https://github.com/emmanuelay/domainbadger
GitHub
GitHub - emmanuelay/domainbadger: CLI tool to perform brute force lookup on domains
CLI tool to perform brute force lookup on domains. Contribute to emmanuelay/domainbadger development by creating an account on GitHub.
Golang drawer
https://github.com/plopjs/plop
GitHub
GitHub - plopjs/plop: Consistency Made Simple
Consistency Made Simple. Contribute to plopjs/plop development by creating an account on GitHub.
Golang drawer
https://github.com/meysamhadeli/problem-details
GitHub
GitHub - meysamhadeli/problem-details: ProblemDetails is a Error Handler base on [RFC 7807] standard to map our error to standardized…
ProblemDetails is a Error Handler base on [RFC 7807] standard to map our error to standardized error payload to client. - meysamhadeli/problem-details
Golang drawer
https://github.com/alexferrari88/GoHN
GitHub
GitHub - alexferrari88/GoHN: Hacker News API wrapper for Go
Hacker News API wrapper for Go. Contribute to alexferrari88/GoHN development by creating an account on GitHub.
Golang drawer
https://github.com/katexochen/go-tidy-check
GitHub
GitHub - katexochen/go-tidy-check: GitHub action to check if your Go modules are tidy
GitHub action to check if your Go modules are tidy - GitHub - katexochen/go-tidy-check: GitHub action to check if your Go modules are tidy
Golang drawer
https://github.com/pion/opus
GitHub
GitHub - pion/opus: Pure Go implementation of Opus
Pure Go implementation of Opus. Contribute to pion/opus development by creating an account on GitHub.
Golang drawer
https://github.com/golangci/golangci-lint
GitHub
GitHub - golangci/golangci-lint: Fast linters runner for Go
Fast linters runner for Go. Contribute to golangci/golangci-lint development by creating an account on GitHub.
Golang drawer
https://github.com/antonmedv/expr
GitHub
GitHub - expr-lang/expr: Expression language and expression evaluation for Go
Expression language and expression evaluation for Go - expr-lang/expr
Golang drawer
https://github.com/mcmathja/curlyq
GitHub
GitHub - mcmathja/curlyq: Efficient and reliable background processing for Go
Efficient and reliable background processing for Go - mcmathja/curlyq
Golang drawer
https://github.com/mszostok/version/releases/tag/v1.1.0
GitHub
Release v1.1.0 · mszostok/version
🎉
Version 1.1.0 is now available!
✨
Key highlights
Extra fields support!
Each project may want to display more information such as documentation or changelog URLs, sometimes even domain related fie...
Golang drawer
https://programmingeeksclub.com/the-advantages-of-using-go/
Programming Geeks Club - Programming Geeks Club
The Advantages Of Using Go - Programming Geeks Club
In this article we covered the history of Go, advantages of using Go, is go perfect language to learn, disadvantages of Go, why Go does not have preprocessor.
Golang drawer
https://monzo.com/blog/2022/09/29/migrating-our-monorepo-seamlessly-from-dep-to-go-modules
Monzo
Migrating our monorepo seamlessly from Dep to Go Modules
Since 2018, we've used Dep to manage our monorepo dependencies, but when it was deprecated switching to Go Modules was a high risk change. This post explains how we reduced that risk by iteratively updating our dependencies for a seamless migration.
Golang drawer
https://www.jetpack.io/blog/devbox-turn-a-1000-container-script-into-10-lines/
Jetpack.io
Devbox: turn a 1000+ container script into <10 lines
After moving from a Docker container to the containerless Devbox shell, we freed up CPU usage and multiple gigabytes of memory on our computers.
Golang drawer
https://www.oreilly.com/library/view/head-first-go/9781491969540/
O’Reilly Online Learning
Head First Go
What will you learn from this book? Go makes it easy to build software that’s simple, reliable, and efficient. Andthis book makes it easy for programmers like you to get started.... - Selection from Head First Go [Book]
Golang drawer
https://nats.io/blog/matrix-dendrite-kafka-to-nats/
NATS.io
The Matrix Dendrite Project move from Kafka to NATS
Matrix Dendrite Matrix is a federated protocol for real-time communications built on top of distributed data structures and Dendrite is an implementation of a Matrix homeserver built following a microservice architecture. It was originally intended to help…
Golang drawer
https://gist.github.com/fsmv/02c636d4da58106f113049ee45a62f50
Gist
A runnable go script that creates an http basic auth password hash compatible with .htaccess (this is just the password part, you…
A runnable go script that creates an http basic auth password hash compatible with .htaccess (this is just the password part, you have to add username:<hash>) - pass.go
Golang drawer
https://revs.runtime-revolution.com/golang-dns-resolving-a56ed59981fe
Medium
Golang DNS Resolving
Lately, I have been writing Go at work, and I have been enjoying it a lot! This is a TIL about making Go communicate with local services.