Variables fall into two categories: value type and reference type. It is this category that often determines where in memory they will be stored. Value type...
Continue reading...Developer
Cohesion and Coupling: They are not same !!!
Coupling in software development refers to the degree of dependency between two modules/classes/objects in a software application. For instance, classes are coupled when methods in one class...
Continue reading...Inheritance vs Composition
A lot of junior developers don’t know exactly mean of these and how it’s different. Let’s understand what’s different between them: We also have many level...
Continue reading...How to audit a website ?
The purpose of a website audit is to give webmasters a complete and detailed analysis into their sites health, performance and speed. Assessing these areas will...
Continue reading...How to learn Magento From Basic to Advanced
Magento is an ecommerce platform built on open source technology which provides online merchants with a flexible shopping cart system, as well as control over the look, content and...
Continue reading...How to learn Sitecore from Basic to Advanced (Part 2)
Custom Rules – Implementing personalization rules Events – Event Handlers 2. How it works?Adding an Event Handler:While there is neither a class to extend nor an...
Continue reading...How to learn Sitecore from Basic to Advanced (Part 1)
Sitecore BasicMain resource : https://sitecorediaries.org/sitecore-learning-series/As the title suggests, this post will cover different channels which Sitecore provide for the Sitecore users. In case if you know...
Continue reading...What is OTP, HOTP, TOTP in 2FA ?
One time or one-time password (OTP) is usually a string of randomly generated digits that works for one login or transaction bank only. OTPs are the...
Continue reading...Drupal and Magento side by side (Part 2)
One problem with Drupal and Magento side by side is Single Sign On. When a user is logged in to one site (Drupal), and they visit...
Continue reading...