Search Articles — Sudonull

Search Results

In this project

HKT in TypeScript: emulation and practice

https://sudonull.com/hkt-in-typescript-emulation-and-practice

Learn how to emulate Higher-Kinded Types in TypeScript without code duplication. Kind-mappings, hkt-toolbelt libraries, implementation challenges. For middle/senior dev.

TypeScript Contracts Next.js App Router

https://sudonull.com/typescript-contracts-next-js-app-router

How to use TypeScript as a contract system in Next.js: server-client, params-domain, states. Code examples, payload types, union for states. For middle/senior.

API Validation in runtime with Zod and TypeScript

https://sudonull.com/api-validation-in-runtime-with-zod-and-typescript

Learn why TypeScript doesn't check API responses in runtime and how Zod solves the problem. Code examples, libraries, integration. Protect your frontend from bugs.

PropertyDescriptors for TypeScript schema validation

https://sudonull.com/propertydescriptors-for-typescript-schema-validation

Type-safe object validation with PropertyDescriptors: descriptor tree, introspection, extensions. Integration with Standard Schema v1. Create a reliable schema without string paths.

TypeScript 6.0: new compiler and features

https://sudonull.com/typescript-6-0-new-compiler-and-features

TypeScript 6.0 prepares for tsgo compiler: #/ imports, Temporal API, Map upsert. tsconfig changes for speed. Detailed breakdown for developers.

From the web

TypeScript: JavaScript With Syntax For Types.

https://www.typescriptlang.org/

TypeScript extends JavaScript by adding types to the language. TypeScript speeds up your development experience by catching …

TypeScript Tutorial - W3Schools

https://www.w3schools.com/typescript/index.php

Get Certified Examples in Each Chapter Our "Try it Yourself" editor makes it easy to learn TypeScript. You can edit TypeScript code …

The starting point for learning TypeScript

https://www.typescriptlang.org/docs/

Playground Tools in En TypeScript Documentation Get Started Quick introductions based on your background or preference. TS for …

TypeScript - Wikipedia

https://en.wikipedia.org/wiki/TypeScript

Prior to version 7, the TypeScript compiler, named tsc, was written in TypeScript and compiled into regular JavaScript, allowing it to …

TypeScript Tutorial - GeeksforGeeks

https://www.geeksforgeeks.org/typescript/typescript-tutorial/

Mar 11, 2026 · TypeScript is a superset of JavaScript that adds extra features like static typing, interfaces, enums, and more. …

GitHub - microsoft/TypeScript: TypeScript is a superset of JavaScript ...

https://github.com/microsoft/TypeScript

TypeScript adds optional types to JavaScript that support tools for large-scale JavaScript applications for any browser, for any host, …

TypeScript Introduction - W3Schools

https://www.w3schools.com/typescript/typescript_intro.php

TypeScript is a syntactic superset of JavaScript which adds static typing. This basically means that TypeScript adds syntax on top of …

typescript - npm

https://www.npmjs.com/package/typescript

TypeScript is a language for application-scale JavaScript. TypeScript adds optional types to JavaScript that support tools for large …

Announcing TypeScript 7.0 - TypeScript - devblogs.microsoft.com

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/

Jul 8, 2026 · TypeScript 7.0 is a major milestone in the TypeScript project. This port has been the primary focus of our team for over a …

TypeScript - Glossary | MDN

https://developer.mozilla.org/en-US/docs/Glossary/TypeScript

4 days ago · TypeScript is a programming language that adds static type checking to JavaScript. TypeScript is a superset of …

Trending Now