JavaScript Functions That You Should Know — console.timeWhat is console.time and how to use it with some real examples. Articles on basics of JavascriptJun 17, 2024Jun 17, 2024
7 tips for software engineering interviewsEmbarking on the journey to land an engineering role can be as thrilling as it is daunting. The interview process is often anxiety…Jun 8, 2024Jun 8, 2024
Angular Performance - My learningsI’m not going to talk about the compiler or any framework nuances in this article. This is basic improvements which do not need much effortSep 24, 2020Sep 24, 2020
Tips to simplify your JavaScript codeLess lines of code doesn’t necessarily means it is easy to understand for other developer to read. Making a code easy to read and…Jul 31, 2020Jul 31, 2020
Simplify your if-else blocksif-else blocks are integral part of any programming language. They are also a great tool in a programmers repertoire. But often times I…Jan 9, 2020Jan 9, 2020