-
mangal
đ The most advanced (yet simple) cli manga downloader in the entire universe! Lua scrapers, export formats, anilist integration, fancy TUI and more!
https://github.com/metafates/mangal : CLI that uses web scrapping to download anime
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
https://github.com/harrybrwn/apizza: CLI that let's you order dominoes pizza
-
nutsdb
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
The best example I can give you is https://github.com/nutsdb/nutsdb itâs great project that got me started, one thing one should know is Go is different âyepâ so thereâre some coding habits that may bite you in Go and the Go compiler wonât correct you, you wanna learn about optimizations, unsafe usage check out https://github.com/valyala/fasthttp (note this is deep the rabbit hole), wanna learn concurrency check out ants https://github.com/panjf2000/ants with a little aid from âGo by exampleâ youâre good to go
-
fasthttp
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
The best example I can give you is https://github.com/nutsdb/nutsdb itâs great project that got me started, one thing one should know is Go is different âyepâ so thereâre some coding habits that may bite you in Go and the Go compiler wonât correct you, you wanna learn about optimizations, unsafe usage check out https://github.com/valyala/fasthttp (note this is deep the rabbit hole), wanna learn concurrency check out ants https://github.com/panjf2000/ants with a little aid from âGo by exampleâ youâre good to go
-
The best example I can give you is https://github.com/nutsdb/nutsdb itâs great project that got me started, one thing one should know is Go is different âyepâ so thereâre some coding habits that may bite you in Go and the Go compiler wonât correct you, you wanna learn about optimizations, unsafe usage check out https://github.com/valyala/fasthttp (note this is deep the rabbit hole), wanna learn concurrency check out ants https://github.com/panjf2000/ants with a little aid from âGo by exampleâ youâre good to go
-
exposure-notifications-server
Discontinued Exposure Notification Reference Server | Covid-19 Exposure Notifications
Related posts
-
Show HN: Rill â Composable concurrency toolkit for Go
-
Go-taskflow: A taskflow-like General-purpose Task-parallel Programming Framework
-
Wormhole William: End-to-end encrypted large file transfer in Golang
-
Developing CLIs
-
Go Performance: Pequenas mudanças que ajudam a melhorar o desempenho do seu app