Golang drawer
@golang101
175
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
175 subscribers
Golang drawer
https://brandur.org/live-reload
brandur.org
Building a Robust Live Reloader with WebSockets and Go
A walkthrough of the design of a live reload feature for the static site generator that builds this site, touching on fsnotify, WebSockets, and the curious case of file 4913.
Golang drawer
https://opethe1st.github.io/go/kata/json/parser/2019/10/13/json-parser-in-go.html
Opemipo
How I wrote a JSON parser in Go - Part 1
Introduction Hey! Welcome to my first blog post in a series about how I wrote a JSON parser. This series assumes the reader has some basic programming experience. In this post, I will be talking about how I wrote the MVP of the parser.
Golang drawer
https://qvault.io/2019/10/30/purity-in-my-programming-please/
blog.boot.dev
How to Make Pure Functions in Golang
Pure functions are often hyped up in the JavaScript world, probably because of the abundance of stateful front end applications.
Golang drawer
https://www.digitalocean.com/community/tutorials/defining-structs-in-go
Digitalocean
Defining Structs in Go | DigitalOcean
Structs allow storing data from several variables in a single entity with one name. They allow Go developers to describe the world in which a Go program oper…
Golang drawer
https://github.com/tristangoossens/snake-go
GitHub
GitHub - tristangoossens/snake-go: Snake game made in Go!
🐍
Snake game made in Go!
🐍
. Contribute to tristangoossens/snake-go development by creating an account on GitHub.
Golang drawer
https://changelog.com/posts/5-things-rob-pike-attributes-to-gos-success
Changelog
5 things Rob Pike attributes Go's success to
As the saying goes… history doesn’t repeat itself, but it often rhymes. If you want to create a successful programming language (or at least understand how you might), it’s immensely valuable to learn from others who have done just that. on Go Time episode…
Golang drawer
https://github.com/uber-go/zap
GitHub
GitHub - uber-go/zap: Blazing fast, structured, leveled logging in Go.
Blazing fast, structured, leveled logging in Go. Contribute to uber-go/zap development by creating an account on GitHub.
Golang drawer
https://github.com/cloudson/gitql
GitHub
GitHub - filhodanuvem/gitql:
💊
A git query language
💊
A git query language. Contribute to filhodanuvem/gitql development by creating an account on GitHub.
Golang drawer
https://github.com/m7shapan/uuid
GitHub
m7shapan/uuid
Go package for UUIDs based on RFC 4122 Time-Based UUID - m7shapan/uuid
Golang drawer
https://github.com/integrii/flaggy
GitHub
GitHub - integrii/flaggy: Idiomatic Go input parsing with subcommands, positional values, and flags at any position. No required…
Idiomatic Go input parsing with subcommands, positional values, and flags at any position. No required project or package layout and no external dependencies. - integrii/flaggy
Golang drawer
https://github.com/go-gorp/gorp/releases/tag/v3.0.0
GitHub
go-gorp/gorp
Go Relational Persistence - an ORM-ish library for Go - go-gorp/gorp
Golang drawer
https://github.com/cruise-automation/k-rail
GitHub
GitHub - cruise-automation/k-rail: Kubernetes security tool for policy enforcement
Kubernetes security tool for policy enforcement. Contribute to cruise-automation/k-rail development by creating an account on GitHub.
Golang drawer
https://00f.net/2019/10/28/go-is-the-new-ruby/
Golang drawer
https://superhighway.dev/piloting-go
Superhighway
Piloting Go Within Your Company
Three steps for approaching introducing Go at a company.
Golang drawer
https://changelog.com/gotime/104
Changelog
Building search tools in Go with Marty Schoch (Go Time #104)
Johnny is joined by Marty Schoch, creator of the full-text search and indexing engine Bleve, to talk about the art and science of building capable search tools in Go. You get a mix of deep technical considerations as well as some of the challenges around…
Golang drawer
https://healeycodes.com/go/tutorial/beginners/showdev/2019/10/21/cloning-memcached-with-go.html
Andrew Healey
Cloning Memcached with Go
My first program in Go was Conway’s Game of Life. This time I made an in-memory HTTP caching server with similar methods to memcached like increment/decrement and append/prepend.
Golang drawer
https://gameswithgo.org/
gameswithgo.org
Games With Go
A video series where you can learn programmign by making a series of games in the Go programming language
Golang drawer
https://mobile.twitter.com/i/web/status/1189631604324327424
Twitter
Brad Fitzpatrick
Go 1.14 should be great. Much #golang runtime work this cycle. Hope all lands: * async preemption (https://t.co/F0krBMNl3Y) * fast defers (https://t.co/Iwl1gUODmV) * scalable timers (https://t.co/xl31xNEI9B, https://t.co/GrfPzA4sMC) * new page allocator …
Golang drawer
https://groups.google.com/forum/m/#!msg/golang-announce/YVXawNxmEBw/pju_oNyaAQAJ
Golang drawer
https://github.com/valyala/fasthttp
GitHub
GitHub - valyala/fasthttp: Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x…
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http - valyala/fasthttp