VKVimal kumarinblog.vimalverma.in路Apr 28, 2021 路 1 min readUpdating portfolio is frustrating, right?As a developer portfolio is best place to Showcase skill, work and Achievements and It's is really valuble for your career. So we need to keep Portfolio updated and Updating portfolio is frustrating, right? So, we've got you covered We are happy to a...01P
VKVimal kumarinblog.vimalverma.in路Mar 30, 2021 路 1 min readVdev - A portfolio and resume generatorHello 馃憢 I am happy to announce my latest project Vdev (A portfolio and resume generator) vdev.in Vdev generate Your portfolio based on info you filled in form and Show your info in a nice-way Here is demo of generated Portfolio Here is demo of resu...00
VKVimal kumarinblog.vimalverma.in路Mar 1, 2021 路 1 min readCustomize npm init default valuesnpm init is a first process of any new node project and we all have to setup author, version and license manually, This tutorial help you to config those things globally . This is default npm init -y result value for chang default value of npm init ...03APC
VKVimal kumarinblog.vimalverma.in路Apr 27, 2020 路 6 min readList of all Git CommandsGit Commands A list of Git commands feel free to star this Tell Git who you are DescriptionCommand Configure the author name.git config --global user.name "<username>" Configure the author email address.git config --global user.email <email...00
VKVimal kumarinblog.vimalverma.in路Apr 27, 2020 路 2 min readList of Github cli commandsGithub cli commands A list of Github cli commands feel free to star this Repository DescriptionCommand Initialize a Github repository [default private]gh repo create <name> Initialize a Github public repositorygh repo create <name> --public...00