29 May 26
22 Mar 26
Learn modern web development with expert-led courses, tutorials, and workshops. Master React, TypeScript, Next.js, AI tools like Claude Code and Cursor, and more with hands-on video lessons.
Learn modern web development with expert-led courses, tutorials, and workshops. Master React, TypeScript, Next.js, AI tools like Claude Code and Cursor, and more with hands-on video lessons.
21 Mar 26
01 Dec 25
Learning PyTorch: tensors, operations, linear regression, datasets, dataloaders, and computer vision
27 Oct 25
FTA (Fast TypeScript Analyzer) is a super-fast TypeScript static analysis tool written in Rust. It captures static information about TypeScript code and generates easy-to-understand analytics that tell you about complexity and maintainability issues that you may want to address.
FTA uses swc to parse your code then runs various analytical routines against it to understand how complex and maintainable it is likely to be. JavaScript code is also supported.
22 Sep 25
Lightweight Javascript QR Code Scanner. Contribute to nimiq/qr-scanner development by creating an account on GitHub.
19 Sep 25
Create and modify PDF documents in any JavaScript environment.
Found to have bugs when I tried to incorporate it into my micro-inv project.
22 Jun 25
13 Jun 25
06 May 25
Retrying made simple, easy and async. Contribute to vercel/async-retry development by creating an account on GitHub.
17 Apr 25
🎭 Stateful Serverless That Runs Anywhere. The easiest way to build stateful, AI agent, collaborative, or local-first applications. Deploy to Rivet, Cloudflare, Bun, Node.js, and more. - rivet-gg/actor-core
02 Apr 25
The open-source package registry for modern JavaScript and TypeScript
30 Mar 25
19 Jan 25
In order to feel more confident about my tsconfig.json, I decided to go through the tsconfig.json documentation, collect all commonly used options and describe them below: You can come along for the whole ride and go through the options with me. Afterward, you should be able to understand all of your tsconfig. Or you can skip ahead to the summary at the end. I also list recommendations for tsconfig.json by several other people. I’m curious what your experiences with tsconfig.json are: Do you agree with my recommendations? Did I miss anything?
11 Jan 25
mathuo/dockview: Zero dependency Docking Layout Manager. Supports Vanilla TypeScript, React and Vue.
Zero dependency Docking Layout Manager. Supports Vanilla TypeScript, React and Vue. - mathuo/dockview
29 Sep 24
Learn how to make anything abortable in JavaScript.