React Native App Intro
React-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 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 readingAccording to the definition, Lazy Load is a design pattern commonly utilized in programming and mostly in web design and
Continue readingReact Native is a cross-platform framework developed by Meta Platform, Inc. It allows developers to build applications for iOS, Android,
Continue readingThe observer pattern is one of the most common patterns in software design. In this pattern, a subject contains a
Continue readingProblem:- We can upload any type of file through PHP. Obviously, we need a web page to view/download these files
Continue readingWhat is a Prototype Pattern? The prototype pattern creates objects by cloning an existing object, rather than creating non-initialized objects.
Continue reading