Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://dominicstpierre.com/paperless-go-twilio-fax-email
Dominic St-Pierre
Build paperless remote friendly process with Go, Twilio and Google Cloud Run | DominicSt-Pierre
Blog about software engineering and long-live systems.
Golang drawer
https://eli.thegreenplace.net/2020/representing-json-structures-in-go/
Golang drawer
https://dmitryfrank.com/articles/mocking_time_in_go
Golang drawer
https://cybernetist.com/2020/05/18/getting-started-with-go-ldap/
Cybernetist
Getting Started With LDAP in Go
Recently I had to write a fair amount of Go code which interacts with Active Directory (AD) for one of my clients. AD uses Lightweight Directory Access Protocol (LDAP) [1] for client-server …
Golang drawer
https://www.youtube.com/watch?v=arZiFSerU1k
YouTube
Build a Microservice with Go and GoLand
How fast can you build a microservice in Go? 1 week? 1 day? 1 hour? In this webinar, we start from scratch, build a #microservice that connects to a PostgreSQL database, and then is deployed in a Kubernetes cluster.
We use GoLand IDE, the dedicated Go IDE…
Golang drawer
https://www.dudley.codes/posts/2020.05.19-golang-structure-web-servers/
www.dudley.codes
How I Structure Web Servers in Go
A corporate-friendly pattern for organizing web servers written using the Go programming language.
Golang drawer
https://awesome-go.com/
Awesome-Go
A curated list of awesome Go frameworks, libraries and software - Awesome Go
A curated list of awesome #Golang frameworks, libraries and software
Golang drawer
https://github.blog/2020-05-20-three-bugs-in-the-go-mysql-driver/
The GitHub Blog
Three bugs in the Go MySQL Driver
Check out what we learned from shipping our busiest Go service in production—we found 3 bugs in the Go MySQL driver.
Golang drawer
https://dmitryfrank.com/articles/mocking_time_in_go
Golang drawer
https://github.com/mbertschler/dragon-iss-docking-autopilot
GitHub
GitHub - mbertschler/dragon-iss-docking-autopilot: Autopilot in Go for docking the SpaceX Dragon capsule in the simulator
Autopilot in Go for docking the SpaceX Dragon capsule in the simulator - GitHub - mbertschler/dragon-iss-docking-autopilot: Autopilot in Go for docking the SpaceX Dragon capsule in the simulator
Golang drawer
https://gitlab.com/tslocum/netris
GitLab
Trevor Slocum / netris · GitLab
!!! netris has moved to code.rocketnine.space !!!
Golang drawer
https://github.com/psampaz/go-mod-outdated
GitHub
GitHub - psampaz/go-mod-outdated: Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the…
Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists all dependencies of a Go project and their available minor a...
Golang drawer
https://github.com/shomali11/go-interview
GitHub
GitHub - shomali11/go-interview: Collection of Technical Interview Questions solved with Go
Collection of Technical Interview Questions solved with Go - shomali11/go-interview
Golang drawer
https://github.com/go-git/go-git
GitHub
GitHub - go-git/go-git: A highly extensible Git implementation in pure Go.
A highly extensible Git implementation in pure Go. - go-git/go-git
Golang drawer
https://github.com/semihalev/sdns
GitHub
GitHub - semihalev/sdns: A high-performance, recursive DNS resolver server with DNSSEC support, focused on preserving privacy.
A high-performance, recursive DNS resolver server with DNSSEC support, focused on preserving privacy. - semihalev/sdns
Golang drawer
https://eng.uber.com/introducing-athenadriver/
Golang drawer
https://rauljordan.com/2020/05/25/immutability-patterns-in-go.html
rauljordan
Immutability Patterns in Go
Golang drawer
https://christine.website/blog/maybedoer-2020-05-23
Christine Dodrill's Blog
maybedoer: the Maybe Monoid for Go
Posted on 2020 M5 23
Golang drawer
https://developers.redhat.com/blog/2020/05/26/build-a-go-application-using-openshift-pipelines/
Red Hat Developer
Build a Go application using OpenShift Pipelines | Red Hat Developer
Go is an increasingly popular programming language, and frequently chosen for developing command-line utilities. Many tools used with Kubernetes and Red Hat OpenShift are written in Go, including the command-line interfaces (CLIs) for Tekton (tkn), OpenShift…
Golang drawer
https://eli.thegreenplace.net/2020/optional-json-fields-in-go/