Blog post card tutorialHTML <div class="card-big"> <div class="card"> <div class="card-img"> <img src="https://images.unsplash.com/photo-1499856871958-5b9627545d1a?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=16...Jul 24, 2022·1 min read·116
Database 04👋🏾, welcome back. Definition This clause is used to combine rows from two or more tables, based on a related column between them. Different Types of SQL Joins INNER JOIN: returns records that have matching values in both tables LEFT(OUTER) JOIN:...May 19, 2022·2 min read·10
Database 03hello 👋 again. SQL MIN() and MAX() functions min() returns the smallest value and max() functions is viceversa. Example SELECT MIN(price) FROM payroll SQL COUNT(), AVG() and SUM() function Count() returns the number of rows that matches a specifi...May 15, 2022·2 min read·3
Git Basics Pt2Clone git clone : This command is for taking the repository into your local system into a new empty directory git clone is used to create a clone/copy of the required repository. Branches git branch : lists all the branches in your repository g...Apr 11, 2022·1 min read·56
Git basics pt1Hey guys, This is me writing my first blog. Wish me good luck ✨ Git Git is a version control system to keep track of changes to files and projects over time. So, Git and GitHub are different here is what GitHub is. GitHub Github is a website that hos...Mar 28, 2022·2 min read·32