Skip to content

Instantly share code, notes, and snippets.

View lantzbuilds's full-sized avatar

Lantz Warrick lantzbuilds

View GitHub Profile
@lantzbuilds
lantzbuilds / event-emitter-candidate.md
Created May 4, 2026 16:12
Frontend Engineer - Event Emitter Coding Exercise (Candidate Instructions)

Event Emitter — Cascade AI Coding Exercise

Overview

Build a type-safe event emitter in TypeScript. Get as far as you can in 20 min.

Requirements

Implement the following methods:

@lantzbuilds
lantzbuilds / virtual-list-candidate.md
Created May 4, 2026 16:12
Frontend Engineer - Virtual List Calculator Coding Exercise (Candidate Instructions)

Virtual List Calculator — Cascade AI Coding Exercise

Overview

Build a virtual list calculator that computes which items to render in a scrollable viewport. Get as far as you can in 20 min.

Requirements

Implement the following methods: