13 npm Tricks for Faster JavaScript Development

1. Learn the Essential Shortcuts2. Set Default npm init Properties3. Make Scripts Cross-Platform Compatible4. Run Scripts in Parallel5. Run Scripts in Different Directories6. Delay Running Scripts Until a Port is Ready7. List and Select Available Scripts8. Run Pre …

go-funk

A modern Go utility library which provides helpers (map, find, contains, filter, …) go-funk is a modern Go library based on reflect. Generic helpers rely on reflect, be careful this code runs exclusively …

Argoproj – Get stuff done with Kubernetes

Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Argo Workflows is implemented as a Kubernetes CRD (Custom Resource Definition). Define workflows where each …

mkcert: development certificates

https://mkcert.dev A simple zero-config tool to make locally trusted development certificates with any names you’d like. Using certificates from real certificate authorities (CAs) for development can be dangerous or impossible …

go: scraping web sites

Colly: Fast and Elegant Scraping Framework for Gophers. Colly provides a clean interface to write any kind of crawler/scraper/spider Features Clean API Fast (>1k request/sec on a single core) Manages …

Jak na homeoffice?

Příručka pro práci odkudkoli Až budete příště dumat, které z nabízených zaměstnání zvolit, co rozhodne? Vyšší plat, týden dovolené navíc nebo flexibilita práce? Jak vyplývá z průzkumů, většina potenciálních zaměstnanců …

golang: survay

https://github.com/AlecAivazis/survey A golang library for building interactive prompts with full support for windows and posix terminals. multiline text := „“ prompt := &survey.Multiline{ Message: „ping“, } survey.AskOne(prompt, &text) multiselect days …