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
Go to Top