zshell v macOS

Starting with the macOS Catalina beta, your Mac uses zsh as the default login shell and interactive shell. You can make zsh the default in earlier versions of macOS as …

RSocket

RSocket is an application protocol initially developed by Netflix, that supports Reactive Streams. The motivation behind its development was to replace hypertext transfer protocol (HTTP), which is inefficient for many tasks such as microservices communication, with …

portainer.io

Pokud si hrajete s Dockerem, mohlo by se vám libit třeba i tohle. Portainer was developed to help customers adopt Docker container technology and accelerate time-to-value. It has never been …

go: parallel test execution

Go umí od verze 1.7 spouštět paralelně testy. To může být docela významné, pokud se snažíte o TDD a váš code base s testy se stále rozrůstá a jejich kompletní …

openpilot

Tohle nejde minout! Každý hi-tech nadšenec v dnešní době sleduje počínání automobilky Tesla. A bez ambicí zabíhat do detailů a ve snaze dostat se rychle k podstatě mého postu, bych …

VictoriaMetrics is free!

VictoriaMetrics – high-performance, cost-effective and scalable time series database, long-term remote storage for Prometheus https://victoriametrics.com/ VictoriaMetrics on GitHub, writen in Go 🙂 Prominent features Supports Prometheus querying API, so it can …

gRPCurl

grpcurl is a command-line tool that lets you interact with gRPC servers. It’s basically curl for gRPC servers. The main purpose for this tool is to invoke RPC methods on a gRPC server …