Installing Magento 2.4.4 with Docker Run on Linux/Windows

So earlier I had written a blog on installing Magento with docker-compose here. And here is one more way to do the installation. Now instead of using different containers for Apache, MySQL, and Elasticsearch. We are using a single container for all the servers. So I dug further and created a new container in the … Continue reading Installing Magento 2.4.4 with Docker Run on Linux/Windows

Installing Magento with Docker Compose on Windows

Hi, I have heard and worked with docker several times, but never got a chance to write about the installation. So this time I wanted to share the steps I had taken to install docker on windows and then install Magento 2.4.3 on it. So first I downloaded docker from this link https://docs.docker.com/desktop/windows/install/ and installed … Continue reading Installing Magento with Docker Compose on Windows

Recurring Order Extension for Magento 2

Hello People, We are ready with the release of the first extension for Magento 2. The extension is called "Recurring Order". The important features of this extension are:- You can add any number of products for subscription Subscription can be customised to any frequency which can be daily, weekly, monthly etc The subscription can be … Continue reading Recurring Order Extension for Magento 2

Microdatabase Server is out!

Microdatabase Server is a very innovative approach to database. Traditional servers like Mysql, PostgreSQL have to use another application server and a scripting language to create a consumable API. But Microdatabase server is database that creates API to the database on the fly. There is no need for an additional server to create APIs. The … Continue reading Microdatabase Server is out!