What are some good resources for understanding admin side coding and UiComponents?

I have a fair bit of experience developing in Magento 2 frontend and have intermediate level of understanding of how the whole framework works on backend with Product, Sales orders, checkout etc. But for the life of me, I have never got into admin side coding with ui components. Every time I have to develop …

Linux Distro for hosting Magento 2?

I am using Ubuntu Server 16.04 (I know I am old school) for hosting Magento 2. But now I am planning to change the server OS, at least using Ubuntu 20.04 Just wondering, what Linux distro you guys are using (or recommend) for hosting Magento 2? submitted by /u/MagePsycho [link] [comments]

how to make the first product card in related product section have the hover effect by default

I have a requirement to do this I thought I just check what class is being added when products are hovered and add it by default to first child but I can’t seem to find what js code is adding the class can someone help? It probably should be in the catalog module since the …

How do I change the default filter?

I have some products that have the similar names, but are different types of products. For example, protein powders and protein pills. If I have products named “Protein-One-Powder” “Protein-Two-Powder” “Protein-One-Pill” “Protein-Two-Pill” ​ It displays: Protein-One-Powder, Protein-One-Pill, Protein-Two-Powder, Protein-Two-Pill ​ But I’d like it to be: Protein-One-Pill, Protein-Two-Pill, Protein-One-Powder, Protein-Two-Powder ​ The default grid on the …

Magento 2.4.4 released, patches for older versions also available

From release notes: Magento Open Source 2.4.4 introduces support for PHP 8.1. All project libraries and dependencies have been updated for compatibility with PHP 8.1. Core Composer dependencies and third-party libraries have also been upgraded to the latest versions that are compatible with PHP 8.1. This release also provides support for OpenSearch 1.2. This release …