#web-development
Read more stories on Hashnode
Articles with this tag
Modern web development relies on various tools to make coding more efficient, maintainable, and optimised. Two key tools that help developers write...
A bundler is a tool that takes multiple JavaScript, CSS, and other assets and combines them into a single (or a few) optimised files for efficient...
A transpiler (short for "translating compiler") is a tool that converts code from one language or version to another while preserving its core...