Shane Yu

Technical & personal journal

Building things and thinking out loud

Library Filter

Refine your search

Filter by topic:
TypeScriptNode JS
4m read

Why You Should Use Maps in JavaScript and TypeScript Instead of Arrays

Learn why Maps can outperform arrays in JavaScript and TypeScript for key-value storage, flexible key types, and efficient lookups. Discover best practices and examples for using Maps in your TypeScript code.

TypeScriptNode JS
4m read

Achieving Immutability in JavaScript and TypeScript

Let's explore how to achieve immutability in JavaScript and TypeScripts, which is essential for creating stable and predicable code.

TypeScriptNode JS
1m read

How to generate a range of numbers using ES6

Here you can see a handful of examples showing how to generate a range of numbers using ES6. Examples include ability to specify a start and end value as well as the step value to use.

TypeScriptNode JS
6m read

Building a High-Performance Monorepo with a Modern Tech Stack

Discover how to build a high-performance monorepo using modern tools and best practices for an optimized developer experience.