Issue #98 · February 4, 2019

Data Structures for Coding Interview

“It has become appallingly obvious that our technology has exceeded our humanity”

Best 7 links of week #5, 2019

Articles

Node.js multithreading

What are Worker Threads and why do they matter? Since the release of Node.js v10.5.0 there’s a new worker_threads module available. In this post, you will learn why we need it.

Everything you should know about certificates and PKI

PKI is really powerful, and really interesting. The math is complicated, and the standards are stupidly baroque, but the core concepts are actually quite simple. Certificates are the best way to identify code and devices, and identity is super useful for security, monitoring, metrics, and a million other things. Using certificates is not that hard. No harder than learning a new language or database. It’s just slightly annoying and poorly documented.

RE:DOM

Tiny (2 KB) turboboosted JavaScript library for creating user interfaces.

Medium stack

The Stack That Helped Medium Drive 2.6 Millennia of Reading Time. From the team organisation to the actual technological evolution that the platform undertook to support the ever increasing traffic.

Book of the week

PHP and MySQL Web Development (5th Edition) (Developer's Library)

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