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
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.
“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.