Introducing Mentoss: The fetch mocker
Introduces Mentoss, a new JavaScript library designed to mock fetch() requests for testing, focusing on developer experience and documentation.
Introduces Mentoss, a new JavaScript library designed to mock fetch() requests for testing, focusing on developer experience and documentation.
Node.js v23.6.0 introduces built-in TypeScript support via type stripping, explaining how it works and key differences from traditional TypeScript.
A guide on generating and analyzing CPU profiles for Nuxt.js applications to debug bundling performance using Node.js flags.
A developer's guide to fixing a pm2 process manager error where it displays no processes and hogs server resources.
A guide to manually uninstalling specific Node.js versions or the entire Volta tool from macOS, as Volta lacks a direct uninstall command.
A developer troubleshoots and resolves a random 'Bus error' during NX post-install in GitHub Actions CI/CD pipelines.
A guide to adding logging to AWS Lambda functions without redeployment using a custom Node.js extension.
A guide on using Docker to create consistent and isolated local development environments, including setup steps and best practices.
A developer tests Cursor, an AI-powered code editor, by having it build a full-stack web app. The results are surprising and insightful.
A guide to manually managing multiple Node.js versions using shell aliases and downloaded binaries, without relying on NVM or other version managers.
Node.js v22 introduces an experimental flag to run TypeScript files directly without external tools or a build step.
Lambda Live Debugger is an open-source tool for local, real-time debugging of deployed AWS Lambda functions, streamlining serverless development.
A guide to installing legacy Node.js versions (like Node 14) on Apple Silicon Macs using Rosetta and the arch command.
Explains how to use the new Promise.withResolvers API in Node.js v22+ to manage asynchronous operations in nested tests.
A quick tip about Node.js's built-in `--watch` flag, which can replace tools like nodemon for auto-restarting applications.
A quick tip showing how to use `nvm install` with a `.nvmrc` file to simplify Node.js version management in projects.
Analyzes the trend towards zero-dependency JavaScript, its impact on security, performance, and developer experience, using the axobject-query controversy as a case study.
A technical guide on integrating Shiki syntax highlighting into a Hugo static site via a post-build Node.js script.
A developer's guide to upgrading a personal website from Eleventy v2 to the new v3 alpha, focusing on the switch to ESM.