Issue #143 · December 30, 2019

Modern makefiles used the right way in 2020

“The use of COBOL cripples the mind; its teaching should therefore be regarded as a criminal offense”

Best 7 links of week #52, 2019

Articles

Node.js multithreading

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.

What Is JavaScript Made Of?

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 tracking pixels work

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.

AWS permission escalation techniques

Guide for security professionals performing AWS cloud security reviews or pen tests. These methods can be used in practice and explained clearly to clients.

Book of the week

RESTful API Design

RESTful API Design

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