Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://movio.co/blog/building-a-new-api-platform-for-movio/
vistagroup.co.nz
Introducing Bramble: A Federated GraphQL Gateway Implemented In Go
The Movio engineering team is excited to release Bramble.
Golang drawer
https://blog.jse.li/posts/torrent/
blog.jse.li
Building a BitTorrent client from the ground up in Go | Jesse Li
What is the complete path between visiting thepiratebay and sublimating an mp3 file from thin air? In this post, we'll implement enough of the BitTorrent protocol to download Debian. Look at the [Source code](https://github.com/veggiedefender/torrent-client/)…
Golang drawer
https://tpaschalis.github.io/golang-time-now/
tpaschalis.github.io
How does Go know time.Now?
I thought about this just before I went to sleep the other day, and the answer was more interesting than I’d imagined!
Golang drawer
https://blog.getambassador.io/debugging-go-microservices-in-kubernetes-with-vscode-a36beb48ef1
Medium
Debugging Go Microservices in Kubernetes with VScode
Tutorial: Learn to debug Go microservices locally while testing against dependencies in a remote Kubernetes cluster
Golang drawer
https://adhoc.team/2021/03/29/simple-web-app-in-golang/
Ad Hoc
How I create small Go apps quickly | Ad Hoc
I often want to create a small web application to test out an idea or demonstrate some thing, and I've developed a small toolbox that helps me do so in Go.
Golang drawer
https://github.com/pingcap/tidb
GitHub
GitHub - pingcap/tidb: TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications. - pingcap/tidb
Golang drawer
https://github.com/vdaas/vald
GitHub
GitHub - vdaas/vald: Vald. A Highly Scalable Distributed Vector Search Engine
Vald. A Highly Scalable Distributed Vector Search Engine - vdaas/vald
Golang drawer
https://github.com/deepmap/oapi-codegen
GitHub
GitHub - oapi-codegen/oapi-codegen: Generate Go client and server boilerplate from OpenAPI 3 specifications
Generate Go client and server boilerplate from OpenAPI 3 specifications - oapi-codegen/oapi-codegen
Golang drawer
https://github.com/blizzy78/twodeeparticles
GitHub
GitHub - blizzy78/twodeeparticles: 2D particle system simulator for Go
2D particle system simulator for Go. Contribute to blizzy78/twodeeparticles development by creating an account on GitHub.
Golang drawer
https://github.com/go-ldap/ldap
GitHub
GitHub - go-ldap/ldap: Basic LDAP v3 functionality for the GO programming language.
Basic LDAP v3 functionality for the GO programming language. - go-ldap/ldap
Golang drawer
https://github.com/ReactiveX/RxGo
GitHub
GitHub - ReactiveX/RxGo: Reactive Extensions for the Go language.
Reactive Extensions for the Go language. Contribute to ReactiveX/RxGo development by creating an account on GitHub.
Golang drawer
https://github.com/progrium/macdriver
GitHub
GitHub - progrium/darwinkit: Native Mac APIs for Go. Previously known as MacDriver
Native Mac APIs for Go. Previously known as MacDriver - progrium/darwinkit
Golang drawer
https://github.com/charmbracelet/lipgloss
GitHub
GitHub - charmbracelet/lipgloss: Style definitions for nice terminal layouts
👄
Style definitions for nice terminal layouts
👄
. Contribute to charmbracelet/lipgloss development by creating an account on GitHub.
Golang drawer
https://drewdevault.com/2021/04/02/Go-is-a-great-language.html
Golang drawer
https://github.com/SuperPaintman/the-evolution-of-a-go-programmer
GitHub
GitHub - SuperPaintman/the-evolution-of-a-go-programmer: The Evolution of a Go Programmer
The Evolution of a Go Programmer. Contribute to SuperPaintman/the-evolution-of-a-go-programmer development by creating an account on GitHub.
Golang drawer
https://steveazz.xyz/blog/import-context/
Golang drawer
https://github.com/miguelmota/golang-for-nodejs-developers
GitHub
GitHub - miguelmota/golang-for-nodejs-developers: Examples of Golang compared to Node.js for learning
🤓
By @miguelmota
Examples of Golang compared to Node.js for learning
🤓
By @miguelmota - miguelmota/golang-for-nodejs-developers
Golang drawer
https://aws.amazon.com/blogs/developer/getting-started-with-the-aws-cloud-development-kit-and-go/
Amazon
Getting started with the AWS Cloud Development Kit and Go | Amazon Web Services
We are excited to announce that Go support for AWS CDK is now in Developer Preview. This means it is now ready for you to test drive in your own CDK applications. This post will show you how to initialize a new AWS CDK app as well as the basics of creating…
Golang drawer
https://eli.thegreenplace.net/2021/go-https-servers-with-tls/
Golang drawer
https://changelog.com/gotime/174
Changelog
Trials and tribulations of testing in Go with Jon Sabados (Go Time #174)
Testing can be hard, how to test, where to test, what is a good test? All questions that can be deceptively difficult to answer. In this episode we talk about the trials and tribulations of testing and why it can be argued to be especially difficult in Go.