NBNikhil Bhattinnikhilbhatt.hashnode.dev·Nov 19, 2022 · 2 min readConvert Google sheets to API using app scriptHave you ever thought of creating API's using google sheets? For smaller projects (e.g. portfolio) it doesn't make any sense to create a brand new project, use a database and host it to heroku. instead you can create a google sheet, add some data and...00
NBNikhil Bhattinnikhilbhatt.hashnode.dev·Sep 4, 2022 · 1 min readLinux commands storageLinux commands file system Everything in Linux is file based. all the commands that we use in terminal is file based and are actually stored in a folder. In Linux based file system / is the starting folder and all the necessary information is stored...00
NBNikhil Bhattinnikhilbhatt.hashnode.dev·Aug 31, 2022 · 1 min readVagrant setup in MAC m1Virtualbox is not yet released for mac m1. in this case vagrant setup becomes challenging in m1. but there is one alternative of virtualbox that is vmware Steps to setup vagrant. Install vagrant brew install vagrant Download and install vmware-fusio...00
NBNikhil Bhattinnikhilbhatt.hashnode.dev·May 28, 2022 · 1 min readHow to start a new habitIn This book author talks about how you can create good habits. there can be multiple ways by which we can work on our existing habits or create new one, I will share few points by which we can work on these. How to start a new habit. Make it in you...00
NBNikhil Bhattinnikhilbhatt.hashnode.dev·Mar 6, 2021 · 2 min readGit Squash and rebaseSquashing and rebasing the commits is one of the important parts of Github. so here we will see how it works. rebasing your branch with the master branch. suppose you are in your working branch commit all your files. git checkout master git pull or...00