Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://github.com/chenjiandongx/oscar
GitHub
GitHub - chenjiandongx/oscar:
🐶
Next generation building tool for nothing
🐶
Next generation building tool for nothing. Contribute to chenjiandongx/oscar development by creating an account on GitHub.
Golang drawer
https://github.com/guregu/dynamo
GitHub
GitHub - guregu/dynamo: expressive DynamoDB library for Go
expressive DynamoDB library for Go. Contribute to guregu/dynamo development by creating an account on GitHub.
Golang drawer
https://github.com/360EntSecGroup-Skylar/excelize
GitHub
GitHub - qax-os/excelize: Go language library for reading and writing Microsoft Excel
™
(XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
Go language library for reading and writing Microsoft Excel
™
(XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets - qax-os/excelize
Golang drawer
https://immudb.io/
immudb.io
immudb - immutable database based on zero trust, SQL and Key-Value
The open-Source immutable database based on zero trust, SQL and Key-Value, tamperproof, data change history with time travel.
Golang drawer
https://github.com/vbauerster/mpb
GitHub
GitHub - vbauerster/mpb: multi progress bar for Go cli applications
multi progress bar for Go cli applications. Contribute to vbauerster/mpb development by creating an account on GitHub.
Golang drawer
https://medium.com/swlh/what-is-the-extension-interface-pattern-in-golang-ce852dcecaec
Medium
What Is the Extension Interface Pattern in Go?
New name for old things!
Golang drawer
https://m.youtube.com/watch?feature=youtu.be&v=vdhSk8vCx-k
YouTube
Go Concurrency Example - Let's Build a Concurrent Download Manager - zero dependency
It's a weekend Golang project for you. We will build a Download Manager like Free Download Manager or FDM using pure Go without any dependencies. We we will ...
Golang drawer
https://preslav.me/2020/08/12/lessons-from-golang-keep-calm-and-use-the-byte-array/
Golang drawer
https://hackersandslackers.com/deploy-serverless-golang-functions-with-netlify/
Hackers and Slackers
Deploy Serverless Golang Functions with Netlify
Write and deploy Golang Lambda Functions to your GatsbyJS site on Netlify.
Golang drawer
https://schadokar.dev/posts/create-a-serverless-application-in-golang-with-aws/
schadokar.dev
Create a Serverless Application in Golang With AWS
Deploy the golang serverless application on AWS Lambda service.
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/Go115InterfaceSmallInts
Golang drawer
https://aws.amazon.com/about-aws/whats-new/2020/08/aws-lambda-supports-go-amazon-linux-2/
Amazon
AWS Lambda now supports Go on Amazon Linux 2
Golang drawer
https://dev.to/tbpalsulich/why-go-modules-are-faster-than-gopath-blj
DEV Community
Why Go modules are faster than GOPATH
Downloading dependencies with Go modules can be significantly faster than using GOPATH-based dependen...
Golang drawer
https://github.com/cockroachdb/errors
GitHub
GitHub - cockroachdb/errors: Go error library with error portability over the network
Go error library with error portability over the network - cockroachdb/errors
Golang drawer
https://changelog.com/gotime/143
Changelog
context.Context with Francesc Campoy & Isobel Redelmeier (Go Time #143)
Francesc Campoy and Isobel Redelmeier joins the panel to discuss Go's context package including real-world insights into its use and misuse.
Golang drawer
https://entgo.io/
entgo.io
Golang drawer
https://taskfile.dev/#/
Golang drawer
https://blog.kalbhor.xyz/post/implementing-traceroute-in-go/
Golang drawer
https://talks.rmoff.net/JG780y/building-a-telegram-bot-with-apache-kafka-and-ksqldb
talks.rmoff.net
🤖
Building a Telegram bot with Apache Kafka and ksqlDB by Robin Moffatt
Imagine you’ve got a stream of data; it’s not “big data,” but it’s certainly a lot. Within the data, you’ve got some bits you’re interested in, and of those bits, you’d like to be able to query information about them at any point. Sounds fun, right? Since…
Golang drawer
https://willschenk.com/articles/2020/using_askgit/
Willschenk
Using Askgit
askgit provides a sql interface to your git repository. Let's install it and see what we can figure out about the repo. Installing Following the instructions on the website, we can build the go binary with: go get -v -tags=sqlite_vtable github.com/augmentable…