Category Useful tools

Tool useful in development that I have found browsing the WWW

npm whatwg-fetch

The fetch() function is a Promise-based mechanism for programatically making web requests in the browser. This project is a polyfill that implements a subset of the standard Fetch specification, enough to make fetch a viable replacement for most uses of…

Read More

Meld – Git diff tool

Meld is a visual diff and merge tool targeted at developers. Meld helps you compare files, directories, and version controlled projects. It provides two- and three-way comparison of both files and directories, and has support for many popular version control…

Read More
two black computer monitors on black table

megaboilerplate bundles

With megaboilerplate you can choose the type of node project (Node.js, Static site, JS Library, Electron), Express or Meteor, the template system, whether you want built in authentication and more. It’s a nice tool worth trying.

Read More