Magento 2 Reset Admin Password

How to Fix: Admin Password Reset Fails in Magento 2.4.6-p3 and Below

In the labyrinth of Magento development, encountering unexpected roadblocks is all too familiar. One such conundrum that has puzzled many administrators is the failure of the reset password feature for the admin user in Magento versions 2.4.6-p3 and below. It's a perplexing issue that leaves users stranded, unable to regain access to their vital accounts. …

Continue reading How to Fix: Admin Password Reset Fails in Magento 2.4.6-p3 and Below

Mastering Version Control: Unraveling Git Branch Strategies – A Senior Developer’s Guide

I was talking to a friend of mine recently about the strategy we are using on one of the projects we're working on together and I noticed that it would be great if I could create a blog post and share some knowledge with some developers, lead developers, managers, or anywho, who suffer a lot …

Continue reading Mastering Version Control: Unraveling Git Branch Strategies – A Senior Developer’s Guide

Mastering Efficiency: Unleashing the Power of ‘screen’ in Terminal for Persistent Background Tasks

In the dynamic realm of command-line interfaces, the terminal serves as a potent hub for executing tasks, running scripts, and managing server operations. However, a common challenge arises when you need to keep processes running in the background, especially when working over SSH. Enter the 'screen' command—a versatile and powerful tool that unlocks a world …

Continue reading Mastering Efficiency: Unleashing the Power of ‘screen’ in Terminal for Persistent Background Tasks

How I got in the international market and what I’ve learned so far

Today I want to talk about something different from what I've been posting on my blog lately. I'm not going to talk about anything technical, nor explain how something works behind the scenes. I want to talk a little to you, a developer or aspiring developer who is learning about Magento or any other platform …

Continue reading How I got in the international market and what I’ve learned so far

Database Magic: Shrinking Giants – Mastering the Art of Generating Compact Dumps from Massive Databases to Work on Your Local Environment

Generating a database dump is a critical practice in the realm of database management, offering a safeguard against data loss, aiding in disaster recovery, and facilitating seamless data migration or replication. A database dump essentially involves creating a snapshot of the entire database, capturing its structure and content at a specific point in time. While …

Continue reading Database Magic: Shrinking Giants – Mastering the Art of Generating Compact Dumps from Massive Databases to Work on Your Local Environment

10 Reasons Why You Should Always (I said ALWAYS) Enable the Google reCaptcha on Your Magento 2 Store

A few days ago a client complained their Magento website was suffering from a bot attack in the checkout with the credit card payment. They received thousands and thousands (I mean, thousands, like more than 30 thousand) of failed transaction emails in their email inbox. They immediately asked for our help to investigate and apply …

Continue reading 10 Reasons Why You Should Always (I said ALWAYS) Enable the Google reCaptcha on Your Magento 2 Store

“Use Default Value” for Multi Select Attributes Doesn’t Save for Store Scope View in Magento 2 Commerce (Enterprise) Edition

A few days ago I worked on a very interesting issue for a client in Magento 2 Commerce Edition. Basically, they have some multi-select product attributes and these attributes allow the admin user to add different values depending on the Store View because when these attributes were created, they were set to Store View in …

Continue reading “Use Default Value” for Multi Select Attributes Doesn’t Save for Store Scope View in Magento 2 Commerce (Enterprise) Edition

Finding the Villain Commit in the Magento 2 Codebase Using the GIT Bisect

A few days ago I was working as usual from my home office. I was entertained working on an investigation for a non-critical bug for one of our clients. Suddenly a Slack message popped up on my screen: "We have a critical bug happening on production for this given client that started happening after the …

Continue reading Finding the Villain Commit in the Magento 2 Codebase Using the GIT Bisect

Static Content Generation gets too slow after upgrading to Magento 2.4.5

Recently I worked on a project which was being implemented in Magento 2.4.5 version. This project was based on Magento Cloud and after making a deployment there, I noticed that the deployment took more than 1 hour to complete and I found it very intriguing. Commonly, when the project is in good health of performance, …

Continue reading Static Content Generation gets too slow after upgrading to Magento 2.4.5

Optimizing Performance: A Few (and Good!) Tips for Speeding Up Your Magento 2 Store

In the competitive world of e-commerce, a fast and responsive website is essential for retaining customers and driving sales. Slow loading times can lead to higher bounce rates and abandoned carts. Fortunately, Magento 2 offers a range of optimization techniques to enhance the performance of your online store. In this blog post, I will list effective strategies to speed up your Magento 2 store, without digging too much into any of them.