Learn Javascript – OOPs Inheritance Concepts with Code Example

10 years ago

This article represents OOPs inheritance concepts in Javascript along with code examples. Please feel free to comment/suggest if I missed…

Learn Javascript – OOPs Encapsulation with Code Examples

10 years ago

This article represents one of the key OOPs concepts such as Encapsulation along with code examples. Please feel free to…

Learn Javascript – Classes & Objects with Code Examples

10 years ago

This article represents OOPs concepts on classes and objects in Javascript along with code examples. In later articles, I shall…

Data Science – Commonly Used Plot Parameters in R Programming

10 years ago

This article represents some of the commonly used plot parameters across different plot commands, while you are working with different…

Data Science – Why Learn R?

10 years ago

This article represents thoughts on why it is OK to learn yet another programming language named as R for doing…

AngularJS – How to Use AngularJS with Legacy UI Code?

10 years ago

This article represents tips on how to use AngularJS with legacy UI code which could present challenges such as those described…

Learn PHP – How to Write A Class in PHP

10 years ago

This article represents some high-level concepts and a code example on how to write a PHP class and use it…

PHP – How to Install Apache 2.4 with PHP 5.6 on Windows

10 years ago

This article represents instructions on what's needed to be done to install Apache 2.4 with PHP 5.6 on Windows (64-bit).…

Code Quality – Why Avoid Higher Cyclomatic Complexity?

10 years ago

This article represents my thoughts on why one should avoid a higher cyclomatic complexity (value more than 15 or so). Recently,…

Authentication using One Time Password (OTP) technique – Part 1

10 years ago

Why two factor authentication? With the increase in password theft, phishing attacks and other hacking techniques, the conventional text based…