MMahipalinmahipal.dev路Aug 16, 2023 路 2 min readGit Commandsgit commandsdescription git <branch>lists all the branches git checkout <branch>switches to <branch> git sudo updateit'll figure out the latest version of each package and its dependency, but will not download or install any of those updates. g...00
MMahipalinmahipal.dev路Apr 2, 2022 路 2 min readNumpy - Part 1馃挕Why Numpy ? 1锔忊儯 Numerical Operations are faster than normal python lists 2锔忊儯 Also known as Array Oriented Computing 3锔忊儯 Unlike lists, Numpy Array elements should be of same data type 4锔忊儯 package for creating Multi-Dimension Arrays some info...00
MMahipalinmahipal.dev路Dec 29, 2020 路 5 min readCSS - Inheritance and OthersAs i started learning Cascading, Specificity, Inheritance. Though at a higher level it was bit clear, but i felt difficulty in understanding what does initial, unset do. So i did some more learning, and learnt some more concepts in the process. So a...00
MMahipalinmahipal.dev路Dec 19, 2020 路 6 min readWeb Browser Engine Overview : For BeginnersWebsite 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 part of the story below it, and links to remaining story on a different page. Some headlines will h...01M
MMahipalinmahipal.dev路Dec 17, 2020 路 6 min readgit - part 2: for BeginnersAfter 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 Cheat Sheet. Refer this for some detailed information. Refer this for commonly used commands. G...00