#web-development
Read more stories on Hashnode
Articles with this tag
JavaScript is unique language, it doesn't use classical inheritance like languages such as Java or C++. Instead, it relies on prototypes. When i...
In today's web development, performance is a critical when a application run on various devices like mobile phones, laptops, tablets, and iPads, each...
JavaScript generators are a powerful feature introduced in ECMAScript 6 (ES6) that provide a new way to work with functions and manage asynchronous...
JavaScript promises are a powerful way to handle asynchronous operations. Before the introduction of promises, callbacks were the primary method to...
Conventional Commits provide a standardised convention for writing commit messages, ensuring that the commit history is understandable and...
The SOLID principles, introduced by Robert C. Martin, provide a framework for developing software that is maintainable, extensible, and adaptable as...