Skip to content
Code with Node.js
  • Developer Tools
  • Snippets
  • 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

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
  • Developer Tools
  • Snippets
  • Contact

Popular Posts

  • 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 ...
  • 5 ways to create an HTTP/HTTP2 server with Node.js.
    Node.js can be used to easily run a web server by using the built-in HTTP module or a web framework such as Express, Hapi, or Fastify. The process involves creating ...
  • How to check image EXIF with plain JavaScript.
    It's not a secret that JavaScript can be very used for pretty much everything, from calculating simple math to reading binary data and to generating 3D models. In this example ...
  • 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 ...
  • Convert all PNGs in a folder to WEBP with FFmpeg
    FFmpeg is an awesome tool that can convert not only videos but also audio and images. On Linux and Mac, run it like this in the folder where you want ...

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.

  • Base64 Encode / Decode
  • Convert SVG clip-path to 0-1 relative coordinates

Copyright © 2023 Code with Node.js