Hi! My name is Irene Iaccio, I'm a developer with 15+ years of experience. This is the blog where I share tips and thoughts about tech, life and everything in between.
About me
Only a few years ago you could hear surreal discussions about the subtle differences between “frontend developer”, “frontend engineer”, “frontend designer” and a bunch of other random job titles.
Some sentences get repeated so often they become boring clichés, you know? Well, in the world of developers, there was “generative AI is an accelerator” or “It’s a multiplier, if the value is zero, the result is zero.”
AI Revolution? Will an LLM steal my job? Here’s what has really changed in my work since artificial intelligence began to be used at scale.
The Factory Method pattern belongs to the group of creational design patterns. Its main purpose is to create configurable objects based on given data.
The sixty-four-dollar question: what’s the difference between implementing a and extending a class? Let’s make things clear in no time.
Since I am super short-sighted myself, I side with those who have poor eyesight. That’s why today I’m telling you how to test websites for the most common vision defects with Google Chrome.
In ES6 (ECMAScript 6) JavaScript modules, you can export values from a module and import them into another module. This is great because it allows you to organize, modularize and reuse code in a very efficient way.