Blog
Subscribe and stay up-to-date with the latest in ecommerce and web development.
Ask AI about our insights
Magento 2 orders stuck in pending payment: why we inverted our order flow
Ecommerce Trends Shaping 2024
The ecomemrce landscape in 2024 is defined by rapid technological innovation, shifting consumer expectations, and a growing emphasis on sustainability and personalization. Here’s an in-depth look at the top trends that are transforming online retail this year.
Migrating from Adobe Commerce to Magento Open Source: when moving down a tier is the right call
New Features in PHP 8.2: A Comprehensive Guide with Code Examples
PHP 8.2 is a major update that brings a suite of modern features, type system improvements, and quality-of-life enhancements for developers. Below, we’ll explore the most significant new features in PHP 8.2, complete with code examples to help you get started.
New Features in PHP 8.1: A Practical Guide with Code Examples
PHP 8.1 is a major update that introduces several powerful features and improvements designed to make your code more robust, expressive, and performant. Below, we explore the most notable additions, complete with practical code examples.
Building a buy now, pay later payment module for Magento 2 from scratch
Examples of using union types in PHP 8
In PHP 8, union types allow you to declare that a function parameter, return value, or property can accept or return multiple types, separated by the vertical bar (|). This feature improves code flexibility and type safety.