This media is not supported in your browser
VIEW IN TELEGRAM
The Daily Go
A really basic thread-safe progressbar for Golang applications
https://github.com/schollz/progressbar
#progressbar
A really basic thread-safe progressbar for Golang applications
https://github.com/schollz/progressbar
#progressbar
The Daily Go
Event loop networking framework that is fast and small. It makes direct epoll and kqueue syscalls rather than using the standard Go net package, and works in a similar manner as libuv and libevent.
https://github.com/tidwall/evio
#epoll #libevent #c #go #networking #net
Event loop networking framework that is fast and small. It makes direct epoll and kqueue syscalls rather than using the standard Go net package, and works in a similar manner as libuv and libevent.
https://github.com/tidwall/evio
#epoll #libevent #c #go #networking #net
GitHub
GitHub - tidwall/evio: Fast event-loop networking for Go
Fast event-loop networking for Go. Contribute to tidwall/evio development by creating an account on GitHub.
The Daily Go
Gonum is a set of packages designed to make writing numerical and scientific algorithms productive, performant, and scalable.
http://www.gonum.org/
https://godoc.org/gonum.org/v1/gonum
#Math #Numers #Algebra #Statistics
Gonum is a set of packages designed to make writing numerical and scientific algorithms productive, performant, and scalable.
http://www.gonum.org/
https://godoc.org/gonum.org/v1/gonum
#Math #Numers #Algebra #Statistics
godoc.org
Package gonum
Gonum is a set of packages designed to make writing numerical and scientific algorithms productive, performant, and scalable.
The Daily Go
Golang memory leak
Why defer position is important...
https://husobee.github.io/golang/memory/leak/2016/02/11/go-mem-leak.html
#Memory #Guide
Golang memory leak
Why defer position is important...
https://husobee.github.io/golang/memory/leak/2016/02/11/go-mem-leak.html
#Memory #Guide
husobee.github.io
golang memory leak
background
The Daily Go
From metrics to insight.
Power your metrics and alerting with a leading open-source monitoring solution. Written in go.
https://prometheus.io
#Monitoring #TimeSeries
From metrics to insight.
Power your metrics and alerting with a leading open-source monitoring solution. Written in go.
https://prometheus.io
#Monitoring #TimeSeries
prometheus.io
Prometheus - Monitoring system & time series database
An open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.
The Daily Go
Front-end Development in Go.
Vecty is a React-like library for GopherJS.
github.com/gopherjs/vecty
#Frontend #ui
Front-end Development in Go.
Vecty is a React-like library for GopherJS.
github.com/gopherjs/vecty
#Frontend #ui
GitHub
GitHub - hexops/vecty: Vecty lets you build responsive and dynamic web frontends in Go using WebAssembly, competing with modernβ¦
Vecty lets you build responsive and dynamic web frontends in Go using WebAssembly, competing with modern web frameworks like React & VueJS. - hexops/vecty
The Daily Go
Big Cache
Fast, concurrent, evicting in-memory cache written to keep big number of entries without impact on performance. BigCache keeps entries on heap but omits GC for them. To achieve that operations on bytes arrays take place, therefore entries (de)serialization in front of the cache will be needed in most use cases.
https://github.com/allegro/bigcache
#Cache #Trends
Big Cache
Fast, concurrent, evicting in-memory cache written to keep big number of entries without impact on performance. BigCache keeps entries on heap but omits GC for them. To achieve that operations on bytes arrays take place, therefore entries (de)serialization in front of the cache will be needed in most use cases.
https://github.com/allegro/bigcache
#Cache #Trends
GitHub
GitHub - allegro/bigcache: Efficient cache for gigabytes of data written in Go.
Efficient cache for gigabytes of data written in Go. - allegro/bigcache
Forwarded from The Daily Go (Ahmd Rz)
The Daily Go
Imitates HTTP requests and responses of a chosen host
https://github.com/sariina/mina
#Cache #Repository
Imitates HTTP requests and responses of a chosen host
https://github.com/sariina/mina
#Cache #Repository
GitHub
sariina/mina
Imitates HTTP requests and responses of a chosen host - sariina/mina
The Daily Go
A caching, resizing image proxy written in Go
https://github.com/willnorris/imageproxy
#Image #Cache #Trends
A caching, resizing image proxy written in Go
https://github.com/willnorris/imageproxy
#Image #Cache #Trends
GitHub
GitHub - willnorris/imageproxy: A caching, resizing image proxy written in Go
A caching, resizing image proxy written in Go. Contribute to willnorris/imageproxy development by creating an account on GitHub.
The Daily Go
timenote is a tool to take notes with timestamps.
https://github.com/sascha-andres/timenote
#Note #TimeSeries
timenote is a tool to take notes with timestamps.
https://github.com/sascha-andres/timenote
#Note #TimeSeries
GitHub
sascha-andres/timenote
timenote is a tool to take notes with timestamps. You can choose between two different backends
The Daily Go
Fast cross-platform HTTP benchmarking tool written in Go
https://github.com/codesenberg/bombardier
#Benchmark #HTTP #Repository
Fast cross-platform HTTP benchmarking tool written in Go
https://github.com/codesenberg/bombardier
#Benchmark #HTTP #Repository
GitHub
GitHub - codesenberg/bombardier: Fast cross-platform HTTP benchmarking tool written in Go
Fast cross-platform HTTP benchmarking tool written in Go - codesenberg/bombardier
The Daily Go
goa is a holistic approach for building microservices in Go.
https://goa.design/
#MicroService #HTTP #API
goa is a holistic approach for building microservices in Go.
https://goa.design/
#MicroService #HTTP #API
Goa β Design. Generate. Scale.
Transform the way you build APIs in Go. Goa bridges the gap between design and implementation, generating clean, scalable, and production-ready microservices.
The Daily Go
Library that helps facilitate machine learning in Go.
https://github.com/chewxy/gorgonia
#machinelearning #ia #neuronal #network
Library that helps facilitate machine learning in Go.
https://github.com/chewxy/gorgonia
#machinelearning #ia #neuronal #network
GitHub
GitHub - gorgonia/gorgonia: Gorgonia is a library that helps facilitate machine learning in Go.
Gorgonia is a library that helps facilitate machine learning in Go. - gorgonia/gorgonia
The Daily Go
Customizable TCP net.Listener for Go
That implements SO_REUSEPORT, TCP_DEFER_ACCEPT, TCP_FASTOPEN
https://github.com/valyala/tcplisten
#TCP #Socket
Customizable TCP net.Listener for Go
That implements SO_REUSEPORT, TCP_DEFER_ACCEPT, TCP_FASTOPEN
https://github.com/valyala/tcplisten
#TCP #Socket
GitHub
GitHub - valyala/tcplisten: Customizable TCP net.Listener for Go
Customizable TCP net.Listener for Go. Contribute to valyala/tcplisten development by creating an account on GitHub.
The Daily Go
Go Defer Simplified with Practical Visuals
https://blog.learngoprogramming.com/golang-defer-simplified-77d3b2b817ff
#Defer #Guide
Go Defer Simplified with Practical Visuals
https://blog.learngoprogramming.com/golang-defer-simplified-77d3b2b817ff
#Defer #Guide
Medium
Go Defer Simplified with Practical Visuals
Learn about defer, multiple defers, deferred methods, deferred closures.
The Daily Go
Faster session manager for Golang servers. Compatible with fasthttp and net/http
https://github.com/fasthttp-contrib/sessions
#sessions #http #fasthttp
Faster session manager for Golang servers. Compatible with fasthttp and net/http
https://github.com/fasthttp-contrib/sessions
#sessions #http #fasthttp
GitHub
GitHub - fasthttp-contrib/sessions: The fastest session manager for the Go Programming Language. Supports both net/http and fasthttp
The fastest session manager for the Go Programming Language. Supports both net/http and fasthttp - GitHub - fasthttp-contrib/sessions: The fastest session manager for the Go Programming Language. S...
The Daily Go
Gocialite - A simple flexible solution for social auth
https://github.com/danilopolani/gocialite
#oauth #social
Gocialite - A simple flexible solution for social auth
https://github.com/danilopolani/gocialite
#oauth #social
GitHub
GitHub - danilopolani/gocialite: Social oAuth login in Go has never been so easy
Social oAuth login in Go has never been so easy. Contribute to danilopolani/gocialite development by creating an account on GitHub.
The Daily Go
Build and (re)start go web apps after saving/creating/deleting source files.
https://github.com/pilu/fresh
#Watch #Web
Build and (re)start go web apps after saving/creating/deleting source files.
https://github.com/pilu/fresh
#Watch #Web
GitHub
GitHub - gravityblast/fresh: Build and (re)start go web apps after saving/creating/deleting source files.
Build and (re)start go web apps after saving/creating/deleting source files. - gravityblast/fresh