Golang drawer
@golang101
177
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
177 subscribers
Golang drawer
https://tpaschalis.github.io/gh-actions-go-s3/
tpaschalis.github.io
Using GitHub Actions.
GitHub Actions is the newest entry into the Travic/CircleCi/Gitlab CI/CD/Jenkins space.
Golang drawer
https://circleci.com/blog/use-circleci-orbs-to-build-test-and-deploy-a-simple-go-application-to-aws-ecs/
CircleCI
Build, test, and deploy a Go application to AWS ECS
Deploy a simple Go application to Amazon ECS and then automatically build, test, and deploy subsequent versions of the app using CircleCI.
Golang drawer
https://www.forkingbytes.com/blog/using-the-fitbit-api-from-a-command-line-application-in-go/
Forking Bytes
Using the Fitbit API from a command line application in Go
Learn how to access the Fitbit API using a command line application written in Go.
Golang drawer
https://blog.seriesci.com/monitoring-benchmarks-over-time-in-go/
Seriesci
Monitoring benchmarks over time in Go - SeriesCI blog
Having benchmarks for your critical code paths ensures stable performance and protection against accidental changes. However benchmarks are usually only done once and never run continuously. Learn how to keep an eye on your benchmarks over time.
Golang drawer
https://blog.spiralscout.com/using-w-and-s-flags-in-golang-97ae59b50e26
Medium
Using -w and -s Flags in Golang
Using -w and -s Flags in Golang
Golang drawer
https://fnproject.io/tutorials/Introduction/
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/Go113AndGoModInGOPATH
Golang drawer
https://blog.detectify.com/2019/09/05/how-we-tracked-down-a-memory-leak-in-one-of-our-go-microservices/
Detectify Blog
How we tracked down (what seemed like) a memory leak in one of our Go microservices - Detectify Blog
Here is a step-by-step on how Detectify's backend team tracked down (what seemed to be) a memory leak from Go microservices.
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoHackingWithModules
Golang drawer
https://drewdevault.com//2019/09/08/Enough-to-decide.html
Golang drawer
https://www.mailgun.com/blog/how-we-built-a-lucene-inspired-parser-in-go
Mailgun
How we built a Lucene-inspired parser in GoLang | Mailgun
We prides ourselves on doing a lot with very little, so we set out to see how we could make real-time filters work for us. Read more –
Golang drawer
https://blogtitle.github.io/robn-go-security-pearls-cross-site-scripting-xss/
Golang drawer
https://youtu.be/eQaTs0AkTrw
YouTube
Deploying Go Functions, Julien Bisconti
GoWayFest 3.0, Minsk – July 5, 2019 General Partner - SoftSwiss (https://www.softswiss.com/) Video Partner - SEMrush (https://www.semrush.com/company/) Deplo...
Golang drawer
https://labs.armut.com/go-first-impressions-as-a-net-developer-19d4c2100be7
Medium
Go: First Impressions as a .Net Developer
For a very long time, Go was the only language I wanted to learn. I have intended to learn it many times, however, I have given up so…
Golang drawer
https://medium.com/kudos-engineering/gophercon-uk-retro-ca8b1040f0b7
Medium
GopherCon UK Retro
Adam and Alex recently attended this year’s GopherCon UK in London, and share their thoughts on their escapades.
Golang drawer
https://blog.afoolishmanifesto.com/posts/go-debris-2019/
fREW Schmidt's Foolish Manifesto
Go Debris (2019)
Go 1.13 is out and the Gophercon 2019 videos have been released; I have thoughts
on both.
Golang drawer
https://epsagon.com/blog/getting-started-with-aws-lambda-and-go/
Epsagon
Getting Started with AWS Lambda and Go (Golang) | Epsagon
The full guide to get you started on developing microservices in Go (Golang) and deploying them in a serverless fashion using AWS Lambda. Learn more here.
Golang drawer
https://www.digitalocean.com/community/tutorials/using-break-and-continue-statements-when-working-with-loops-in-go
Digitalocean
Using Break and Continue Statements When Working with Loops in Go | DigitalOcean
Using for loops in Go allow you to automate and repeat tasks in an efficient manner. Learning how to control the operation and flow of loops will allow f…
Golang drawer
https://medium.com/better-programming/a-complete-go-development-environment-with-docker-and-vscode-a3e4410d27f7
Medium
A Complete Go Development Environment With Docker and VS Code
#3 article in the Go RESTful Series
Golang drawer
https://www.digitalocean.com/community/tutorials/how-to-write-conditional-statements-in-go
Digitalocean
How To Write Conditional Statements in Go | DigitalOcean
Conditional statements are part of every programming language. With conditional statements, we can have code that sometimes runs and at other times does not …
Golang drawer
https://www.digitalocean.com/community/tutorials/how-to-define-and-call-functions-in-go
Digitalocean
How To Define and Call Functions in Go | DigitalOcean
A function is a section of code that, once defined, can be reused. Functions are used to make your code easier to understand by breaking it into small, under…