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 …
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 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 …
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 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í …
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 …
xnotify: Cross platform file notification with built-in task execution and a client/server feature to overcome virtual folders without relying on polling. Features Works on virtual folders/shared folders like those in …
Chceš svůj klid? Píšeš ve vimu? Pak je goyo.vim právě pro tebe. Po Před A pokud se toho nebojíš… Zkus limelight.vim
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 …