Freenginx gained a lot of attention after NGINX's core developer quit the company due to internal conflict and policy changes to initiate his own Freenginx project, a free and open-source…
Bore is a free and open-source command-line utility written in Rust that aims to allow users to expose a local port to the internet without needing port forwarding. The default…
Perl is a popular programming language used for scripting, text processing, system administration, and many more tasks by popular companies such as Amazon, cPanel, Cisco, and many others. It comes…
TensorFlow is a quite popular Python library that requires no introduction; however, for those who don't know, it is an open-source library that the Google Brain team developed back in…
Minikube (also referred to as "mini-Kubernetes") is a single-node Kubernetes cluster that can run locally to help you learn the concept of Kubernetes clusters. It uses virtualization technology using a…
direnv is an open-source extension to your current shell for UNIX-based operating systems like Linux and macOS. It supports hooks for multiple shell startup files, such as bash, zsh, or…