Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://harrisonbrock.dev/2019/06/14/different-ways-to-remove-whitespaces-from-strings-in-go/
Harrison Brock
Different Ways to Remove Whitespaces From Strings In Go - Harrison Brock
Learn how to remove whitespaces from a string using the TrimSpace function.
Golang drawer
https://ctoasaservice.org/2019/06/18/creating-a-slackbot-on-aws-using-golang-part-2-price-based-alerting/
CTO as a Service
Creating a Slackbot on AWS using Golang - Part 2 - Price-based Alerting - CTO as a Service
A Stock Quote Alerter Slash Command for Slack using Golang and AWS
Golang drawer
https://blog.eduardohitek.com/posts/ya-mongodb-tutorial/
Eduardohitek
Yet Another MongoDB Golang Tutorial
After years relying on Community drivers like mgo and globalsign/mgo, last year MongoDB announced they were building it’s own solution. Last March they released the version 1.0.0, so let’s see how to make some normal operations using the Oficial driver.
First…
Golang drawer
https://developer.here.com/blog/real-time-maps-with-a-raspberry-pi-golang-and-here-xyz
HERE Developer Blog
Real-Time Maps with a Raspberry Pi, Golang, and HERE XYZ - HERE Developer
By now you’ve probably seen a few of my tutorials related to Raspberry Pi and location data. I’m a big fan of these small Internet of Things (IoT) devices and have written tutorials around WLAN positioning with Golang and GPS positioning with Node.js.
Golang drawer
https://dev.to/camilopayan/netlify-form-submissions-with-golang-lambda-functions-537l
The DEV Community
Netlify Form Submissions With Golang Lambda Functions
Golang drawer
https://github.com/lopezator/migrator
GitHub
GitHub - lopezator/migrator: Dead simple Go database migration library.
Dead simple Go database migration library. Contribute to lopezator/migrator development by creating an account on GitHub.
Golang drawer
https://blog.pragmaticengineer.com/good-code-reviews-better-code-reviews/
The Pragmatic Engineer
Good Code Reviews, Better Code Reviews
I've published an updated and re-edited version of this article on the Stack
Overflow blog - check it out
[https://stackoverflow.blog/2019/09/30/how-to-make-good-code-reviews-better/]!
I have been doing day to day code reviews for over a decade now. The…
Golang drawer
https://docs.keydb.dev/blog/2019/06/17/blog-post/
docs.keydb.dev
How Fast can A Single Instance of Redis be? | KeyDB - The Faster Redis Alternative
Redis is known as one of the fastest databases out there. But what if some of the limitations were removed, how fast could a stand-alone instance become? We often hear that Redis will likely become network bound or memory bound before it is CPU bound on performance…
Golang drawer
https://sudo-bmitch.github.io/presentations/docker-build/presentation.html#1
Golang drawer
https://pragmacoders.com/blog/multithreading-in-go-a-tutorial
Golang drawer
https://go-colly.org/
go-colly.org
Scraping Framework for Golang
Scraping framework for extracting the data you need from websites, used for a wide range of applications, like data mining, data processing or archiving
Golang drawer
https://blog.alexellis.io/golang-json-api-client/
Alex Ellis' Blog
Golang basics - grab JSON from an API
Learn a Golang recipe for parsing JSON from a remote API on the Internet over HTTP. This is beginner/intermediate content in the Golang basics series
Golang drawer
https://github.com/dghubble/go-twitter
GitHub
GitHub - dghubble/go-twitter: Go Twitter REST and Streaming API v1.1
Go Twitter REST and Streaming API v1.1. Contribute to dghubble/go-twitter development by creating an account on GitHub.
Golang drawer
https://thinkingeek.com/2017/05/21/small-telegram-bot/
Think In Geek
A small Telegram Bot in Go
I started using Telegram a few years ago. Most of the time I don’t use it much to have 1 to 1 conversations but rather chat in a small group of friends which I’ve known for a while now. Every now a...
Golang drawer
https://youtu.be/IauflMdOWTg
YouTube
USENIX ATC'19 lightning talk: Secured Routines: Language-based Construction of TEEs
Secured Routines: Language-based Construction of Trusted Execution Environments authors: Adrien Ghosn, James R. Larus, Edouard Bugnion. This video is the lig...
Golang drawer
https://medium.com/@blanchon.vincent/go-race-detector-with-threadsanitizer-8e497f9e42db
Medium
Go: Race Detector with ThreadSanitizer
Go provides a powerful tool to detect race conditions. This tool can be enabled by the flag -race that you can use with your tests or…
Golang drawer
https://blog.trailofbits.com/2019/06/26/panicking-the-right-way-in-go/
The Trail of Bits Blog
Panicking the right way in Go
A common Go idiom is to (1) panic, (2) recover from the panic in a deferred function, and (3) continue on. In general, this is okay, so long there are no global state changes between the entry point to the function calling defer, and the point at which the…
Golang drawer
https://blog.golang.org/go2-next-steps
Golang drawer
https://resources.whitesourcesoftware.com/blog-whitesource/top-5-go-vulnerabilities
Mend.io
Top 5 Go Vulnerabilities That You Should Know
Discover the top 5 vulnerabilities in Google's Go programming language that developers should be aware of to secure their products.
Golang drawer
https://dev.to/kevburnsjr/five-card-draw-for-gophers-l7g
DEV Community
Five Card Draw for Gophers
Lets make a stupid poker game