Follow
Series

Dev

In this series, I'll cover key topics in software dev such as programming languages, web dev, databases, architecture & more.

Articles in this series

Exploring JavaScript's Prototype Inheritance Model

Mar 8, 20234 min read

JavaScript is an object-oriented programming language that uses a unique prototype inheritance model. Understanding this model is critical for any...

Exploring JavaScript's Prototype Inheritance Model
Creating Custom JavaScript Functions: Best Practices and Examples
A Beginner's Guide to Promises in JavaScript
Use of design patterns in software development
How to merge arrays in typescript?
Difference between controlled and uncontrolled components in React.js