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!
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 🚢.
Book of the week
PHP and MySQL Web Development (5th Edition) (Developer's Library)
by Luke Welling
PHP and MySQL are popular open-source technologies that are ideal for quickly developing database-driven Web applications. PHP is a powerful scripting language designed to enable developers to create highly featured Web applications quickly, and MySQL is a fast, reliable database that integrates well with PHP and is suited for dynamic Internet-based applications