Sreekesh Iyersreekeshiyer.hashnode.net·Sep 11, 2022Deploying a Flask Application to Render - A Free Heroku AlternativeVery recently, Heroku has decided to remove their free tier, so we'll now need a paid plan to host our applications on Heroku, starting November 28, 2022. In this thread, let's look at a free alternative for Heroku, a relatively new company Render, t...Discuss·44 likes·645 reads#week4
Ephraim Haruna2bit.hashnode.net·Mar 11, 2023How to Deploy Your Node.js Application for free with Render: A Step-By-Step guidePreparing 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 deployed runs on ...Discuss·34 likes·438 readsdeployment
Ibrahim Mohammedmohamilr.hashnode.net·Jul 26, 2022Efficient way to render components based on API call stageIntroduction A typical approach to loading a page is to render the entire page with a loader component as the fallback of the Suspense and then populate the page data on success. The problem with the above method is that when a call to the API failed...Discuss·30 likes·254 readsapi
Siddharth Chopdasiddharth-chopda.hashnode.net·Mar 27, 2023Deploy your Node js app on the cloud for free : Here's how !Are you a developer who wants to deploy your applications to the cloud quickly and easily, without worrying about infrastructure management, scaling, or maintenance? If so, "Render" may be the solution you're looking for. Introduction: Why Deploying ...Discuss·3 likes·55 readsProgramming Blogs
Ephraim Haruna2bit.hashnode.net·Mar 11, 2023How to Deploy Your Node.js Application for free with Render: A Step-By-Step guidePreparing 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 deployed runs on ...Discuss·34 likes·438 readsdeployment
John Vesterjohnjvester.hashnode.net·Feb 13, 2023Time For Me To Fly… To RenderThe 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 of adoption. The goal for every innovation is to re...Discuss·2 likesrender
Jessica Fullerjessicafuller.hashnode.net·Feb 7, 2023The Easiest Way to Deploy an API, FREE: A Simple Guide to RenderHas the loss of Heroku's free tier left you wondering where you can deploy small project APIs for no cost? You've come to the right place. In this guide, I’ll walk you through the steps needed to deploy an API to Render straight from your GitHub repo...Discuss·98 readsAPIs
Akash Palwebdevelopement.hashnode.net·Jan 21, 2023Technologies I learnt in 2022Web development: In 2022, I learnt Web developement from The complete web developement bootcamp by Angela Yu. In this I learnt about : 1. HTML 2.CSS 3.Bootstrap 4.JS 5.Node.js 6.Express 7.API 8.Restful API 9.Mongodb and many others and also I have de...Discuss·1 likeWeb Development
Akash jadhavteckash.hashnode.net·Jan 18, 2023How To Deploy a json-server on renderA short step by step by step guide to creating a JSON-DB server and deploying it on render json-server is a tool for creating mock REST API fast! To get started, ensure you have the following requirements: NodeJS (npm) Let's get started! On an em...Discuss·10 likes·348 readsJavaScript
Harsit Agarwallaharsitagarwalla.hashnode.net·Jan 1, 2023How to host your Node.js Application on Render for Free!Add your Project folder on Github and follow the below-mentioned steps. Steps Before Deploying Change your PORT 3000 (or else) to prev.env.PORT in your main file(in my case it's app.js). As the port is itself decided by the hosting server so by defin...DiscussNode.js
Dessire UgarteforStrapistrapi.hashnode.net·Dec 15, 2022How to Deploy Strapi on Cloudflare PagesAuthor: Hammad Ahmed Have you wondered how a Gatsby blog could work while it consumes a Strapi API? In this tutorial, you’ll learn how to deploy a Gatsby blog on Cloudflare Pages that fetches content from a Strapi instance deployed on a cloud hosting...Discuss·3 likesStrapi
Alessandroswiftuser.hashnode.net·Dec 1, 2022Heroku Removed Their Free Tier: Render RisesYou might have read online, from sources such as Qovery, Heroku will move away from offering a free tier for all new and existing projects. Migrating your Heroku project to Render. Setup Here we will walk through creating a web application with a dat...Discuss·3 likes·60 readsHeroku
John Vesterjohnjvester.hashnode.net·Nov 15, 2022FeaturedHow I Used Render to Scale My Microservices App With EaseAs a software lead and feature developer, I witnessed a team learn an important lesson about resource scaling and the cloud. Spoiler alert: The lesson was that if you’re not careful, scaling can get expensive! The team felt they had no choice but to ...Discuss·25 likes·156 readsrender