A TypeScript Class-Based WebSocket Library for React A practical WebSocket setup for React using TypeScript classes and TanStack Store Published onMarch 10, 2026typescriptfrontendreactwebsocketsMax TroostFrontend lead RotterdamRead more
Building a Winter Olympics Slack Bot with AI-Generated Bilingual Messages A deep dive into building a Slack bot that keeps colleagues informed about Dutch athletes at the 2026 Winter Olympics, featuring AI-generated bilingual messages, dynamic schedule discovery, and enthusiastic sports commentary. Published onFebruary 3, 2026aitypescriptserverlessDave BitterGoogle Developer Expert Web & Developer AdvocateRead more
From If-Else Hell to Clean Architecture with Function Registry Pattern Stop writing giant if-else blocks for data transformation. Build clean, extensible code with the Function Registry pattern instead. Published onSeptember 30, 2025JavaScriptReactTypeScriptArchitectureDesign-PatternsMohsen MahabadiSenior Frontend DeveloperRead more
JavaScript Logical Operators: A practical perspective in TypeScript This article approaches logical operators from a practical perspective by giving more real-life examples and describing guidelines on when to use what. Published onJuly 22, 2024JavaScriptTypeScriptAnthony BendelerWeb DeveloperRead more
Making Web Workers enjoyable In a single threaded environment Web Workers allow for offloading intensive tasks to keep the main thread free and responsive. Published onJuly 5, 2024frontendweb-workersjavascripttypescriptRavindre RamjiawanFrontend DeveloperRead more
ECMAScript Explicit Resource Management early implementation in TypeScript 5.2 The TypeScript implementation of the using and await using declarations from the TC39 Explicit Resource Management proposal, which is currently at Stage 3 Published onSeptember 8, 2023typescriptweb-developmentjavascriptMohi BagheraniSoftware EngineerRead more