@freecoder

@freecoder

With 15+ years in low-level development, I'm passionate about crafting clean, maintainable code. I believe in readable coding, rigorous testing, and concise solutions.

Docker Desktop: How to Install & Configure on macOS ?

docker-banner

Docker is a set of the platform as service products that use OS-level virtualisation. It allows to deliver software in packages (containers). These containers are isolated from one another. They also bundles software, libraries, and configuration files. They can communicate…

OpenSSL: How to Generate Signed Certificate and Keys

freecoder-openssl-thumbmail

In this article we will see how we can use the OpenSSL library command line tool to generate a self-signed certificate. As known, the OpenSSL is a software library for applications that secure communications over computer networks against eavesdropping or…