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