Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://www.programmingfonts.org/
www.programmingfonts.org
Programming Fonts - Test Drive
Try out the best and newest monospace fonts for code
Golang drawer
https://blog.golang.org/path-security
go.dev
Command PATH security in Go - The Go Programming Language
How to decide if your programs are vulnerable to PATH problems, and what to do about it.
Golang drawer
https://github.com/stashapp/stash
GitHub
GitHub - stashapp/stash: An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc
An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc - stashapp/stash
Golang drawer
https://vitess.io/blog/2020-01-26-announcing-vitess-9/
Vitess
Vitess | Announcing Vitess 9
We are pleased to announce the general availability of Vitess 9.
Golang drawer
https://github.com/foxcpp/maddy
GitHub
GitHub - foxcpp/maddy:
✉️
Composable all-in-one mail server.
✉️
Composable all-in-one mail server. Contribute to foxcpp/maddy development by creating an account on GitHub.
Golang drawer
https://depthbybreath.hashnode.dev/amp/introducing-go-financial
Hashnode
Introducing go-financial
📊
! - Hashnode
Content
Overview
Demo
Overview
At Razorpay , we recently worked on building a collection system.
For that, we needed an amortization schedule generator in go .
Currently, in go, there are no packages which offer complete solution to this problem....
Golang drawer
https://github.com/google/wire
GitHub
GitHub - google/wire: Compile-time Dependency Injection for Go
Compile-time Dependency Injection for Go. Contribute to google/wire development by creating an account on GitHub.
Golang drawer
https://github.com/juicedata/juicefs
GitHub
GitHub - juicedata/juicefs: JuiceFS is a distributed POSIX file system built on top of Redis and S3.
JuiceFS is a distributed POSIX file system built on top of Redis and S3. - juicedata/juicefs
Golang drawer
https://github.com/vartanbeno/go-reddit
GitHub
GitHub - vartanbeno/go-reddit: Go library for accessing the Reddit API.
Go library for accessing the Reddit API. Contribute to vartanbeno/go-reddit development by creating an account on GitHub.
Golang drawer
https://github.com/anmitsu/goful
GitHub
GitHub - anmitsu/goful: Goful is a CUI file manager written in Go.
Goful is a CUI file manager written in Go. Contribute to anmitsu/goful development by creating an account on GitHub.
Golang drawer
https://rauljordan.com/2021/01/05/reuse-expensive-computation-with-in-progress-caches.html
rauljordan
Reuse Expensive Computation With In-Progress Caches in Go
Golang drawer
https://lakefs.io/working-with-embed-in-go/
LakeFS
Working with Embed in Go 1.16 Version
The new Golang v1.16 embed package feature helps us keep a single binary and bundle out static content. Learn how to work and apply it.
Golang drawer
https://www.gobeyond.dev/real-world-sql-part-one/
Go Beyond
Real-world SQL in Go: Part I
Whether you hate SQL or merely tolerate it, you probably use it in your application. We'll look at ways to cleanly organize your SQL code in Go.
Golang drawer
https://www.youtube.com/watch?v=a1SneuI65O0
YouTube
Go (Golang) Debugging with Delve
Delve is a third-party debugger for the Go programming language and it’s available on github https://github.com/go-delve/delve. It’s a valid alternative to the GDB golang debugger (https://golang.org/doc/gdb) as it’s more feature rich as mentioned in the…
Golang drawer
https://www.openfaas.com/blog/integrate-with-github-apps-and-faasd/
OpenFaaS - Serverless Functions Made Simple
How to integrate with GitHub the right way with GitHub Apps
In this guide, we are going to demonstrate how to build your own GitHub App to get a fine-grained integration with GitHub’s API and to act on the behalf of its users.
Golang drawer
https://www.youtube.com/watch?v=Sw53HGyCGcU
YouTube
Featherweight Go - Raymond Hu, Julien Lange, Bernardo Toninho
Happy New Year!!! What better way to kick off 2021 than a new Go Premier
🎉
Please get involved, ask questions in chat, talk about the latest things in Go or just wave and clap to show your appreciation for the speakers.
As an online event, no matter where…
Golang drawer
https://github.com/inancgumus/learngo
GitHub
GitHub - inancgumus/learngo:
❤️
1000+ Hand-Crafted Go Examples, Exercises, and Quizzes.
🚀
Learn Go by fixing 1000+ tiny programs.
❤️
1000+ Hand-Crafted Go Examples, Exercises, and Quizzes.
🚀
Learn Go by fixing 1000+ tiny programs. - inancgumus/learngo
Golang drawer
https://benjamincongdon.me/blog/2021/01/21/A-Tour-of-Go-116s-iofs-package/
benjamincongdon.me
A Tour of Go 1.16's io/fs package
Looking into Go’s new standard library packages for filesystem abstraction.
Golang drawer
https://eli.thegreenplace.net/2021/rest-servers-in-go-part-1-standard-library/
Golang drawer
Forwarded from
DevOps drawer
https://blog.heyal.co.uk/unit-testing-helm-charts/
blog.heyal.co.uk
How to unit-test your helm charts with Golang
We explore unit testing Helm charts with Golang