Issue #225 · August 23, 2021

Windy, A React UI Kit Powered by Tailwind

“Errors using inadequate data are much less than those using no data at all”

This issue is kindly sponspored by:

We help upcoming influencers and businesses do big things ๐Ÿš€

Start scheduling content today for free here.

Articles

Node.js Security - OWASP Cheat Sheet Series

This cheat sheet lists actions developers can take to develop secure Node.js applications. Each item has a brief explanation and solution that is specific to the Node.js environment.

A Tale of Two Copies

It was the best of times, it was the worst of times. That's when I hit a performance mystery that sent me down a multi-day rabbit hole of adventure. I was writing some code to take some entries, append them into a fixed size in-memory buffer, and then flush that buffer to disk when it was full.

What's new in ES2022?

In this article, we briefly talk about what's new in ECMAScript 2022 and what features has been added to JavaScript in the last few years.

HTTP/3 From A To Z: Core Concepts (Part 1)

What exactly is HTTP/3? Why was it needed so soon after HTTP/2 (which was only finalized in 2015)? How can or should you use it? And especially, how does this improve web performance? Letโ€™s find out.

Rust Adventure

This short e-mail course will provide an enjoyable introduction to the Rust programming language. Are you curious to find out what's all the hype about? This is a great way to do that :)

Book of the week

JavaScript: The Good Parts

JavaScript: The Good Parts

by Douglas Crockford

Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a wholeโ€”a subset you can use to create truly extensible and efficient code. Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation.