Modern makefiles used the right way in 2020
Makefiles the right way: why they are still relevant in 2020 and how you should take advantage of them!
“The use of COBOL cripples the mind; its teaching should therefore be regarded as a criminal offense”
Best 7 links of week #52, 2019
Makefiles the right way: why they are still relevant in 2020 and how you should take advantage of them!
Since the release of Node.js v10.5, multithreading has never been easier thanks to Worker Threads. In this article you will learn what exactly the worker thread module is and when you can take advantage of it.
This article delves into the lower level ideas of the JavaScript language: values, variables, objects, functions, closures, prototypes, etc. A very good guide to understand JavaScript a little bit better!
How advertisers track people on the internet? You’re looking at a product online, and a day later see an ad for the same boots or whatever that you were looking at. This is called re-targeting and it is possible thanks to techniques such as tracking pixels.
NPM lockfile are hard to review and they can be used to specify where the package source code is actually coming from. This is very dangerous and this article describes exactly how and what can you do to protect your project.
A checklist to improve React projects performance strep by step.
Guide for security professionals performing AWS cloud security reviews or pen tests. These methods can be used in practice and explained clearly to clients.
by Matthias Biehl
this book is packed with best practices on many technical aspects of RESTful API Design, such as the correct use of resources, URIs, representations, content types, data formats, parameters, HTTP status codes and HTTP methods. You want to design and develop APIs like a Pro? Use API description languages to both design APIs and develop APIs efficiently. The book introduces the two most common API description languages RAML and OpenAPI/Swagger