© 2023 Hashnode
#heroku
Heroku: The Cloud Platform for Building and Scaling Web Applications In today's fast-paced digital world, building and deploying web applications can be a complex and time-consuming process. That's wh…
Just today, I finished a task I've never done before - deploying a Flask web application on Heroku. As background, I'm an aspiring software developer who was given a task by the recruiter to build a web app and deploy it to Heroku. I was gi…
Introduction Finding out cost-effective ways to deploy or host your project as a backend developer can be daunting. After successfully building and testing your application, you may face the challenge of deciding the best platform to deploy…
Do you want to deploy your Node.js project but don't know where to start or which service provider to use? You are in luck; this article will walk you through the steps for deploying your applications…
Preparing the app For this tutorial, we will create a simple rest API that returns the List of States and Local Government Areas (LGAs) in Nigeria. You can fork this repo to follow along SImple Node app IMPORTANT!!!Every application deploye…
This post was created originally on my website. Have you ever wondered how you find any domain name information? I think you did! and it's pretty easy to google it in seconds to find a bunch of websit…
This post covers the main notes from setting up the Heroku CLI tool to CI/CD pipeline with Github actions. Prerequisites Run the following command to install the CLI tool curl https://cli-assets.heroku.com/install.sh | sh Create an acco…
Prerequisite: Create the migrations in the Flask application afresh. 1 Destroy the databases in Heroku -use heroku pg:info to check the database : heroku pg:info destroy using: heroku addons:destroy <NAME OF DATABASE WITHOUT _URL SUFFIX> …
Fresh off learning some of the practical applications of Golang, I ventured on my own to create a working project. I then stumbled upon a weird issue, the steps to deploying an application written in …
The Gartner hype cycle, illustrated below, can be applied to most aspects of technology: As new innovations enter their respective cycles, expectations are eventually realized—leading to some level o…