Open-Source

Harnessing the Power of Shell Code

Linux shell scripting is a powerful tool that allows users to automate tasks, execute commands, and create complex workflows using simple scripts. Shell scripts are written in a shell programming language, such as Bash (Bourne Again Shell), which is the most common shell used in Linux distributions. This article provides...

Building A Power Supply for My DIY CNC Machine

CNC, or Computer Numerical Control, is a revolutionary technology that has transformed the manufacturing industry. CNC machines are used in a wide range of applications, from precision machining to woodworking and metalworking, and have completely changed the way that many products are manufactured. CNC machines are essentially automated tools that...

Vim vs NeoVim

Vim and NeoVim are both powerful and popular text editors that are widely used in the software development community. Both editors are based on the original Vi editor, which was developed in the 1970s and is still widely used today. Vim is a free and open-source text editor that is...

A Lightweight document-oriented NoSQL Database for the GO language

CloverDB is the work of a great friend and fellow Computer Scientist, Stefano Scafiti. It is a lightweight NoSQL database designed for being simple and easily maintainable, thanks to its small codebase. The project was inspired by tinyDB.

I contribute where I can to this great project. If you know the Go language, and love to support free open source software like me, you are more than welcome to join the project on its GitHub page.