GIF to MP4 conversion for web using NodeJS
A technical guide on automating GIF to MP4 conversion for web performance using Node.js and the FFmpeg library.
A technical guide on automating GIF to MP4 conversion for web performance using Node.js and the FFmpeg library.
A tutorial on connecting to a MongoDB database using the Mongoose ODM library in JavaScript, including setup, schemas, and queries.
Explains JavaScript event handling in browsers and Node.js, covering built-in DOM events, custom events, and practical implementation.
A comprehensive reference guide for developers covering essential Bash commands, Git workflows, VSCode tips, Node.js basics, and community resources.
A guide on fixing Node.js memory allocation errors in Netlify builds by setting environment variables to increase the JavaScript heap limit.
Notes from a course on building custom CLI tools using oclif and TypeScript, covering debugging, prompts, and scaffolding.
A guide on using Expo to simplify React Native development, covering setup, project creation, and configuration.
A tutorial on building a REST API using Node.js, Express, and the HarperDB Cloud database service.
A software engineer's CV detailing 16+ years of experience, technical skills, and career history in web and software development.
A developer shares their preferred project structure and tooling for building medium-sized Express.js applications in Node.js.
A technical guide on building a blog using Markdown, frontmatter for metadata, and NPM packages like markdown-it for HTML conversion.
Explores if large Node.js module dependencies impact performance in regular apps vs. Serverless functions, based on community insights.
A technical analysis comparing Deno and Node.js, focusing on Deno's design improvements like security, URL imports, and eliminating node_modules.
An in-depth technical look at how the Mocha test runner works, from parsing to execution, based on the author's experience on the core team.
A beginner's guide to Deno, a secure JavaScript/TypeScript runtime, covering its benefits and how to start using it.
A developer explains how they created a blogroll for their website by converting an OPML file to JSON using Node.js and Eleventy.
A usability expert critiques the poor Developer Experience (DX) of modern JavaScript, highlighting common module import errors and tooling frustrations.
A tutorial on connecting a MongoDB database to an Express.js application using Mongoose as the Object-Relational Mapping (ORM) library.
A tutorial on building a REST API using Express.js and Node.js, covering client-server architecture and practical implementation.
A tutorial on setting up an Express.js server in a Node.js application, covering installation and basic server creation.