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/ChrisTrenkamp/xsel
GitHub
GitHub - ChrisTrenkamp/xsel: An (almost) compliant XPath 1.0 library.
An (almost) compliant XPath 1.0 library. Contribute to ChrisTrenkamp/xsel development by creating an account on GitHub.
Golang drawer
https://github.com/Jeffail/tunny
GitHub
GitHub - Jeffail/tunny: A goroutine pool for Go
A goroutine pool for Go. Contribute to Jeffail/tunny development by creating an account on GitHub.
Golang drawer
https://www.vugu.org/
Golang drawer
https://tech.deliveryhero.com/concurrent-api-patterns-in-go/
Golang drawer
https://changelog.com/gotime/176
Changelog
TCP & UDP with Adam Woodbeck (Go Time #176)
The internet wouldn't exist as we know it if it weren't for TCP and UDP, yet many developers don't quite understand the technology powering the web. In this episode we talk with Adam Woodbeck, author of Network Programming with Go, to learn about TCP and…
Golang drawer
https://dev.to/smyrman/go-generics-beyond-the-playground-353b
DEV Community
Go generics beyond the playground
While Go as of version 1.16 does not support Generics, there is an accepted language proposal for it,...
Golang drawer
https://www.philipotoole.com/7-years-of-open-source-database-development-lessons-learned/
Philipotoole
7 years of open-source database development: lessons learned – Vallified
It was April 9th 2016, and I tagged my first official release of rqlite -- two years after I actually started coding it. Since then there has been 58 releases, 277 closed issues, 416 closed pull requests, 32,785 insertions, 1954 deletions, and 100 files have…
Golang drawer
https://qvault.io/clean-code/writing-good-unit-tests-dont-mock-database-connections/
Boot.dev
Learn Go [Full Course] | Boot.dev
Master the fundamentals of the Go programming language in this comprehensive interactive course.
Go is one of the most popular languages of 2025, and Go developers
are among the highest paid in the world. You'll practice writing performant,
idiomatic Go with…
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoConvertSliceToArray
Golang drawer
https://github.com/360EntSecGroup-Skylar/excelize
GitHub
GitHub - qax-os/excelize: Go language library for reading and writing Microsoft Excel
™
(XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
Go language library for reading and writing Microsoft Excel
™
(XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets - qax-os/excelize
Golang drawer
https://github.com/gographics/imagick
GitHub
GitHub - gographics/imagick: Go binding to ImageMagick's MagickWand C API
Go binding to ImageMagick's MagickWand C API. Contribute to gographics/imagick development by creating an account on GitHub.
Golang drawer
https://github.com/PierreKieffer/htui
GitHub
GitHub - PierreKieffer/htui: Heroku Terminal User Interface
Heroku Terminal User Interface. Contribute to PierreKieffer/htui development by creating an account on GitHub.
Golang drawer
https://github.com/esimov/triangle
GitHub
GitHub - esimov/triangle: Convert images to computer generated art using delaunay triangulation.
Convert images to computer generated art using delaunay triangulation. - esimov/triangle
Golang drawer
https://github.com/xo/usql
GitHub
GitHub - xo/usql: Universal command-line interface for SQL databases
Universal command-line interface for SQL databases - xo/usql
Golang drawer
https://github.com/alecthomas/chroma
GitHub
GitHub - alecthomas/chroma: A general purpose syntax highlighter in pure Go
A general purpose syntax highlighter in pure Go . Contribute to alecthomas/chroma development by creating an account on GitHub.
Golang drawer
https://thedevdash.com
Golang drawer
https://changelog.com/gotime/177
Changelog
Building startups with Go (Go Time #177)
Startups are all about iterating quickly, building MVPs, and finding that elusive product market fit, so how does Go fit into that picture? Is Go a good choice for startups, or is it exclusively for the larger corporations? In this episode Jon is joined by…
Golang drawer
https://charly3pins.dev/blog/automate-your-github-profile-readme-with-go-and-github-actions/
charly3pins.dev
Automate Your GitHub Profile README with Go and GitHub Actions
Create a dynamic Markdown file for your README with the help of Go and deploy it to your profile's GitHub using GitHub Actions.
Golang drawer
https://dev.to/charly3pins/level-up-your-presentations-with-go-59lo
DEV Community
Level up your presentations with Go
If you're a technical person and you don't like to battle with presentation softwares but you want/ne...
Golang drawer
https://eli.thegreenplace.net/2021/go-socket-servers-with-tls/