Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://www.alexedwards.net/blog/an-overview-of-go-tooling
www.alexedwards.net
An Overview of Go's Tooling - Alex Edwards
Golang drawer
https://github.com/inlets/inletsctl
GitHub
GitHub - inlets/inletsctl: Create inlets servers on the top cloud platforms
Create inlets servers on the top cloud platforms. Contribute to inlets/inletsctl development by creating an account on GitHub.
Golang drawer
A constantly updated collection of beautiful svg images that you can use completely free and without attribution.
Golang drawer
https://undraw.co/
unDraw
unDraw - Open source illustrations for any idea
Open-source illustrations for any idea you can imagine and create. Build beautiful websites, products and applications with your color, for free.
Golang drawer
https://github.com/allegro/bigcache
GitHub
GitHub - allegro/bigcache: Efficient cache for gigabytes of data written in Go.
Efficient cache for gigabytes of data written in Go. - allegro/bigcache
Golang drawer
https://gbws.io/articles/million-websocket-and-go/
Golang drawer
http://reasonablypolymorphic.com/blog/protos-are-wrong/index.html
Golang drawer
https://go-micro.dev/
Golang drawer
https://github.com/rotisserie/eris/tree/v0.1.0
GitHub
rotisserie/eris
eris provides a better way to handle, trace, and log errors in Go
🎆
- rotisserie/eris
Golang drawer
https://github.com/tinode/chat
GitHub
GitHub - tinode/chat: Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command…
Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots - tinode/chat
Golang drawer
https://github.com/dlmiddlecote/sqlstats
GitHub
GitHub - dlmiddlecote/sqlstats: A Go library for collecting sql.DBStats in Prometheus format
A Go library for collecting sql.DBStats in Prometheus format - dlmiddlecote/sqlstats
Golang drawer
https://medium.com/@purnaresa/securing-information-in-database-using-data-encryption-written-in-go-4b2754214050
Medium
Securing Information in Database using Data Encryption (written in Go)
In the world where everything is digital even private information, this is security factor that we must add into our service.
Golang drawer
https://medium.com/tourradar/working-efficiently-with-json-in-go-cb80dcca0466
Medium
Working Efficiently with JSON in Go
JSON (JavaScript Object Notation) is the most popular format for exchanging data between a server and a client. It is scalable, flexible…
Golang drawer
https://www.agwa.name/blog/post/preventing_server_side_request_forgery_in_golang
www.agwa.name
Preventing Server Side Request Forgery in Golang
Golang drawer
https://blog.gopheracademy.com/advent-2019/writing-go-user-interfaces-with-vugu/
Gopheracademy
HTML, CSS and Go, Together at Long Last: Vugu Premise and Example
Huh, what’s a Vugu? Vugu is a Go library that makes it easy to write HTML markup and Go code which is compiled and run in the browser using WebAssembly.
Golang drawer
https://blog.sqreen.com/top-6-security-best-practices-for-go/
Sqreen Blog
Top 6 security best practices for Go - Sqreen Blog
In this post, we'll cover top six security practices that you need to consider when developing with Go and determine how to apply these practices.
Golang drawer
https://medium.com/@wgallagher86/fixed-xor-decryption-in-go-61ed3643b5c
Medium
Fixed XOR Decryption in Go
Breaking down Cryptopals Set 1 Challenge 2
Golang drawer
https://vyskocil.org/blog/correct-usage-of-sql-transaction-in-postgres-from-go/
Miblog
Correct Usage of Sql Transaction in Postgres From Go
Problem Once upon a time I got a task to merge duplicate URLs in our production database. It turned out that there were a lot of same urls like https://example.com?fbclid=1234 and https://example.com?fbclid=5678 we wanted to merge. Code to normalize URL was…
Golang drawer
https://nicokosi.github.io/rediscovering-Golang-with-pullpigo-en.html
Nicokosi's blog
Rediscovering Golang with
Learn basics of the Go programming language coding a CLI tool,
Golang drawer
https://opethe1st.github.io/go/kata/json/parser/2019/12/20/adding-more-features.html
Opemipo
How I wrote a JSON parser in Go - Part 3 - More features
In the previous post, I wrote about how I added the iterator abstraction. In this one, I will be discussing how I added new features.