A Passionate Software Developer
Different types of variable declarations in JavaScript - var, let and const.
Hi everyone. Here is my first blog in JavaScript. This blog is about the ways that can be used to declare variables in JavaScript. I know, as a beginner, it is difficult to understand the declaration of variable scope.So.. I am here to make it easy. And here you go................
In JavaScript, there are four ways to declare a variable.Yes, you heard it right... let's elaborate.....
How to deploy the Front-end(React) and Backend(Django) with Postgres at Heroku
I deployed the Task Tracker at Heroku. In this blog I will share each steps what needs to be followed for deploying a full stack web application without any cost. Below are the steps to deploy Full stack web app using Heroku. Back-end folder at root directory of git. Don't add your code under sub folder. Because Heroku need to understand which languages you are using.Check the below structure for your project and app.
Deploy your React App on GitHub
Hey Everyone!.I know that you came here when you are really tired from deploying your React App on Netlify or Heroku etc. which makes the process little complex. But are you aware that you can deploy your React application for free on GitHub? How?
Basic Linux/Unix Commands We should know
I was a window user, I never thought to use Linux in my life time. But Suddenly it changed my world and I don't want to go back to the windows because I fell in love with linux. I am not a system admin now but I work on few Linux distribution which made me realized that whoever is going to learn Linux, they should know these basic Linux commands, which will help them to save few times and practice.......