Managing multiple git profiles on one machine using sshWe all learned Git when we first started to get into tech. We learned to configure SSH locally and remotely so it becomes easier for us to contribute to Open-source software or our projects. We were used to forking, cloning, committing, and pushing t...Feb 12, 2023·3 min read
Grid layout in CSSTable of Contents Introduction Grid Elements Display property Commonly used values Grid columns Grid rows Grid gaps References 1. Introduction A Grid is a collection of horizontal and vertical lines creating a pattern against which we can line up o...Sep 3, 2021·5 min read
PostgreSQL to get startedTable of Contents Installing PostgreSQL Basics of SQL SELECT queries References 1. Installing PostgreSQL To install PostgreSQL, first refresh your server’s local package index: $ sudo apt update Then, install the Postgres package along with a -cont...Aug 25, 2021·7 min read