Issue #279 · June 27, 2022

Vitest

“There are two ways to write error-free programs; only the third one works”

Vitest

Vitest

A blazing fast unit test framework powered by Vite. It is compatible with Jest and it supports TypeScript, ESM and JSX out of the box!

Articles

Object VS Map in JavaScript

When should you use a plain JavaScript object as a map or when you should use the more specific Map class instead? Which one is faster, which one uses less memory and under which circumstances? In this article you will find some interesting answers to these questions! Spoiler: there is no silver bullet, it always "depends".

AbortController is your friend

The AbortController is ostensibly for fetch, but it has some other ways we can use it too. Do you need examples outside fetch? What about closing websocket connections, or removing event handlers, or even React hooks?

The cost of convenience

It is tempting to build abstractions so developers have to do less and build more. However, this can easily end up causing frustrations with developers if not done right.

Book of the week

AI as a Service

AI as a Service

by Eóin Shanaghy & Peter Elger

Companies everywhere are moving everyday business processes over to the cloud, and AI is increasingly being given the reins in these tasks. As this massive digital transformation continues, the combination of serverless computing and AI promises to become the de facto standard for business-to-consumer platform development—and developers who can design, develop, implement, and maintain these systems will be in high demand! AI as a Service is a practical handbook to building and implementing serverless AI applications, without bogging you down with a lot of theory. Instead, you'll find easy-to-digest instruction and two complete hands-on serverless AI builds in this must-have guide!