Intro Guide to Dockerfile Best Practices

There are over one million Dockerfiles on GitHub today, but not all Dockerfiles are created equally. Efficiency is critical, and this blog series will cover five areas for Dockerfile best practices to help …

go: gjson

GJSON is a Go package that provides a fast and simple way to get values from a json document. It has features such as one line retrieval, dot notation paths, iteration, and parsing json lines. package main import …

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 …