Issue 2022-W38

Published on

Subscribe to new issues of the bulletin via the RSS feed or via email.

This week has been about patterns in Rust, a TypeScript schema validation library, JavaScript memory leaks, JSON visualisation, a modern regular expression language and the data-driven cargo cult.

# Pomsky

A portable, modern regular expression language.

# memlab

An end-to-end testing and analysis framework for finding JavaScript memory leaks and optimization opportunities.

# Zod

A TypeScript-first schema declaration and validation library enabling type-checking at runtime.

# JSON Crack

A tool to visualise JSON as an interactive graph.

# Design Patterns with Rust Types

An article introducing patterns and tricks to take advantage of Rust's type system for clean and safe code.

# Be good-argument-driven, not data-driven

An article on the abuse of the “data-driven” cargo cult.