© 2023 Hashnode
#netlify
Whenever you're at the beginning of your journey or you're having a take-home interview and you need to showcase your dope skills, you need to make your app available on the Web. Some of us are focusi…
In my journey of developing a Next.js project using the Unsplash API to recreate the official Unsplash website with all its functionality based on what's available to use from their API and deploying …
My name is David Ezekiel Titus and I'm about to share with You My amazing experience at TIIDELab_Pre-Fellowsip. I first heard about TIIDELab from a friend on Twitter who was a fellow in the previous cohort. She told me about the great learn…
I'll be going over how to deploy a site on Netlify. Netlify offers hosting and serverless backend services for web applications and static websites...per google. Some of the great features that Netlify comes out of the box are Simply push …
Deploying an application to a cloud hosting service is essential in bringing the application to life. With the rise of cloud computing, it has become increasingly easier to deploy, run and manage web …
The error 404 page not found is a very common theme in single page applications (SPAs) like ReactJS. The problem always arises when you try to navigate to a different page that is not the index page t…
Most of us developers use free hosting services like Netlify or Vercel for hosting our projects and portfolios too. For our portfolios, a contact form is an essential part as it lets potential employe…
You can check out my demo link: Gatsby Blog Theme or if you are curious, take a look at my code repo. Starting a blog can be an intimidating task at first, especially if you are not decided yet and yo…
So you have an important website you want to deploy for the first time and you need to get all your Environment variables to Netlify's CDN which is the hosting service you are using so all your builds…
Note: This article is part of my digital garden on architchandra.com and will keep evolving with time. I keep coming across situations where I need to tell Netlify about the Node version to use while building my sites (eg. when building co…