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
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
I've recently been asked by a non-technical person "What is technical debt?". At the time I didn't have a satisfactory explanation, but a recent incident with an electrical house fire ... Read more
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
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