© 2023 Hashnode
#netlify
Jamstack is indeed popular, with the number of sites based on it has grown twofold since 2020. But its performance heavily depends on the deployment platform you choose. The reason is that Jamstack si…
This article covers creating a React project, pushing it to GitHub, and deploying it with Netlify from the command line, which is excellent for getting your projects up and running quickly and easily!…
You've worked hard to learn JavaScript. Are you now ready to start learning React? This article teaches how to create a local environment using Vite, providing a practical approach to practicing React…
Web development platforms have revolutionized the way developers create and deploy web applications. But with so many options out there, it can be overwhelming to choose the right platform for your ne…
Eleventy is great. It’s a static site generator written in JavaScript, for “Fast Builds and even Faster Web Sites.” It’s 10 to 20 times faster than the alternatives, like Gatsby or Next.js. You get al…
Today we're going to learn how to use a custom domain name for a site hosted on Netlify.com. When using Netlify, there are several options for a domain. Sites are generated with a free sub-domain, no…
Did you know Netlify Functions could break when renamed to the same name with a different casing? I sure didn't. What are Netlify Functions? If you know what AWS Lambda or GCP Cloud Functions are, the…
Now you are done creating your simple signup and login page using HTML and CSS, and you’re feeling proud of your hard work. Guess what is still missing; you have no idea how to publish your website. Y…
This is a continuation article on how to create a simple login page using html and css. Here we will add JavaScript and deploy the login page to netlify To read the previous article click here. As it is said you must learn to crawl befor…
Netlify is a cloud platform in which software developers can easily host their websites and web applications and it gets deployed instantly. In this article, I will share how to fix Treating warnings …