Learn Trapping Rain Water, Top K Frequent and Selection Sort with Step-by-Step Visualization in DSA View View 👀👀
Hoi hoi! I’m @nyaomaru, a frontend engineer who has been obsessed with ramen lately. 😸🍜 Have you... Read More
Your source for the latest news in the TypeScript community
Hoi hoi! I’m @nyaomaru, a frontend engineer who has been obsessed with ramen lately. 😸🍜 Have you... Read More
A flat log can tell you that five things happened. It often cannot tell you which operation caused... Read More
This week was a high-output sprint across the stack—from low-level p2p networking in Python to... Read More
Hoi hoi! I’m @nyaomaru, a frontend engineer who is surprised by how cold it is in the Netherlands... Read More
Hoi hoi! I’m @nyaomaru, a frontend engineer who struggles to make game sounds. 😿 Have you used DSA... Read More
I was at a conference recently and watched Joel Hooks talk about Effect. Effect homepage h1... Read More
TL;DR Write the rules into AGENTS.md or a skill file and the agent still will not follow... Read More
I ship Codenames AI, a web game. Each game mode keeps its own save in localStorage. Reload the tab,... Read More
Old Light is a browser strategy game where a tab can stay open for days. The client holds a full copy... Read More
I did not need Jev to beat Claude or Kimi on a benchmark. I needed to know whether I could trust it... Read More
This is a slightly unusual post. After almost 20 years of writing software, creating and leading an... Read More
I write mostly TypeScript and some Go. When I switch back from Go, I miss explicit error returns. A... Read More
A complete guide to NestJS's testing module: how overrideProvider really wires mocks, why get() fails on scoped providers, and using useMocker. Read More
A date utility that calls .setDate() and returns the same object looks pure. It isn't — Date is mutable, so the caller and everyone else holding that reference get changed out from under them. Temporal, now shipping in real browsers, fixes it by making dates immutable. Read More
Repo: https://github.com/UribeJr/pokedev Most editor pets are wallpaper. Cute? Sure. Connected to... Read More
I built a calculator for BaZi — Chinese "Four Pillars" birth charts. Whatever you think of the... Read More
You inherit a codebase. A file called checkout.ts is causing problems. You ask three... Read More
Type Your Real Password Into a Random Website. What Could Go Wrong? Go search "password... Read More
The bill that made no sense A signature is about 400 bytes of JSON and a hash. Every big... Read More
Every resume builder is a form. Building the actual editor meant event sourcing, a page-break planner, and a PDF that matches the screen exactly. Read More
Play it: https://minjia-hu.github.io/retro-arcade/ Source:... Read More
Compilers always felt like this mysterious black box to me. Code goes in, magic happens, a program... Read More
Claude Code writes a JSONL transcript for every session, and another one for every subagent it... Read More
I have a folder on my computer called tax-shit. It contains 47 PDFs from five different tax... Read More
TanStack Charts Introduced with a Framework Agnostic Grammar of Graphics for TypeScript infoq.com
Cutting Node.js Memory Footprint with HyperLogLog and Count-Min Sketch in TypeScript SitePoint
Migrating the GitHub Copilot runtime to Rust, using Copilot The GitHub Blog
Microsoft Bets TypeScript's Future on a Native Compiler ADTmag
TypeScript 7 Arrives to Rock VS Code with Go-Powered Speed Visual Studio Magazine
Updating TypeScript version support in AWS SDK for JavaScript v3 Amazon Web Services (AWS)
Anders Hejlsberg Interview - Creator of TypeScript: 10x Faster Typescript, Why AI Won't Replace SWEs Thurrott.com
Revving up Microsoft’s 10x faster TypeScript 7 infoworld.com
Watch TypeScript creator Anders Hejlsberg on The Peterman Pod Microsoft
RAG Citation Verification: Building Deterministic Byte-Span Validators in TypeScript SitePoint
Microsoft Releases TypeScript 7.0 with a Native Go Compiler, Delivering 10x Faster Builds infoq.com
TypeScript 7.0 RC Moves Microsoft's Go Rewrite Into the Mainline Compiler Visual Studio Magazine
Go-based TypeScript 7.0 reaches release candidate stage infoworld.com
AI Agent Tool Manifests with TypeScript & JSON Schema SitePoint
TypeScript 6.0 Ships as Final JavaScript-Based Release, Clears Path for Go-Native 7.0 Visual Studio Magazine
Go-based TypeScript 7.0 arrives infoworld.com
Spec-Driven Development: Enforcing Architectural Contracts for Coding Agents SitePoint
Mitigating AI Agent Context Injection in TypeScript SitePoint
TypeScript 6.0 Migration: What Changed and How to Adapt Your tsconfig SitePoint