A Web Developers Toolkit 2022

A Web Developers Toolkit 2022

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.

1. Devdocs.io

DevDocs.io-The-powerful-website-for-every-developer.png

API documentation for all popular programming, languages and frameworks. Includes
Search and work offline too.

2. codeply.com

2147.png

Quickly build front-end responsive layouts with frameworks like bootstrap, Materialize CSS and SemanticUI.

3.Regexr.com

7841a10f3cfb4e7daa7d56237fe53f48.png

A good tool for testing your regular expressions in the browser.

4.glitch.com

screenshot-2020-10-17-at-2.46.49-pm-e1602919209118.jpg

create your own web apps in the browser, import GitHub repos, use any NPM package or build on any popular framework and directly deploy to firebase.

5.babeljs.io/repl

compiler.jpg

Write your own code in modern JavaScript and let Babel transform your code into JavaScript compatible even with older browsers.