Top Common Mistakes in JavaScript

Working with industry veterans and beginners, I decided to share some of the most common mistakes made in JavaScript. Using Global Variables The road to programming hell is paved with global variables,― Steve McConnell, Code Complete Using global variables is considered bad … Read More

good-code-is-its-own-documentation

Guidelines to writing robust and maintainable software

Writing good software is often more challenging than new developers think. It is not always clear what to keep in mind when writing a code. There are also few common issues that I have found new developers making in my … Read More