These last couple of days I have been working for a company that contacted me because they where suffering from some "hacking" problems on their website. The company is run by two hardworking entrepreneurs, who know a lot about how to run a successful bus... (more…)
Read more »
Maintaining medium to large projects is a pain. Even if you try to split things up into multiple files, you start to realize that managing imports starts getting ugly. I'd be lying if I said my files never looked like this: (more…)
Read more »
How Array.isArray works, and how we can use symbols to create our own type-matching functions. (more…)
Read more »
Have you ever played Google Dinosaur/T-Rex Game in chrome? I hope you did, whenever your internet goes down. To be honest, it’s a really addicting… (more…)
Read more »
Despite writing JavaScript almost every working day for the past seven years, I have to admit I don’t actually pay that much attention to ES language announcements. Major features like async/await and Proxies are one thing, but every year there’s a steady... (more…)
Read more »