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
“What the fuck code is this? I’ve said a thousand times to use strict operators, you don’t care about the quality of the project!” If you find yourself thinking things like that when doing code reviews this post is for you.
During the development of an application we often need to simulate the response to an API call without having a real endpoint available.
Npm is an excellent package manager for JavaScript and for sure it’s the first choice when it comes to managing packages and dependencies, but sometimes we just need to install a library from GitHub.
Hugo supports by default just two taxonomies, tags and categories, but of course you can add whatever you need to create your perfect blog.
Do you only have a few minutes to install everything you need to have Shopware Pwa locally? Are you afraid of having to stay there all night? Don’t worry, here’s how to do everything in less than twenty minutes. Ready?
The latest JS standard while I’m writing is Ecmascript 2023, shortly ES14. It includes several functions to manage arrays. Let’s see them.
What does pixel perfect mean? In frontend development slang, a web page perfectly identical (to the pixel) to the design provided is called pixel perfect.