Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://changelog.com/gotime/216
Changelog
Building and using APIs with Go featuring Smile Egbai & Anthony Alaribe (Go Time #216)
Natalie and Johnny are joined by the co-founders of APIToolkit for a deep-dive on the topic. We discuss building them, maintaining them, how can we all be better users, and much more along the way.
Golang drawer
https://sethops1.net/post/go-generics-for-the-busy-gopher/
website
go generics for the busy gopher | website
What is this?
Go 1.18 introduces generics to the language
Some may just want to skim Go generics by example in a blog post
This is that blog post
(!) caution: Language pedants may find the content triggering
new terms generics: The idea that type information…
Golang drawer
https://www.youtube.com/watch?v=kKu9HuOvaUY
YouTube
Getting Started with Generics in Go
👨💻
For the price of $7.99 every month, sign up and gain access to a growing list of premium courses on my site - https://tutorialedge.net/pricing/
Welcome Gophers, in this video, we'll be covering the topic of generics in Go! We'll be covering the basic…
Golang drawer
https://hired.com/join/?utm_source=newsletter&utm_medium=sponsor&utm_campaign=(b2c)(l-all)(r-all)(cooper-golangweekly)&utm_content=find-your-next-job
LHH
Hired is now LHH Recruitment Solutions
As of June 14, 2024, Hired is part of LHH Recruitment Solutions, the premier partner for companies seeking contract and direct-hire roles.
Golang drawer
https://tilotech.io/senior-serverless-engineer
tilotech.io
Tilo Careers - Senior Serverless Engineer
Golang drawer
https://lwn.net/SubscriberLink/883602/49e588e5d73cef84/
lwn.net
What's coming in Go 1.18
Go 1.18, the biggest release of the Go language since Go 1.0 in March 2012, is expected
to be released in February.
The first beta was released in December with two features which, each on their own, would have
made the release a big one. It adds support…
Golang drawer
https://github.com/golang/go/issues/51082
GitHub
go/doc: improve headings, lists, and links · Issue #51082 · golang/go
This proposal improves support for headings, lists, and links in Go doc comments, while remaining backwards compatible with existing comments. It includes a new package, go/doc/comment, exposing a ...
Golang drawer
https://daniel.haxx.se/blog/2022/02/02/curl-dash-dash-json/
Golang drawer
https://groups.google.com/g/golang-announce/c/SUsQn0aSgPQ/m/gx45t8JEAgAJ
Golang drawer
https://full-stack.blend.com/how-we-write-github-actions-in-go.html
Blend
How We Write GitHub Actions in Go · Blend Engineering: Full Stack Finance
Using Prebuilt Binaries to Minimize Build Costs
Golang drawer
https://github.com/golang/go/issues/51071
GitHub
runtime: investigate possible Go scheduler improvements inspired by Linux Kernel's CFS · Issue #51071 · golang/go
First, please let me pay tribute to your contributions. You guys are awesome! And Go is so marvelous! It has been more than ten years, and Go has already been very successful. So, I think it is tim...
Golang drawer
https://github.com/cenkalti/dominantcolor
GitHub
GitHub - cenkalti/dominantcolor: Find dominant color in images
Find dominant color in images. Contribute to cenkalti/dominantcolor development by creating an account on GitHub.
Golang drawer
https://github.com/rqlite/rqlite
GitHub
GitHub - rqlite/rqlite: The lightweight, user-friendly, fault-tolerant database built on SQLite.
The lightweight, user-friendly, fault-tolerant database built on SQLite. - rqlite/rqlite
Golang drawer
https://github.com/muesli/coral
GitHub
GitHub - muesli/coral: Coral, a friendly Cobra fork with nearly all its features, but only 4 dependencies
Coral, a friendly Cobra fork with nearly all its features, but only 4 dependencies - muesli/coral
Golang drawer
https://github.com/cshum/imagor
GitHub
GitHub - cshum/imagor: Fast, secure image processing server and Go library, using libvips
Fast, secure image processing server and Go library, using libvips - cshum/imagor
Golang drawer
https://github.com/lithammer/shortuuid
GitHub
GitHub - lithammer/shortuuid: A generator library for concise, unambiguous and URL-safe UUIDs
A generator library for concise, unambiguous and URL-safe UUIDs - lithammer/shortuuid
Golang drawer
https://github.com/charmbracelet/wish
GitHub
GitHub - charmbracelet/wish: Make SSH apps, just like that!
💫
Make SSH apps, just like that!
💫
. Contribute to charmbracelet/wish development by creating an account on GitHub.
Golang drawer
https://www.cossacklabs.com/blog/tls-validation-implementing-ocsp-and-crl-in-go/
Cossack Labs
TLS certificate validation in Golang: CRL & OCSP examples | Cossack Labs
All developers need to know about using OCSP and CRL for validating TLS certificates in Go apps. Things we’ve learnt while building our own OCSP/CRL validation tooling: design, implementation and security tips, example code and popular mistakes.
Golang drawer
https://convey.earth/conversation?id=48
Golang drawer
https://jvns.ca/blog/2022/02/01/a-dns-resolver-in-80-lines-of-go/
Julia Evans
A toy DNS resolver