Mahipal
Mahipal

Mahipal

Follow
homeHTML-CSSToolsAbout

Git Commands

Aug 16, 20232 min read 1 views

most used · git commandsdescription git <branch>lists all the branches git checkout <branch>switches to <branch> git sudo updateit'll figure out...

Git Commands

Numpy - Part 1

Apr 2, 20222 min read 47 views

Machine Learning basics · 💡Why Numpy ? 1️⃣ Numerical Operations are faster than normal python lists 2️⃣ Also known as Array Oriented Computing 3️⃣...

Numpy - Part 1

CSS - Inheritance and Others

Dec 29, 20205 min read 330 views

As i started learning Cascading, Specificity, Inheritance. Though at a higher level it was bit clear, but i felt difficulty in understanding what does...

CSS - Inheritance and Others

Web Browser Engine Overview : For Beginners

Dec 19, 20206 min read 357 views

Website that you visit/read is a Document. As a human, when you write a Document on a Paper, or lets say print a Newspaper, you see Headlines and some...

Web Browser Engine Overview : For Beginners

git - part 2: for Beginners

Dec 17, 20206 min read 186 views

After that small talk, in this post let's use some git commands. Additional Info:- For complete list of commands, refer this. Refer this Visual...

git - part 2: for Beginners

git - part 1: for Beginners

Dec 10, 20203 min read 187 views

Hey, do you remember about Safety Net that I mentioned here. Ya, Git falls under this classification, its Source Code Control. More like version...

git - part 1: for Beginners