Emacs Decoded: The Ultimate Guide to Navigating, Editing, and Customizing Your Text EnvironmentDec 5, 2023·3 min read
Vim Cheatsheet: Essential Commands in Vim That Will Make Your Coding Experience SeamlessNov 23, 2023·3 min read
Linux Shell 101: A Quick Guide to Shell NavigationThe Linux shell is a powerful interface that allows users to interact with the operating system through commands. Shell navigation commands enables users to move seamlessly through directories, manage files, and perform fundamental tasks from the com...Jan 17, 2024·3 min read
Demystifying CSS Variables: Why They Sometimes Don't Work and How Fallback Values Come in Handy When it HappensAug 14, 2023·2 min read
7 Simple Ways of Replacing Repetitive Use of <br> Element For Structuring Your HTML TextWe all know the headache of typing <br>, then the next line, <br>. Oh... I need space in between two paragraphs... another <br>. It's annoying typing this code over and over again; then all of a sudden, your code is all cluttered. Urgh! However, the ...Aug 7, 2023·3 min read