Entries Written By Pushpal Mazumder

Building A Multivendor Marketplace Platform from Ground Up

The concept of a multivendor marketplace has gained significant popularity in the world of online shopping. It serves as a platform where multiple sellers come together to offer a diverse range of products to potential buyers. In this article, we will explore the intricacies of building a successful multivendor marketplace platform from scratch and discuss …

Continue reading

Database Architectural Patterns For Multi-Tenant SaaS Applications

Architecting databases for multi-tenant SaaS (Software as a Service) applications can be challenging and there are various aspects like security, flexibility, cost, maintenance etc. which must be kept in mind while designing such a database. In a multi-tenant architecture, a single instance of the application serves multiple customers who all share either a database or …

Continue reading

Design Patterns In PHP

Design Patterns are standard ways of approaching some recurring problems in programming. As the application grows, refactoring and implementing features becomes harder. To prevent these issues, development must be done following a design or architectural pattern. Here is a quick overview of the benefits, elements and classification of using design patterns. Benefits Maintainable code, code …

Continue reading