TypeScript logoTypeScript

Over the last several years, TypeScript has been coming on strong with the idea that static types get out of your way and provide deep benefits to code bases of all shapes and sizes, while allowing the flexibility of dynamic types when needed.

TypeScript is a great idea that provides a mature ecosystem, building on top of the ECMAScript we (mostly) all love, while adding protection and resilience to our application without a lot of added hassle or pain.

Love them or hate them, static types are here to stay, and at the very least an interesting concept that deserves inspection and conversation.

325 results
found for "
*
"

Search Results

Build Better Tools in Claude Skills with Scripts

lesson by John Lindquist

Type-Safe Cursor Hooks with the cursor-hooks Package

lesson by John Lindquist

Level Up Cursor Hooks with TypeScript and Bun

lesson by John Lindquist

Build an Autonomous Agent with Pre-Approved Tools

lesson by John Lindquist

Turn Your AI Agent into a Reusable Command-Line Tool

lesson by John Lindquist

Create Your First Custom AI Agent in Minutes

lesson by John Lindquist

Enforcing Structured Output with JSON Schema and Zod in Claude Code workflows

lesson by John Lindquist

Advanced TypeScript Tricks for Cleaner, Safer Code

article by Matías Hernández

Create a Simple GitHub Issue Search MCP Server using Cursor

lesson by Ákos Kőműves

Advanced Type Checks with Zod

course by Tomasz Ducin

Domain Data Modelling using TypeScript Aliases, Brand Types and Value Objects

course by Tomasz Ducin

Verify if some literal value satisfies a given type

lesson by Kamran Ahmed

Build a Queue data structure in TypeScript

lesson by Paul McBride

Create the Stack data structure using TypeScript

lesson by Paul McBride

Use the Typescript keyof operator to create a custom type based of an object

lesson by Matías Hernández

Return the Length of a Linked List

lesson by Paul McBride

Find the Index of a Linked List Node by Value

lesson by Paul McBride

Get the Value of a Linked List Node by Index

lesson by Paul McBride

Delete a Linked List Node at a given Index in TypeScript

lesson by Paul McBride

Insert values into a TypeScript Linked List with insertAt

lesson by Paul McBride

Create a Linked List in TypeScript

lesson by Paul McBride