JavaScript Singleton
The Singleton Pattern is the kind of pattern that limits the number of instances of the particular object in question
Continue readingThe Singleton Pattern is the kind of pattern that limits the number of instances of the particular object in question
Continue readingWhat to do when you see this error “zend_mm_heap corrupted” Solutions: By default, OPcache is enabled which you can see
Continue readingThe structure of the system’s software is the basis for white-box testing. It’s most often used at the component level
Continue readingThe state model (also known as the state design model) is one of the behavior models. It defines a way
Continue readingTill now there is no method to refresh a lightning component under a tab on every click made on it
Continue readingReact-native-app-intro is a react native component that implements a parallax effect welcome page based on react-native-swiper, similar to the one
Continue readingThere are few ways to combine the two tables without a common column including Cross Join (Cartesian Product) and UNION.
Continue readingModule Design Pattern is one of the prime design patterns in Javascript. This pattern is basically used to wrap a
Continue readingWe can store and manipulate the info within the browser. It is called client-side storage. It is useful when it’s
Continue readingYou all know that the naming convention for database fields should be in the snake_case format. Hence, fetching the data
Continue reading