#web-development
Read more stories on Hashnode
Articles with this tag
Introduction Tailwind CSS is a popular utility-first CSS framework that helps to quickly build modern websites and applications. In this tutorial,...
Photo by Douglas Lopes on Unsplash Introduction This tutorial provides an introduction to using the Fetch API for making HTTP requests in JavaScript....
Arrow functions are functions defined by the arrow =>. The arrow makes code more readable by opting out of the function, returning syntax and reading...
A promise in JavaScript is like the real-life scenario of making a promise, either you keep your promise or you break it. But with JavaScript, it gets...
Web Performance Optimization. Photo by Carlos Muza on Unsplash Optimizing a website can mean Performance Optimization and it ensures your website runs...