News

Color Gradient and Particular to create an introduction video. The tutorial consists of 5 sections: Create background, ...
To start your journey with the Linux command line, it's important to know a few things before diving in. These aspects of the terminal are fundamental to getting the most out of the tool. Shall we ...
This is a very simple (and NOT a highly optimized and secure) implementation of AES only written to teach you the BASICS of this algorithm. I used a tutorial previously available on progressive-coding ...
.gitignore is a text file that contains a list of patterns matching the files Git should ignore, meaning no changes to those files will be recorded in the Git repository. This question was raised on ...