Magento 2 is built on a modular system where each module encapsulates a specific feature. This architecture allows developers to extend… Continue reading on Medium »
Monthly Archives: May 2026
Modern SEO has evolved far beyond keywords and backlinks. While those fundamentals still matter, search engines like Google now prioritize… Continue reading on Medium »
I just installed Kubuntu 26.04. Installed the firefox-esr and firefox-esr-geckodriver packages from the mozilla ppa (after uninstalling the snap), as well as python3-selenium, and tried a simple python script, which used to work with 24.04: #! /usr/bin/env python3 from selenium import webdriver service = webdriver.FirefoxService('/usr/bin/geckodriver') options = webdriver.FirefoxOptions() options.add_argument('--headless') driver […]
I’m working with Windows 11, and I don’t want extensions to be hidden, even for known file types. This is clearly the case for my Windows explorer, as you can see in the following screenshot: The file “hosts” does not have an extension => OK! The file “hosts.ics” has a […]
I organize files fairly extensively however I dislike having to constantly navigate around the explorer file tree to change folders. I would like to add single-click buttons on the Windows Command Bar to simply instantly navigate to a folder. An example directory location: D:My DocumentsPicturesNatureWeather Maps For those who don’t […]
When using the Firefox browser (not Microsoft Edge), when I search on bing.com I see these little “Up to 2% cash back” prefixes to, or tags on, several search results. This is on Windows 10 22H2. When I click on the “cash back,” it pops up a “Microsoft Rewards” window. […]
Google Chrome has, for a little while now, had this very convenient option to format (aka pretty-print) URLs that return JSON. While is is good, it’s quite annoying to keep on refreshing and clicking on the button every time. Is there a way to make this checkbox permanently checked as […]
Understand the real reasons behind slow Magento stores and how to fix them for better performance and conversions Continue reading on Medium »
Magento 2 follows a structured release cycle managed by Adobe. Version 2.4.9 is expected to arrive in May 2026 as part of the platform’s… Continue reading on Medium »