Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
Golang drawer
https://www.youtube.com/watch?v=_BL_woM7ARs&feature=share
YouTube
Go Meetup | Using Golang for Single Sign On
Speechmatics welcomed the Cambridge programming community to its offices in Cambridge where we host our monthly Go Meetups. Speechmatics’ Go Meetup is a chan...
Golang drawer
https://medium.com/@jessica0greene/why-attending-gophercon-europe-made-me-appreciate-the-golang-community-even-more-3684dba0e606
Medium
Why attending GopherCon Europe made me appreciate the Golang community even more
❤
Jessica GreeneJun 6 · 11 min read
Golang drawer
https://gist.github.com/faiface/e5f035f46e88e96231c670abf8cab63f
Gist
Go 2 generics counterproposal: giving up restricting types
Go 2 generics counterproposal: giving up restricting types - .md
Golang drawer
https://github.com/golang/go/issues/32437
GitHub
Proposal: A built-in Go error check function, "try" · Issue #32437 · golang/go
Proposal: A built-in Go error check function, try This proposal has been closed. Thanks, everybody, for your input. Before commenting, please read the detailed design doc and see the discussion sum...
Golang drawer
https://www.techrepublic.com/article/why-a-closed-open-source-project-may-be-just-what-a-community-needs/
TechRepublic
Why a "closed" open source project may be just what a community needs
Open source projects like Go get flak for being closed to outside contributors, but this may have less to do with Google and more to do with best practices.
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoChannelsAndReplies
Golang drawer
https://mstojcevich.github.io/post/d-gb-emu-fibers/
mstojcevich.github.io
Using D fibers to implement the Gameboy's timing
Hi there! It’s been over a year and a half since I last wrote a post about my Gameboy emulator. This time I want to go over an idea I had for a unique-ish strategy of dealing with timing in video game emulators. This is applying the concept of coroutines…
Golang drawer
https://dzone.com/articles/hidden-pitfalls-in-a-trivial-domain-model
dzone.com
Hidden Pitfalls in a Trivial Domain Model - DZone Database
Explore some hidden pitfalls in a trivial domain model.
Golang drawer
https://milad.dev/posts/grpc-in-microservices/
My Personal Website
gRPC in Microservices
I have been working with a microservices application using gRPC as the main service-to-service communication mechanism for almost a year. So, I decided to write a blog post and share my experience on how to do gRPC right in a microservices world! So, let’s…
Golang drawer
https://www.mgasch.com/post/tw/
Do not go gentle into this good night. Rage.
When Twitter Likes become your Bookmarks
I confess, I’ve been (mis)using Twitter’s famous Like button since joining this great platform. Thus, if you look at my Twitter Likes you’ll m
Golang drawer
https://github.com/llinaresvicent/twitter_deleter
GitHub
llinaresvicent/twitter_deleter
Tool for deleting all your tweets (rt includeds) and unfavorite everything.
🐓
- llinaresvicent/twitter_deleter
Golang drawer
https://github.com/jpillora/opts
GitHub
GitHub - jpillora/opts: A Go (golang) package for building frictionless command-line interfaces
A Go (golang) package for building frictionless command-line interfaces - GitHub - jpillora/opts: A Go (golang) package for building frictionless command-line interfaces
Golang drawer
https://x-team.com/blog/6-useful-go-frameworks-in-2019/
X-Team - The World's Most Energizing Community for Developers
6 Useful Go Frameworks in 2019
While the stdlib of Go is incredibly capable, not everything is baked into it. Here are 6 well-liked Go frameworks that extend the functionality of Go.
Golang drawer
https://blog.myhro.info/2019/05/local-dns-over-tls-dot-forwarder-with-coredns
blog.myhro.info
Local DNS-over-TLS (DoT) forwarder with CoreDNS
The first time I heard about DNS-over-TLS (DoT) was about a year ago, when Cloudflare launched their 1.1.1.1 public resolver. It immediately appeared to be a...
Golang drawer
https://github.com/tywkeene/go-fsevents
GitHub
GitHub - tywkeene/go-fsevents: Recursive filesystem event watcher using inotify in golang
Recursive filesystem event watcher using inotify in golang - GitHub - tywkeene/go-fsevents: Recursive filesystem event watcher using inotify in golang
Golang drawer
https://chouak.me/2018-08-02-godyn/
chouak.me
Godyn
Go introspection library
Golang drawer
https://towardsdatascience.com/making-a-dota2-bot-using-ml-c8cb2423a2be
Medium
Making a DotA2 Bot Using ML
Problem
Golang drawer
https://developer.here.com/blog/how-to-work-with-geojson-data-in-golang-for-here-xyz
HERE Developer Blog
How to Work with GeoJSON Data in Golang for HERE XYZ - HERE Developer
Since I’m personally becoming more familiar with HERE XYZ, I’ve been learning about all the bits and pieces that go with it, and that includes data formats such as GeoJSON. In a previous tutorial titled, Format Data into GeoJSON with JavaScript to be used…
Golang drawer
https://riedmann.dev/2019/06/02/GitGud.html
Golang drawer
https://badootech.badoo.com/bitmap-indexes-in-go-unbelievable-search-speed-bb4a6b00851
Medium
Bitmap indexes in Go: unbelievable search speed
My name is Marko and I gave a talk at Gophercon Russia this year about a very interesting kind of indexes called “bitmap indexes”. I wanted to share it with the community, not only in video format.