Posts

Showing posts from February, 2019

The Essential Tools for Programmers

Image
This is a list of essential tools and services from my coding workflow that I think should be part of every web programmer’s toolkit. Whether you a building a simple “Hello World” app or a complex web application, these tools should make your coding easier and increase productivity. The Web Developer’s Toolkit 1. devdocs.io — API documentation for all popular programming languages and frameworks. Includes instant search and works offline too. 2. glitch.com — create your own web apps in the browser, import GitHub repos, use any NPM package or build on any popular frameworks and directly deploy to Firebase. 3. bundlephobia.com — quickly find the import cost (download size) of any package in the NPM registry. Or upload your package.json file to scan all dependencies in your project. 4. babeljs.io/repl — Write your code in modern JavaScript and let Babel transform your code into JavaScript that is compatible with even older browsers. 5. codeply.com — quickly build frontend resp