Harsh Vardhan
Sun Jan 31 2021・4 min read
Dokku is a self-hosted version of Heroku. This article is a small guide to how you can set up Dokku on your VPS and we'll be hosting a Strapi app using Dokku on our VPS.
Harsh Vardhan
Shorten git commands with git aliases
You can create short commands for your usual git c..
Harsh Vardhan
Getting Started with Node.js & Express
Node.js is a JavaScript runtime environment. The N..
Harsh Vardhan
Getting Started with Vue.js
Vue.js is not any other hyped javascript framework..
Harsh Vardhan
How to install an SSL certificate on a NGINX server
After your Certificate is issued by the Certificat..
Harsh Vardhan
Tue Feb 09 2021・3 min read
Harsh Vardhan
Sun Feb 07 2021・2 min read
Harsh Vardhan
Sun Jan 31 2021・4 min read
Harsh Vardhan
Sun Feb 07 2021・5 min read
Harsh Vardhan
Tue Feb 09 2021・2 min read
Ojas Karmarkar
Wed Feb 10 2021・3 min read
Harsh Vardhan
Sun Jan 31 2021・4 min read
Dokku is a self-hosted version of Heroku. This article is a small guide to how y..
Harsh Vardhan
Tue Feb 09 2021・2 min read
You can create short commands for your usual git commands using git aliases. To ..
Harsh Vardhan
Tue Feb 09 2021・3 min read
Node.js is a JavaScript runtime environment. The Node run-time environment inclu..
Harsh Vardhan
Sun Feb 07 2021・5 min read
Vue.js is not any other hyped javascript framework like React and angular are as..
Harsh Vardhan
Sun Feb 07 2021・2 min read
After your Certificate is issued by the Certificate Authority, you’re ready to b..
Ojas Karmarkar
Wed Feb 10 2021・3 min read
Flutter is a framework based on Dart(A language invented by Google). Well, The r..
Harsh Vardhan
Sun Jan 31 2021・4 min read
Dokku is a self-hosted version of Heroku. This article is a small guide to how you can set up Dokku on your VPS and we'll be hosting a Strapi app using Dokku on our VPS.
Harsh Vardhan
Tue Feb 09 2021・2 min read
You can create short commands for your usual git commands using git aliases. To set up a new alias for a command, we gonna be using the `git config` command. Just type the following command into your terminal and don't forget to replace \[insertYourShortcut] and \[gitCommand] with your command and shortcut.
Harsh Vardhan
Tue Feb 09 2021・3 min read
Node.js is a JavaScript runtime environment. The Node run-time environment includes everything you need to execute a program written in JavaScript. As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications.