Search
48 results
People
-
Sreetam Das Indian software developer working with React and TypeScript; writes and publishes a newsletter at sreetamdas.com.
-
Joe Previte American software engineer; worked on code-server at Coder and teaches TypeScript and open-source contribution. Publishes at joeprevite.com.
-
Anders Hejlsberg Danish software engineer and Microsoft technical fellow, creator of Turbo Pascal and Delphi and lead architect of C# and TypeScript.
-
Dillon Mulroy …2026, on agents and developer tooling. Streams TypeScript, OCaml and Neovim on Twitch, and wrote the better-result library after writing…
Said and published
-
json-schema-to-typescript — Compile JSON Schema to TypeScript type declarations
-
anti-slop — Opinionated Oxlint rules for rejecting low-evidence TypeScript and JavaScript patterns
-
can solve navier-stokes but can’t write a maintainable typescript abstraction smh
-
herdr-ts-sdk — Effect-native TypeScript SDK for Herdr's local protocol-21 socket API
-
Why the fuck does ubuntu disable TypeScript typestripping in the node they distribute? I'm low key mad right now.
-
better-result — Lightweight Result type for TypeScript with generator-based composition.
-
typecheck-modules — Typecheck one or more TypeScript files while resolving TypeScript from the target module(s)
-
Effect
i will never start another typescript application or project without @EffectTS_ it’s reached critical enough adoption, provides distinct tailwinds to agents, and has great cloudflare support
-
sreetamdas.com — Personal website built with Next.js, TypeScript and Styled-components
-
Y pensar que alguna vez codeé coffeescript durante un año entero 😅 Linda forma de atar un codebase, la idea era buena en el fondo, pero typescript le ganó la batalla sin duda (y quizá sin pelearla).
-
…- now ~2000x faster on large files thanks to @daniel - and now has full typescript types (also @daniel) Still…
-
…~2000x faster on large files thanks to @danielroe.dev - and now has full typescript types (@danielroe.dev again) Still…
-
If you can use Effect for TypeScript, you should -- to the point of not starting a new project without it.
every time i’ve built something without effect over the past almost 3 years ive come to deeply regret it and wish i had just done it from the start
-
I’m seeing teams at Vercel iterate just as fast on Zig, Go, Rust projects as TypeScript & Python ones. The days of language or runtime choice based on human convenience are over. Agents are the new compilers. They…
-
tango — Monolith Go and TypeScript starter project with Kong CLI, koanf, Chi router, and built-in OAuth server.
-
TypeScript — Microsoft
TypeScript - I can't imagine building JavaScript projects without TypeScript.
-
emulate — Vercel
New: emulate a GitHub App in a few lines of TypeScript Generated App keys, installation auth and stateful repository APIs Develop locally, test in CI or give sandboxed agents their own isolated GitHub environment
-
ts-errors — Look up any TypeScript error: humanized explanations + side-by-side broken/fixed examples with real squiggles.
-
advent-of-code — Advent of Code in Elixir and TypeScript
-
json-schema-to-typescript-browser — Browser demo for json-schema-to-typescript
-
Rust's least mature area is the front end: write the backend in Rust and the front end in TypeScript rather than shipping Rust to the browser through WebAssembly.
…Web Assembly and then run it on the web as a front end as a replacement for TypeScript. But if I was writing a web server, I would totally use Rust for the back end and TypeScript for the front end. I would not really…
-
For a TypeScript team, Rust belongs on the backend — API servers — and not in the front end.
But okay, so to begin with, I think when it comes to TypeScript, Rust fits in as the backend language. That's where I would put it. I wouldn't use it in the front end. I think it's a pretty good fit for backends, API…
-
Zod
Zod - A great schema declaration and data validation library for TypeScript.
-
tanstart — This is funstack, a starter template featuring TanStack libs (Start, Query, DevTools), Tailwind CSS, TypeScript, and Vite. Build for fun.
-
Discriminated unions are the most important TypeScript feature, and everyone should be using them more.
the most important typescript feature is discriminated unions and everyone should be using them more
-
The language best suited to AI is simply the one the models have seen most of in training, which is why they do so well on JavaScript, TypeScript and Python.
…right? And that's why you could argue AI does really well on JavaScript and TypeScript and Python because it's seen an awful lot of…
-
The most-cited study showing that language design affects software quality rests on misclassified repositories.
So the intermediate result appears to not be that TypeScript is reliable, but that projects mis-identified as TypeScript are reliable.
-
ansi-to-img — Convert ANSI terminal output into PNG images from the command line.
-
…tech 10:14 How Matt got into open source 12:58 Joining Vercel 18:39 Total TypeScript 23:21 AI’s impact on technical education 30:32 Building reusable skills for AI coding agents 40:46 The “smart zone” vs the “dumb…
-
Visual Studio Code — Microsoft
My primary code editor. Extensible, fast, and has excellent TypeScript support. The integrated terminal and Git features are fantastic.
-
SvelteKit
elements, JavaScript reigns supreme. SvelteKit's efficiency and reactivity make it my framework of choice, and TypeScript's type annotations bring a welcome layer of confidence to my codebase.
-
The Impossible Triangle of LLM Infra
-
svelte-dad-joke — A small Svelte/TypeScript project with Netlify serverless functions. Uses the Dad Joke API to get random jokes or search jokes with query parameters.
-
What makes TypeScript unlike almost every other language is gradual typing: you can have types, but you do not have to.
The thing that makes it interesting, I think, and and unlike pretty much any other programming language is the gradual typing. This This notion that you can have types, but you don't have to have types.
-
vibecoded-tetris — A modern, web-based design tool built with React, TypeScript, and Canvas API. Create, edit, and manipulate shapes, text, images, and freehand drawings with a professional Figma-lik…
-
…(Ajax) to something that has changed all of software engineering (Node, TypeScript). An amazing adventure…
-
vr-site — My personal website built with NextJS and TailwindCSS using contentlayer as CMS. 100% Typescript
-
Because its types are erased before the program runs, TypeScript can afford not to be sound: checking 99% beats the 0% JavaScript checked, and buys features a sound language cannot offer.
So, if we're checking 99% instead of 100%, well, heck, that's better than the 0% that JavaScript checked, right? And it gives you like language features that no other languages can provide because they can't get to 100%.
-
A proprietary language licensed from Microsoft had zero chance in the JavaScript ecosystem: TypeScript had to be open source or nobody would come.
And we we full well knew that there was absolutely zero chance that we would appeal to the JavaScript ecosystem with a proprietary programming language licensed from Microsoft. No. No one was going to come. It had to be…
-
People adopted TypeScript for the tooling, not the types: an erasable type system is worth having because of the productivity the tooling built on it delivers.
And the reason they came, I think, is absolutely because of the the better tooling. And I think we were totally right there that like adding a an erasable type system and then using that to enable great tooling is…
-
React and TypeScript developers are infantilized by the ecosystem's thought leaders; anything beyond a simple CRUD app will need generics, mapped types and memoization.
…of the developers using and working in it. I’m tired of reading takes like TypeScript generics, mapped types, etc should only be needed and used by library authors for most use cases. Or today’s discourse; Don’t use…
-
Go — Google
My go-to languages are TypeScript for web stuff, Go for CLIs and Swift if it needs to use macOS stuff or has UI. Go wasn’t something I gave even the slightest thought even a few months ago, but eventually I played…
-
VS Code — Microsoft
…keybindings. Having started a React Native project, the native support for TypeScript with VS Code made this switch a no-brainer. Having used it for a bit now, I can't see myself turning…
-
A programming language is a ten-year play: version one has issues, version two fixes them, version three is finally good — and only then does adoption start.
…at the the stuff I worked on, it it it goes in 10-year cycles at least. And TypeScript didn't really, for example, or C# for that matter. I mean, it took it it takes 10 years to get to, you know, version one is great,…