cover image
Claude Code’s Real Secret Sauce Isn’t the Model
31 Mar 2026
sebastianraschka.com

Skimming the leaked Claude Code TypeScript snapshots suggests that much of its coding performance comes from the surrounding software harness, including repo context, tooling, caching, memory, and subagents.

cover image

Why every Python developer should give TypeScript a serious look (and how to get productive fast)

cover image

TypeScript 5.5 brings a set of new features and performance enhancements for an upgraded standard for JavaScript development.

cover image

I have been working with typescript for almost a year now, and I have learned and implemented a lot...

cover image

TypeScript Fundamentals in One Place 1. Introduction Programming...

cover image

This tutorial will show you how to get started with TypeScript, including the installation process, writing some code, and compiling it to JavaScript.

Tutorial
14 Dec 2021
typescriptlang.org
cover image

About a year ago I wrote a guide on how to migrate to typescript from javascript on node.js and it g...