Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://gitlab.com/cznic/sqlite
GitLab
cznic / sqlite · GitLab
Package sqlite is a CGo-free port of SQLite/SQLite3. SQLite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine.
Golang drawer
https://cybersecurity.att.com/blogs/labs-research/att-alien-labs-finds-new-golang-malwarebotenago-targeting-millions-of-routers-and-iot-devices-with-more-than-30-exploits
LevelBlue
LevelBlue Labs finds new Golang malware (BotenaGo)…
Explore how BotenaGo malware exploits IoT and router vulnerabilities, and how LevelBlue helps detect and defend against it.
Golang drawer
https://carlosbecker.com/posts/goreleaser-v1/
Carlosbecker
Announcing GoReleaser v1 — the first v1 release | Carlos Becker
Hello everyone!
I’ve been holding on the “v1” release for, checks notes, years now. That’s because I wanted v1 to have a “stable enough API”, i.e. something unlikely to change.
A couple of months ago I realized that we’ll probably never reach that, as things…
Golang drawer
https://jvns.ca/blog/2021/11/17/debugging-a-weird--file-not-found--error/
Julia Evans
Debugging a weird 'file not found' error
Golang drawer
https://changelog.com/gotime/205
Changelog
Hacking with Go: Part 1 featuring Joakim Kennedy & JAGS (Go Time #205)
Natalie and Mat explore hacking in Go from the eyes of 2 security researchers. Joakim Kennedy and JAGS have both used Go for hacking: writing malware, hardware hacking, reverse engineering Go code, and more.
Golang drawer
https://docs.google.com/presentation/d/e/2PACX-1vTMRSmuWjhpOx3DIgetfi72jcOGvlqPU5z0Nps24YN6dxaBbu4dWm0FXS2f--D4G2b1aAvTmfqNA2IG/pub?start=false&loop=false&delayms=3000&slide=id.p
Golang drawer
https://henvic.dev/posts/go-postgres/
henvic.dev
Back to basics: Writing an application using Go and PostgreSQL | Henrique Vicente
Learn how to use PostgreSQL with the Go programming language using the pgx driver and toolkit in a very productive manner. Furthermore, with the provided source code, you'll be able to learn how to write efficient and sound unit and integration tests, ready…
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.…