Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
Golang drawer
https://thedevelopercafe.com/articles/live-reload-in-go-with-air-4eff64b7a642
Thedevelopercafe
Live Reload in Go with Air
In this article you will learn how to live reload go applications with one of the popular packages out there air. First we will learn how to setup up air...
Golang drawer
https://engineering.hardfin.com/2022/05/npm-mod/
Hardfin Engineering
What npm Can Learn from Go | Hardfin Engineering
As programming language ecosystems evolve, they learn from each other. When this happens we all benefit from more useful features, patterns, libraries, and tools. A core part of a programming language ecosystem — packaging — can be a source of pain, e.g.…
Golang drawer
https://github.com/zinclabs/zinc
GitHub
GitHub - zincsearch/zincsearch: ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written…
ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written in Go. - zincsearch/zincsearch
Golang drawer
https://github.com/encoredev/encore
GitHub
GitHub - encoredev/encore: Open source framework for building robust type-safe distributed systems with declarative infrastructure
Open source framework for building robust type-safe distributed systems with declarative infrastructure - encoredev/encore
Golang drawer
https://github.com/microcosm-cc/bluemonday
GitHub
GitHub - microcosm-cc/bluemonday: bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub…
bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS - microcosm-cc/bluemonday
Golang drawer
https://github.com/compose/transporter
GitHub
GitHub - compose/transporter: Sync data between persistence engines, like ETL only not stodgy
Sync data between persistence engines, like ETL only not stodgy - compose/transporter
Golang drawer
https://github.com/go-testfixtures/testfixtures
GitHub
GitHub - go-testfixtures/testfixtures: Ruby on Rails like test fixtures for Go. Write tests against a real database
Ruby on Rails like test fixtures for Go. Write tests against a real database - go-testfixtures/testfixtures
Golang drawer
https://github.com/madflojo/tarmac
GitHub
GitHub - madflojo/tarmac: Write, Deploy, and Scale Microservices with WebAssembly Functions
Write, Deploy, and Scale Microservices with WebAssembly Functions - GitHub - madflojo/tarmac: Write, Deploy, and Scale Microservices with WebAssembly Functions
Golang drawer
https://github.com/codegangsta/caddy-nats
GitHub
GitHub - codegangsta/caddy-nats: A caddy module that adds support for nats.io pub/sub and request/reply
A caddy module that adds support for nats.io pub/sub and request/reply - codegangsta/caddy-nats
Golang drawer
https://eng.uber.com/data-race-patterns-in-go/
Golang drawer
https://hackaday.com/2022/06/01/building-faster-rsync-from-scratch-in-go/
Hackaday
Building Faster Rsync From Scratch In Go
For a quick file transfer between two computers, SCP is a fine program to use. For more complex, large, or regular backups, however, the go-to tool is rsync. It’s faster, more efficient, and …
Golang drawer
https://github.com/fyne-io/fyne
GitHub
GitHub - fyne-io/fyne: Cross platform GUI toolkit in Go inspired by Material Design
Cross platform GUI toolkit in Go inspired by Material Design - fyne-io/fyne
Golang drawer
https://hugoconf.io/
hugoconf.io
HugoConf 2023
The free, online conference for everything Hugo
Golang drawer
https://www.smartinary.com/blog/how-to-embed-a-react-app-in-a-go-binary/
Smartinary LLC
How to embed a React app in a Go binary
This blog posts describes how you can embed a React single-page application (SPA) alongside your API backend written in Go without any third-party libraries…
Golang drawer
https://brandur.org/fragments/crypto-rand-float64
brandur.org
Generating a random `float64` with `crypto/rand`
Using the cryptographically secure <code>crypto/rand</code> to generate a float between 0 and 1.
Golang drawer
https://brandur.org/fragments/mostly-automatic-deps
brandur.org
Mostly automatic Go dependency updates with GitHub Actions
Writing a GitHub Action to bump Go depenendencies and put the change in a pull request.
Golang drawer
https://eli.thegreenplace.net/2022/performance-of-coroutine-style-lexers-in-go/
Golang drawer
https://eltonminetto.dev/en/post/2022-06-07-using-go-interfaces/
My name is Elton
👋
Using Golang stdlib interfaces
In this post, I’ll show you how to use two of the most exciting features of the Go language: its standard library (the stdlib in the title) and its interfaces.
Go is famous for providing a lot of functionality, thanks to its powerful standard library. Covering…
Golang drawer
https://github.com/goplus/gop
GitHub
GitHub - goplus/xgo: XGo is the first AI-native programming language that integrates software engineering into a unified whole.…
XGo is the first AI-native programming language that integrates software engineering into a unified whole. Our vision is to enable everyone to become a builder of the world. - goplus/xgo
Golang drawer
https://github.com/samber/mo
GitHub
GitHub - samber/mo:
🦄
Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...)
🦄
Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...) - samber/mo