hitesh shrimali

Home/hitesh shrimali

About hitesh shrimali

This author has not yet filled in any details.
So far hitesh shrimali has created 0 blog entries.

MongoDB Sharding

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 the data within MongoDB will be so huge, that queries against such big

By |2023-01-17T20:05:06+05:306 July 2021|Comments Off on 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; Public user(){ $this.profile = new Profile(); } } Here we have a class

By |2023-01-17T20:11:08+05:3017 July 2019|Comments Off on Dependency Injection

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 these apis in detail here http://docs.cs-cart.com/4.1.x/api/index.html. Currently, Api's in Cscart has only support

By |2023-01-17T20:24:08+05:3016 September 2015|Comments Off on Cs Cart – Api support for multipart form-data

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 that we have to create Single sign on between both platforms. For that

By |2023-01-17T20:34:56+05:3014 December 2011|0 Comments
Go to Top