Menu

#TypeScript

Suggested profile:👤 typescript

848 posts

Feed·
20 of 848 posts
📰
0

Reddit - Please wait for verification

TypeScript·/u/wiseduckling·2 days ago
#goHlUyZi

How do you deal with auto generated types coming from libraries you are using? The information on hover is very difficult for me to read/basically useless and I often end up going to look up documentation instead of just getting the info on hover.…

15s
Read More
📰
0

Reddit - Please wait for verification

TypeScript·/u/root0ps·2 days ago
#yG2KAtKe

pnpm 11 feels like the first Node.js package manager update in a while that actually improves supply chain security by default. Features like: minimumReleaseAge blockExoticSubdeps allowBuilds directly reduce the risk of malicious package installs in CI/CD…

15s
Read More
Reddit - Please wait for verification
📰
0

Reddit - Please wait for verification

TypeScript·/u/youngsargon·2 days ago
#IgxNp5Sb

I just published my first meaningful contribution to the Open-Source community. I created a Typescript 6 template that makes it easy to start a production grade app, I used Turborepo, Hono for the backend, Vite+TanstackRouter for the frontend, tRPC,…

15s
Read More
📰
0

Reddit - Please wait for verification

TypeScript·/u/masar314·2 days ago
#Ry0nuPiU

Is there any reason it behaves like that? function TestC(target: Function, context: ClassDecoratorContext) { console.log("constructor"); } function TestM(target: Function, context: ClassMethodDecoratorContext) { console.log("method"); } @TestC class Foo {…

15s
Read More
📰
0

Reddit - Please wait for verification

TypeScript·/u/mr_vengeance_72·2 days ago
#4Tg8cKlO

Hey, sharing something I've been building. KAIRO is a TypeScript HTTP framework where every request passes through a structured security pipeline before touching your handler. Think of it as Express but the middleware stack is a threat model.…

15s
Read More
📰
0

Reddit - Please wait for verification

TypeScript·/u/Kaisertoni·2 days ago
#fiIoH2u5

Every time I started a new Node.js API project I'd spend the first day wiring up the same stuff before writing a single line of actual business logic. So I built a boilerplate I'm happy with and open sourced it. Here's what's in it and why: No build step.…

15s
Read More
📰
0

Reddit - Please wait for verification

TypeScript·/u/FluxParadigm01·2 days ago
#nu8srMpL

We've been working on MoroJS for a while now. The problem we kept running into was that TypeScript APIs usually start simple, then slowly turn into a stack of decisions around the router: validation, OpenAPI, auth, rate limiting, queues, realtime,…

15s
Read More
📰
0

Reddit - Please wait for verification

TypeScript·/u/agriculturez·2 days ago
#TV0WHNHv

Hey everyone. I wrote a blog post on why tsgo uses so much memory. I had a hunch it was related to overhead due to multi-threading (which is true), so I poked around and learned some things: - tsgo creates a typechecker per thread - each .ts file is…

15s
Read More