Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://www.dolthub.com/blog/2020-10-26-asynchronous-sorting-in-go/
Dolthub
Asynchronous Sorting in Go
Blog for DoltHub, a website hosting databases made with Dolt, an open-source version-controlled SQL database with Git-like semantics.
Golang drawer
https://dev.to/pluralsight/building-a-go-web-api-with-the-new-digital-ocean-app-platform-5bl5
DEV Community
Building a Go Web API with the New Digital Ocean App Platform
I tried out Digital Ocean's new PaaS (Platform as a Service) and threw some Go at it. Let's see how it does.
Golang drawer
https://cloud.google.com/spanner/docs/getting-started/go
Google Cloud
Getting started with Spanner in Go | Google Cloud
Golang drawer
https://www.youtube.com/watch?v=8IgNY8QT3vk
YouTube
Creating Your OWN GitHub Action Using Go (golang) [Getting Started]
In this video, I show you not only how to USE GitHub Actions, but how to CREATE your own GitHub Action to use internally or even publish to the marketplace.
We will go over:
1. Writing Go code
2. Writing a GitHub Action YAML
3. Publishing the code
4. Creating…
Golang drawer
https://developer20.com/is-my-interface-too-big/
Developer20
Is my interface too big?
Golang drawer
https://github.com/muesli/gamut
GitHub
GitHub - muesli/gamut: Go package to generate and manage color palettes & schemes
🎨
Go package to generate and manage color palettes & schemes
🎨
- muesli/gamut
Golang drawer
https://git.sr.ht/~sircmpwn/dowork
Golang drawer
https://github.com/golang/tools/releases/tag/gopls%2Fv0.5.2
GitHub
Release gopls/v0.5.2 · golang/tools
gopls/v0.5.2
Features
No new features have been added in this release.
Experimental
We have added support for a new allExperiments setting. By enabling this flag, you will enable all experimental f...
Golang drawer
https://github.com/anaskhan96/soup
GitHub
GitHub - anaskhan96/soup: Web Scraper in Go, similar to BeautifulSoup
Web Scraper in Go, similar to BeautifulSoup. Contribute to anaskhan96/soup development by creating an account on GitHub.
Golang drawer
https://github.com/skwair/harmony
GitHub
GitHub - skwair/harmony: Harmony is a peaceful Go module for interacting with Discord's API
Harmony is a peaceful Go module for interacting with Discord's API - GitHub - skwair/harmony: Harmony is a peaceful Go module for interacting with Discord's API
Golang drawer
https://github.com/sijms/go-ora
GitHub
GitHub - sijms/go-ora: Pure go oracle client
Pure go oracle client. Contribute to sijms/go-ora development by creating an account on GitHub.
Golang drawer
https://github.com/profclems/glab
GitHub
GitHub - profclems/glab: The GitLab CLI tool. Archived: now officially adopted by GitLab as the official CLI tool and maintained…
The GitLab CLI tool. Archived: now officially adopted by GitLab as the official CLI tool and maintained at https://gitlab.com/gitlab-org/cli. See https://github.com/profclems/glab/issues/983 - prof...
Golang drawer
https://github.com/StruffelProductions/simple-deflicker
GitHub
GitHub - StruffelProductions/simple-deflicker: A lightweight and easy to use tool for deflickering timelapse image sequences.
A lightweight and easy to use tool for deflickering timelapse image sequences. - GitHub - StruffelProductions/simple-deflicker: A lightweight and easy to use tool for deflickering timelapse image s...
Golang drawer
https://github.com/muesli/kmeans
GitHub
GitHub - muesli/kmeans: k-means clustering algorithm implementation written in Go
k-means clustering algorithm implementation written in Go - muesli/kmeans
Golang drawer
https://github.com/inexio/thola
GitHub
GitHub - inexio/thola: Tool for monitoring network devices (mainly using SNMP) - monitoring check plugin
Tool for monitoring network devices (mainly using SNMP) - monitoring check plugin - inexio/thola
Golang drawer
https://github.com/emersion/go-imap
GitHub
GitHub - emersion/go-imap:
📥
An IMAP library for Go clients and servers
📥
An IMAP library for Go clients and servers. Contribute to emersion/go-imap development by creating an account on GitHub.
Golang drawer
https://threedots.tech/post/ddd-cqrs-clean-architecture-combined/
threedots.tech
Combining DDD, CQRS, and Clean Architecture in Go
We show you how to combine DDD, CQRS, and Clean Architecture in Go using a real open-source project refactoring. Learn to create a robust domain layer, orchestrate business logic with commands, and improve your repository's flexibility. Gain practical insights…
Golang drawer
https://www.calhoun.io/database-migrations-in-go/
Calhoun.io
Database Migrations in Go - Calhoun.io
When transitioning to Go from another language that relies heavily on a framework, it can quickly start to feel like Go is lacking. Like it just doesn’t have the power or the tools that you are accustomed to. The end result is the language can feel confusing…
Golang drawer
https://regeda.me/posts/2020-10-29-service-to-service-authorization-in-go-using-x509-certificates/
regeda.me
Service to Service Authorization in Go Using X.509 Certificates
Service-to-service authentication is the ability of one service to identify its clients. It’s a good idea to ensure that a service accepts requests only from specified services. But how to implement access controls (authorization)?
Golang drawer
https://dev.to/techschoolguru/implement-restful-http-api-in-go-using-gin-4ap1
DEV Community
Implement RESTful HTTP API in Go using Gin
Hello and welcome back to the backend master class. So far we have learned a lot about working with...