This case study provides a detailed technical implementation for starting cannabis ecommerce business with all the features required for the online store, including identity verification, stock management in weight, maximum quantity allowed to sell to a single customer, and legal requirements.
A detailed step-by-step guide for building a REST API in Node.js with AWS Lambda, API Gateway, DynamoDB, and Serverless Framework with deployment on AWS
A step by step tutorial for deploying a Serverless service with local bash and GitHub Action pipeline.
Even after years of development, the quest to find a solution with Magento 2 is un-ending. The difficulties I face in every implementation are real and common pain points. The objective is not to just brag about problems, but to solve them and ask for feedback.
Creating a cron in Strapi for adding short links to articles
Learn basic deployment of a Magento 2.4 using file-based configuration (without using any Container service like Docker).
This article is a step by step tutorial for building a Magento 2 module to manage catalogue release by a pre-specified date.
We all know the classic web servers Apache and Nginx, but try the much newer and amazing Traefik! Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Learn basic deployment of a Node.js app using file-based configuration (without using any Container service like Docker).
Find order id (entity_id) from increment id in Magento 2 using a lightweight DB query without loading the complete order model.
A definitive guide for building a modern website. Know what happens behind the scenes in adapttive.com.
Its looks cool to have multi-level subdomains for different projects. example: https://api.cms.adapttive.com/ or https://api.store.adapttive.com/
Find the ultimate configurations to automate code quality checks using GrumpPHP in Magento 2