Golang drawer
@golang101
177
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
177 subscribers
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…
Golang drawer
https://dev.to/remast/go-for-the-rest-1jp9
DEV Community
Go for the REST
The Go programming language is a great fit for RESTful web applications. Picking the right Go web fra...
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoHackingWithModules
Golang drawer
https://peter.bourgon.org/blog/2019/09/11/programming-with-errors.html
peter.bourgon.org
Peter Bourgon · Programming with errors
Peter Bourgon has a web site, and this is that web site.
Golang drawer
https://medium.com/a-journey-with-go/go-instrumentation-in-go-e845cdae0c51
Medium
Go: Instrumentation in Go
ℹ️
This article is based on Go 1.13.
Golang drawer
https://medium.com/a-journey-with-go/go-concurrency-bugs-in-go-7d3677a1f2a2
Medium
Go: Concurrency Bugs in Go
With its new concurrency primitives, goroutines and channels, Go tries to ease the concurrency programming and make it less error-prone…
Golang drawer
https://medium.com/a-journey-with-go/go-overview-of-the-compiler-4e5a153ca889
Medium
Go: Overview of the Compiler
ℹ️
This article is based on Go 1.13.
Golang drawer
https://milad.dev/posts/compilers-in-go/
milad.dev
Compilers 101 in Go
Theory What is a Language? Every Language is defined by specifying four sets:
Alphabet The most primitive building block of a language is its alphabet. An alphabet is a finite set of symbols. The alphabet for English consists of letters A to Z (both capital…
Golang drawer
https://github.com/mvdan/github-actions-golang
GitHub
GitHub - mvdan/github-actions-golang: GitHub Actions as CI for Go
GitHub Actions as CI for Go. Contribute to mvdan/github-actions-golang development by creating an account on GitHub.
Golang drawer
https://blog.jetbrains.com/go/2019/09/12/goland-2019-3-opens-its-eap/
GoLand Blog
GoLand 2019.3 Opens its Early Access Program!
The first Early Access Program (EAP) build for GoLand 2019.3 is ready for you to try. You can get it via the Toolbox App, download from the website, or use a snap package (for Ubuntu). Or, right in…
Golang drawer
https://github.com/lucas-clemente/quic-go
GitHub
GitHub - quic-go/quic-go: A production-ready QUIC implementation in pure Go
A production-ready QUIC implementation in pure Go. Contribute to quic-go/quic-go development by creating an account on GitHub.