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 …
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 …
Very easy way. Only install this plugin: Error Lens. Features Highlight lines containing diagnostics. Append diagnostic descriptions to the end of the line. Show icons in gutter.
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 …
Kubernetes has made it very easy to deploy applications to the cloud at a higher scale than ever, but the development practices have not evolved at the same speed as …
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 …
I have really complicated running environment on my machine. Why? Because i want to run heavy events driven application on my MacBook in full stack. And this is the reason …
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 …
bat: A cat(1) clone with wings. bat supports syntax highlighting for a large number of programming and markup languages. Display a single file on the terminal: # install brew install bat …
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: 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 …