Hi! my name is Irene Iaccio, I'm a freelance Javascript developer. This is the blog where I share tips and thoughts about tech, life and everything in between.
About me
This post is just a summary repost of Magento2 icons with their variable names. First of all, it’s useful to me because I always end up trying them all until I find the icon I need. I hope it can be useful for someone else too.
This is a very common question that can be answered in many ways. In this post, I will share a tip that I think is clean and elegant.
A few months ago everyone updated their job title on LinkedIn to AI Expert, there are now more AI experts than CEOs in my own company. Ok, I’m not an expert at all, I’ve done some experiments on chatGPT and I have many doubts.
The Hyvä React Checkout is one of the nicest open source things the Hyvä team has developed in recent years. As mentioned in the readme, it’s not a ready-to-use module, but rather a fast and flexible tool to build a custom Checkout for Magento2.
Memoization is a caching technique that consists in saving the result of an expensive function and returning it if the same inputs are provided again. In short, it’s like having a “no smoking” sign inside a restaurant instead of going to each customer and asking them not to light their cigarettes.
How to deal with sitemap in Hugo? Well, you don’t need to do anything, Hugo will generate a complete sitemap for you during the build. That’s cool. But what if you wanted to change the structure or remove some pages?
Let’s be honest, as developers we are annoyed by people who test our code and find dozens of errors. I get it but good QA engineers really save our asses, be kind to them.