Q“Quentin “Armaldio” Goinaudinblog.armaldio.xyz·Feb 24, 2021 · 3 min readThe Map functionToday's lesson is about the map function. What is Map ? The map function is a functional-inspired function that applies a given function to every element of an Array. How do you use it ? const array = [10, 11, 12, 13, 14]; const fn = element => eleme...00
Q“Quentin “Armaldio” Goinaudinblog.armaldio.xyz·Aug 24, 2017 · 4 min readMonetizing a website with cryptocurrenciesMonetization is a very vast subject on the web. Ads can be put inside games or under an article. They can be intrusive or not. They also can be blocked. So, what’s the point and what is the future of ads on the internet? Well, even if annoying somet...01G
Q“Quentin “Armaldio” Goinaudinblog.armaldio.xyz·Aug 3, 2017 · 8 min readProgressive Web AppsDuring this week, I had to develop a Progressive Web App (PWA). Here, I will let you know about some awesome pieces of technology that everyone should use to make the web better. I will not go on the topic "Native is faster, cleaner, better, ...", I ...00