#javascript
Read more stories on Hashnode
Articles with this tag
Prettier is an opinionated code formatter that enforces a consistent style by parsing your code and re-printing it with its own rules. It ensures...
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...
Machine learning has become a pivotal aspect of modern technology, enabling systems to learn and make decisions from data. While Python has long been...
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 is a static module bundler for modern JavaScript applications. It combines modules and their dependencies into static assets, such as...