Go: command benchcmp

The benchcmp command displays performance changes between benchmarks. Benchcmp parses the output of two ‚go test‘ benchmark runs, correlates the results per benchmark, and displays the deltas. To measure the …

convey

convey: A command-line tool that makes it easy to pipe between machines. Convey is a command-line tool with a simple goal, to make it easy to pipe between machines. Pipes …

Kafka Web UI

Kafdrop is a web UI for viewing Kafka topics and browsing consumer groups. The tool displays information such as brokers, topics, partitions, consumers, and lets you view messages. Features View Kafka …

GitHub Gist

Editing and sharing content with gists Creating gists You can create two kinds of gists: public and secret. Create a public gist if you’re ready to share your ideas with …

dive

dive: A tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image. To analyze a Docker image simply run dive with …

fresh

fresh: Build and (re)start go web apps after saving/creating/deleting source files. Fresh is a command line tool that builds and (re)starts your web application everytime you save a Go or …