-
Deploy go fiber webapp to azure cloud from private docker hub container repo
Aug 29, 2021
Azure WebApp running a docker container from your private docker hub repository Microsoft Azure Cloud app services allows customers to run web applications which can be deployed using docker containers residing in Azure Container Registry, Docker Hub (public or private) and other custom docker repositories. Just like other big-cloud vendors Microsoft Azure offers a limited time free plan and an always free tier within certain limitations. You can find list of free service offers and information about limits at this azure portal free services page .…
-
Faster Directory Size Calculator
May 22, 2021
A faster version of Linux/Unix “du -hs” command implemented in Rust/Go/C# Find out fastest Rust/Go/C# code calculating total disk usage of a directory under Windows and Linux. This is an experiment inspired by https://github.com/artempyanykh/rdu project implementing a fast directory disk usage calculator, similar to unix/linux du tool but using rust-lang. Measurements are taken with Hyperfine v1.11.0: https://github.com/sharkdp/hyperfine. All measurements are with warm disk cache. Linux: Debian GNU/Linux 9 (stretch) under WSL2 (Linux 4.…