"It has become appallingly obvious that our technology has exceeded our humanity"
|
—
Albert Einstein,
Scientist
|
|
|
|
|
With everything that is happening in the tech industry, you might currently be on the hunt for a new role (and in fairness, in tech, we are always on the lookout for new exciting opportunities)... So you are thinking about rewriting your CV. But how can you make it stand out? In this article you can get the perspective of someone looking at tons of tech CV and learn about what they value the most.
|
|
|
|
Forget about `lodash`, now JavaScript has a built-in function for deep cloning objects. It's called `structuredClone` and in this article, there's everything you need to know to start being proficient with it!
|
|
|
|
If you are looking for a simple trick to spice up your website, here's an interesting idea: page transition effects. This library called barba.js makes it very easy to achieve and it's extremely configurable, so you can customise the 💩 out of it!
|
|
|
|
In this article, you'll learn how to build a secure API gateway from scratch using only Node.js and a couple of open-source packages. All you need is basic knowledge of your terminal, Node.js version 14 or later, and JavaScript. And you'll be learning a few interesting things about security, which is always a nice bonus!
|
|
|
|
As a software developer, you are probably seeing floating point variables pretty much everywhere. But you should also know that floating points are a nice abstraction that is effective but not always accurate. So what are the pitfalls to be aware of and what are some examples of what can happen when floating point maths goes bad?!
|
|
|
|
Dithered images are extremely fascinating. I mean, how cool it is that you can get the feeling of greyscale pictures with just plain black-and-white colors (yes, 2 colors only)?! This article showcases a fantastic web component that you can use to create dithered effects with your images.
|
|
|
|
If you are trying to ship a Node.js application to production you might want to check out this particular article and learn what are some of the most common errors and address them before shipping time 🚢.
|
|
|
|