RSSAmplifier

Blog

Arend van Beelen

Author, entrepreneur, and philosopher.

arendjr.nlRSS feed ↗13 posts

Latest posts

Biome Type Inference: A Look Behind The Scenes

An in-depth exploration of the architecture powering Biome's type inference.

Biome's Approach to Multi-File Analysis

Explaining My Vision for Biome Multi-File Analysis

Singletons in JavaScript

Various ways of using singletons in JavaScript, with their pros and cons

Post-Architecture: Premature Abstraction Is the Root of All Evil

Practical tips that allow you to build an evolving architecture

Post-Architecture: What It Is And What It Isn't

On the implications of defining the architecture after you build the product -- part II

Post-Architecture: An Open Approach to Software Engineering

On the implications of defining the architecture after you build the product

Writing exhaustive switch statements in TypeScript

A little trick that can help make switch statements more type-safe

In search of a better Bevy UI

This post explores how we improved upon Bevy's out-of-the-box UI experience for our Sudoku Pi project

Why I'm excited for Biome's type inference

An overview of what Biome's upcoming type inference is planned to do, and why I'm excited for it.

MVP: The Most Valuable Programmer

The Most Valuable Programmer isn't a concrete concept. Rather, it's a goal that you strive towards for becoming the best version of yourself.

JavaScript Pipe Operator Proposal: A Battle of Perspectives

A deep dive into the pros and cons of the proposals for a JavaScript pipe operator

Advanced Redux: How to create multiple instances of a state slice

This post describes a technique for creating multiple instances of a Redux state slice within the same store.

How I made text-clipper the fastest HTML clipping library

An overview of JavaScript optimization techniques for optimizing text analyzers