How to Override in JavaScript

JavaScript provides an arguments object inside any non-arrow function and it provides the list of arguments that were used to call the function. While this allows us to handle ... Read more

May 14, 2024

Explain Like I’m 5: Git

Git is one of the most useful tools out there for developers. It improves team collaboration and speeds up the working process, as it allows you to store code, track ... Read more

March 25, 2021

Efficient Code Review Process

Code review is not a new topic, but is for sure one of the most overlooked activities in software development.   As software developers we are a team of people ... Read more

September 4, 2018
Go to Top