#webdev
Read more stories on Hashnode
Articles with this tag
GraphQL is a query language for APIs that provides a more flexible and efficient way to fetch data compared to traditional REST APIs. Unlike REST,...
Axios is a popular JavaScript library specifically designed for making HTTP requests from either a web browser or a Node.js application. When it comes...
In the ever-evolving landscape of web development, the quest for clean code, reusability, and modularity continues. Enter the Shadow DOM, a powerful...
Imagine a friendly robot that scans your code, sniffs out mistakes, and suggests improvements. That's ESLint in a nutshell. It's a linter, a software...
Webpack Module Federation is a feature introduced in Webpack v5. It allows sharing of modules between different Webpack bundles. This can be useful...
Webpack is a static module bundler for modern JavaScript applications. It combines modules and their dependencies into static assets, such as...