What is Sharding in MongoDB? Sharding is a concept in MongoDB, which splits large data sets into small data sets across multiple MongoDB instances. Sometimes … Read more “MongoDB Sharding”
Dependency Injection
What is dependency injection? To understand dependency injection first we need to know about dependency. Let’s take an example. Class User { Private Profile $profile; … Read more “Dependency Injection”
Difference between IN and FIND_IN_SET in MySQL
Most of people thinks IN() and FIND_IN_SET() MySQL functions are identical and do the same job. But they not. You may be confused with them … Read more “Difference between IN and FIND_IN_SET in MySQL”
Mysql IN() Vs Exist()
Purpose of using of IN() and Exist() is almost the same. Both MySQL functions are generally used with sub queries. To understand it better lets … Read more “Mysql IN() Vs Exist()”
Cs Cart – Api support for multipart form-data
Cscart 4+ has one great feature i.e API. There are some basic apis already written in cscart, like Products, Orders, Users etc. You can check … Read more “Cs Cart – Api support for multipart form-data”
Resolve Magento Extension Conflicts!!
One of the biggest problem in Magento is extension conflicts. Extension conflict comes in picture when two or more extensions overwrite same core class. When … Read more “Resolve Magento Extension Conflicts!!”
Moodle Login Integration
Moodle login integration in other source Introduction  When we need Moodle integration in any site to use some functional part of Moodle like Quiz for … Read more “Moodle Login Integration”