The Daily Go
Take arbitrary data structures and turn them into a easy to understand graph.
https://github.com/bradleyjkemp/memmap
#Graphic #Data
Take arbitrary data structures and turn them into a easy to understand graph.
https://github.com/bradleyjkemp/memmap
#Graphic #Data
GitHub
bradleyjkemp/memviz
Visualize your data structures using graphviz. Contribute to bradleyjkemp/memviz development by creating an account on GitHub.
The Daily Go
Beehive is an event and agent system, which allows you to create your own agents that perform automated tasks triggered by events and filters.
https://github.com/muesli/beehive
#Event
Beehive is an event and agent system, which allows you to create your own agents that perform automated tasks triggered by events and filters.
https://github.com/muesli/beehive
#Event
GitHub
GitHub - muesli/beehive: A flexible event/agent & automation system with lots of bees 🐝
A flexible event/agent & automation system with lots of bees 🐝 - muesli/beehive
The Daily Go
A convenience library for generating, comparing and inspecting password hashes using the scrypt KDF in Go.
https://github.com/elithrar/simple-scrypt
#Scrypt #Hash #Password #Repository
A convenience library for generating, comparing and inspecting password hashes using the scrypt KDF in Go.
https://github.com/elithrar/simple-scrypt
#Scrypt #Hash #Password #Repository
GitHub
GitHub - elithrar/simple-scrypt: A convenience library for generating, comparing and inspecting password hashes using the scrypt…
A convenience library for generating, comparing and inspecting password hashes using the scrypt KDF in Go 🔑 - elithrar/simple-scrypt
This media is not supported in your browser
VIEW IN TELEGRAM
The Daily Go
Use a yaml file to stitch together commands and bash snippits and run them with a bit of style.
https://github.com/wagoodman/bashful
#Tools
Use a yaml file to stitch together commands and bash snippits and run them with a bit of style.
https://github.com/wagoodman/bashful
#Tools
The Daily Go
Golang bindings for TDLib (Telegram MTProto library)
https://github.com/L11R/go-tdjson
#Repository #Telegram
Golang bindings for TDLib (Telegram MTProto library)
https://github.com/L11R/go-tdjson
#Repository #Telegram
GitHub
GitHub - L11R/go-tdjson: Golang bindings for TDLib (Telegram MTProto library)
Golang bindings for TDLib (Telegram MTProto library) - GitHub - L11R/go-tdjson: Golang bindings for TDLib (Telegram MTProto library)
The Daily Go
Terminal based interface for viewing git repositories.
https://github.com/rgburke/grv
#Terminal #Interface #Git
Terminal based interface for viewing git repositories.
https://github.com/rgburke/grv
#Terminal #Interface #Git
GitHub
GitHub - rgburke/grv: GRV is a terminal interface for viewing git repositories
GRV is a terminal interface for viewing git repositories - rgburke/grv
The Daily Go
Blazing fast, structured, leveled logging in Go.
https://github.com/uber-go/zap
#Uber #Log #Logging #Fast #Leveled
Blazing fast, structured, leveled logging in Go.
https://github.com/uber-go/zap
#Uber #Log #Logging #Fast #Leveled
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.
The Daily Go
bettercap-ng is a complete reimplementation of bettercap, the Swiss army knife for network attacks and monitoring.
https://github.com/evilsocket/bettercap-ng
#Hacking #Bettercap
bettercap-ng is a complete reimplementation of bettercap, the Swiss army knife for network attacks and monitoring.
https://github.com/evilsocket/bettercap-ng
#Hacking #Bettercap
GitHub
GitHub - bettercap/bettercap: The Swiss Army knife for 802.11, BLE, HID, CAN-bus, IPv4 and IPv6 networks reconnaissance and MITM…
The Swiss Army knife for 802.11, BLE, HID, CAN-bus, IPv4 and IPv6 networks reconnaissance and MITM attacks. - bettercap/bettercap
The Daily Go
Language Framework Popularity: A Look at Go
https://redmonk.com/fryan/2018/02/07/language-framework-popularity-a-look-at-go/
#Link #Framework #Microservice
Language Framework Popularity: A Look at Go
https://redmonk.com/fryan/2018/02/07/language-framework-popularity-a-look-at-go/
#Link #Framework #Microservice
Charting Stacks
Language Framework Popularity: A Look at Go
TL: DR – Gin and Beego rule the roost for Go based web application frameworks, go-kit and micro are the most popular microservices toolkits. The dependence on single contributors is a concern for several frameworks. Framework: ‘a basic structure underlying…
The Daily Go
HTTP benchmarking tool based on wrk. This tool provides HTTP1.1 and HTTP2.0 testing.
https://github.com/tsliwowicz/go-wrk
#HTTP2 #Benchmark #HTTP
HTTP benchmarking tool based on wrk. This tool provides HTTP1.1 and HTTP2.0 testing.
https://github.com/tsliwowicz/go-wrk
#HTTP2 #Benchmark #HTTP
GitHub
GitHub - tsliwowicz/go-wrk: go-wrk - a HTTP benchmarking tool based in spirit on the excellent wrk tool (https://github.com/wg/wrk)
go-wrk - a HTTP benchmarking tool based in spirit on the excellent wrk tool (https://github.com/wg/wrk) - tsliwowicz/go-wrk
The Daily Go
Machine learning APIs are too expensive: that’s why we built Machine Box
https://becominghuman.ai/machine-learning-apis-are-expensive-for-normal-developers-thats-why-we-built-machine-box-1e7eacaa98d
#Post
Machine learning APIs are too expensive: that’s why we built Machine Box
https://becominghuman.ai/machine-learning-apis-are-expensive-for-normal-developers-thats-why-we-built-machine-box-1e7eacaa98d
#Post
Becoming Human: Artificial Intelligence Magazine
Machine learning APIs are too expensive: that’s why we built Machine Box
The hottest shit around right now is blockchain… I mean Machine Learning. It’s what powers self-driving bitcoin, right?
The Daily Go
5 Gotchas of Defer in Go (Golang)
https://blog.learngoprogramming.com/gotchas-of-defer-in-go-1-8d070894cb01
#Post
5 Gotchas of Defer in Go (Golang)
https://blog.learngoprogramming.com/gotchas-of-defer-in-go-1-8d070894cb01
#Post
Medium
5 Gotchas of Defer in Go (Golang) — Part I
Protect yourself from basic defer gotchas.
The Daily Go
Automatically Build Go Binaries via TravisCI & GitHub
http://blog.questionable.services/article/build-go-binaries-travis-ci-github/
#Post
Automatically Build Go Binaries via TravisCI & GitHub
http://blog.questionable.services/article/build-go-binaries-travis-ci-github/
#Post
blog.questionable.services
Automatically Build Go Binaries via TravisCI & GitHub · request / response
a blog about the web, Go, and building things
The Daily Go
Simple, faster, low memory usage and goroutine safe worker pool for Golang.
https://github.com/themester/GoSlaves
#Worker #Pool #Goroutine
Simple, faster, low memory usage and goroutine safe worker pool for Golang.
https://github.com/themester/GoSlaves
#Worker #Pool #Goroutine
The Daily Go
Learning to Use Go Reflection
https://medium.com/capital-one-developers/learning-to-use-go-reflection-822a0aed74b7
#Medium #Post
Learning to Use Go Reflection
https://medium.com/capital-one-developers/learning-to-use-go-reflection-822a0aed74b7
#Medium #Post
Medium
Learning to Use Go Reflection
Post 5 in a Series on Go