In software, when something is painful, the way to reduce the pain is to do it more frequently, not less. ― David Farley Namaste Developers, Deployment for learning purposes can sometimes be a tedious task. It was for me as a student because of the following reasons : Unsure about what changes to make in my code in order to deploy it? Where to deploy in order to not incur charges? How to connect back-end to front-end if deployed? Once Deployed how to we access the public IP for the front end. If working on MySQL, how to have an online database for free and connect that database to my backend application? This is a lot to take in as a new developer. You want to show case your work but you fail to do so because you are uncertain about the answers to the above questions. To answer these questions, In this blog post, I will be deploying a locally created portfolio website online. Technologies used to create this website were: Front end : Angul...
Just something to talk about