#software-engineering
Read more stories on Hashnode
Articles with this tag
SOLID principles are five design principles that help us keep our application reusable, maintainable, scalable, and loosely coupled. The SOLID...
Introduction While working with arrays, most developers often find it challenging to differentiate between Array.prototype.splice() and...
The Liskov Substitution Principle is one of the five principles of SOLID, a set of guidelines for the design of object-oriented software. This...
Find, Develop and Deploy It This way Let's delve into problem-solving and the Software Development Life Cycle (SDLC), the bedrock of our craft. Follow...
Open source AI and software development is the new hotness and is generating alot of buzz. Rightfully so, however, I’d like to reflect on why this is...
The Fetch API provides a JavaScript interface for accessing and manipulating parts of the protocol, such as requests and responses. It also provides a...