Developer Resources|Curated tools, articles, and links that I find useful and worth sharing
HTMLCSSJavaScriptAnimationAIRepoNodeJSDesignUIRegExDevToolsGitChromeSVGReactTypeScriptNextJSDockerNetwork
May 22
10 Node.js 24 features you're probably not using
Built-in test runner, TS support, --env flag to work with environment variables, built-in SQLite and a few more chips to simplify development
Defuddle: extracting core content from web pages
Defuddle extracts the main content from web pages. It cleans up web pages by removing clutter like comments, sidebars, headers, footers, and other non-essential elements, leaving only the primary content
Mar 28
How to set up TypeScript with Node.js and Express
Creating a server with TypeScript using Node.js and Express
Mar 6
Node just added TypeScript support. What does that mean for Deno?
how Node's new capabilities compare with Deno's existing TypeScript integration
Jun 28, 2024
How we tamed Node.js event loop lag: a deepdive
A tale of how we discovered and fixed a variety of reliability and performance issues in our Node.js application that were caused by Node.js event loop lag