Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://entgo.io/blog/2021/07/29/generate-a-fully-working-go-crud-http-api-with-ent/
entgo.io
Generate a fully-working Go CRUD HTTP API with Ent | ent
When we say that one of the core principles of Ent is "Schema as Code", we mean by that more than "Ent's DSL for
Golang drawer
https://blog.jetbrains.com/go/2021/07/29/goland-2021-2-has-been-released/
The JetBrains Blog
GoLand 2021.2 has been released! | The GoLand Blog
The second major release of the year is out! In GoLand 2021.2 you’ll find new features for Go modules, a new option for formatting, and support for Go 1.17 features. We’ve added new quick
Golang drawer
https://github.com/securego/gosec
GitHub
GitHub - securego/gosec at edony.ink
Go security checker. Contribute to securego/gosec development by creating an account on GitHub.
Golang drawer
https://securego.io
securego.io
Secure Go · A project devoted to secure programming in the Go language
Golang drawer
https://tpaschalis.github.io/golang-len/
tpaschalis.github.io
How does Go calculate len()..?
The impetus for this post was a question on the Gophers Slack a while back. A fellow developer wanted to know where to find more information on len.
Golang drawer
https://betterprogramming.pub/building-a-highly-available-kubernetes-operator-using-golang-fe4a44c395c2
Medium
Build a Highly Available Kubernetes Operator Using Golang
Develop a simple Kubernetes operator from scratch
Golang drawer
https://developer.okta.com/blog/2021/08/02/fix-common-problems-cors
Okta Developer
Fixing Common Problems with CORS and JavaScript
Tutorial: This post walks through troubleshooting and fixing common problems associated with calling REST APIs from JavaScript.
Golang drawer
https://developer.okta.com/blog/2021/08/05/libsodium-encryption-go-python
Okta Developer
Getting Started with Libsodium in Python and Go
Tutorial: Learn how to use libsodium to encrypt files in Python and decrypt them in Go!
Golang drawer
https://earthly.dev/blog/command-line-tools/
Earthly Blog
6 Command Line Tools for Productive Programmers
In this article, the author shares six command-line tools that can enhance productivity for programmers. These tools include `broot` for navigating...
Golang drawer
https://entgo.io/blog/2021/08/05/announcing-upsert-api/
entgo.io
Announcing the Upsert API in v0.9.0 | ent
It has been almost 4 months since our last release, and for a good reason.
Golang drawer
https://github.com/securego/gosec
GitHub
GitHub - securego/gosec at edony.ink
Go security checker. Contribute to securego/gosec development by creating an account on GitHub.
Golang drawer
https://matt-rickard.com/virgo-lang/
Matt Rickard
Virgo: a Graph-based Configuration Language
An alternative to YAML and JSON for data better modeled with a directed graph
Golang drawer
https://github.com/grijul/otpgen
GitHub
GitHub - RijulGulati/otpgen: Library to generate TOTP/HOTP codes
Library to generate TOTP/HOTP codes. Contribute to RijulGulati/otpgen development by creating an account on GitHub.
Golang drawer
https://github.com/muesli/termenv
GitHub
GitHub - muesli/termenv: Advanced ANSI style & color support for your terminal applications
Advanced ANSI style & color support for your terminal applications - muesli/termenv
Golang drawer
https://github.com/gotranspile/cxgo
GitHub
GitHub - gotranspile/cxgo: Tool for transpiling C to Go.
Tool for transpiling C to Go. Contribute to gotranspile/cxgo development by creating an account on GitHub.
Golang drawer
https://github.com/cloudflare/cloudflare-go
GitHub
GitHub - cloudflare/cloudflare-go: The official Go library for the Cloudflare API
The official Go library for the Cloudflare API. Contribute to cloudflare/cloudflare-go development by creating an account on GitHub.
Golang drawer
https://github.com/sniptt-official/ots
GitHub
GitHub - sniptt-official/ots:
🔐
Share end-to-end encrypted secrets with others via a one-time URL
🔐
Share end-to-end encrypted secrets with others via a one-time URL - sniptt-official/ots
Golang drawer
Bleve 2.1.0
– Text indexing library
GitHub
Release v2.1.0 · blevesearch/bleve
Enhancements
Supporting backup (copy) of an online scorch index (#1605)
Bug Fixes
Address a panic in the merger loop (#1613)
Golang drawer
sqlc 1.9.0
– Generate type safe Go from SQL
GitHub
Release v1.9.0 · kyleconroy/sqlc
Add support for pgx/v4 (#1037)
Customizable output file names (#998)
Mark fields as nullable for JOINs (#983)
VIEW support (#1044)
Multi-arch Docker builds (#1111)
Handle subqueries in SELECT state...
Golang drawer
Maddy 0.5.0
– Complete SMTP email server.
GitHub
Release maddy 0.5.0 · foxcpp/maddy
New features
Experimental: Built-in ACME client (GH #3)
Currently supports only dns-01 challenge with a limited set of
providers. See documentation for details.
S3-backed storage for message co...