Generating Unique Hashes in Magento 2 Programmatically

Occasionally, we often encounter scenarios where generating unique hash tokes is necessary. Hash tokens play a crucial role in various aspects of Magento 2 development, such as security, URL generation, form submission, and more. In this blog post, we will explore different methods to generate unique hash tokens in Magento 2, ensuring their uniqueness and …

Continue reading Generating Unique Hashes in Magento 2 Programmatically

Front Controller: the guy who handles the request in Magento 2

If you're a developer who has some experience in coding in Magento you probably have met this class before and, maybe you noticed its importance in the application, maybe not. The fact is, the Front Controller in Magento 2 plays a huge responsibility in the Magento 2 application and I'm gonna talk a little bit …

Continue reading Front Controller: the guy who handles the request in Magento 2

After some years, I finally got back to writing on my blog

It has been a long time since that young boy started this blog more than 10 years ago to write about Magento 1 development. At that time, there was no official documentation provided by the Magento Company (the Magento Company belonged to Permira Funds back in 2012), and a Magento developer's life was based on …

Continue reading After some years, I finally got back to writing on my blog