@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…

GDB Cheat Sheet: How Mastering Debugging with Ease

blog_freecoder_gdb_post_image

Welcome to the ultimate guide on GDB, the GNU Debugger. Whether you’re a seasoned developer or just starting out, mastering GDB can significantly enhance your debugging skills. Debugging is an essential part of software development, and GDB is one of…