Skip to content
Code with Node.js
  • Developer Tools
  • Image Converter
  • Servers and APIs
  • Browser Automation
  • Frontend
  • Templating
  • Contact
Code with Node.js
  • Contact
  • Developer Tools
    • Base64 Encode / Decode Online
    • Convert SVG clip-path to 0-1 relative coordinates
    • Free Online Image Converter

About “Code with Node”

This is a personal blog and reference point of a Node.js developer.
I write and explain how different Node aspects work, as well as research popular and cool packages.

Quick Links

  • Home
  • Free Online Image Converter
  • Developer Tools
  • Snippets
  • Contact

Popular Posts

  • error TS2792: Cannot find module ‘moment’. Did you mean to set the ‘moduleResolution’ option to ‘node’, or to add aliases to the ‘paths’ option?
    Got this error when trying to import moment into a TypeScript React (.tsx) module? To fix the issue, you will need to adjust your tsconfig.json file and add "moduleResolution": "node" ...
  • Cannot augment module ‘console’ with value exports because it resolves to a non-module entity.
    This error message appears when typings are exposed globally, yet TypeScript tries to validate module typings and the names conflict. I got this with a Figma widget module @figma/plugin-typings, and ...
  • Building a Preact application into a standalone script with Rollup
    Rollup is a module bundler for JavaScript, made for speed and simplicity of setup. It also does tree-shaking (imports only the functionality you actually imported), supports JSX compilation and provides ...
  • How to create a simple contact form with Node.js?
    Project initialization. Let's start by creating an empty folder and initializing our package.json with npm init. We will also include express to set up our application, express-validator to validate the ...
  • Automatically serve .webp or .avif with Node.js based on browser request headers.
    Let's chew down another issue: we have a /public folder with images, and depending on the browser we want to serve a WEBP or AVIF to save bandwidth and decrease ...

Subscribe to “Code with Node”

Loading

Developer Tools

Here is a collection of JavaScript dev tools for every developer. Data converters, generators, analyzers, small helpers and such – you can use them all for free, and directly in your browser without any download.

  • Free Online Image Converter
  • Base64 Encode / Decode
  • Convert SVG clip-path to 0-1 relative coordinates

Copyright © 2023 Code with Node.js