THE ESSENTIAL TOOLS FOR PROGRAMMERS

THE ESSENTIAL TOOLS FOR PROGRAMMERS

This can be a record of important instruments and providers from my coding workflow that I believe ought to be a part of each net programmer’s toolkit. Whether or not you a constructing a easy “Hello World” app or a fancy net utility, these instruments ought to make your coding simpler and enhance productiveness.
Muhannad Ajjan Sl2brr1cuvm Unsplash

THE ESSENTIAL TOOLS FOR PROGRAMMERS

1. devdocs.io — API documentation for all standard programming languages and frameworks. Consists of instantaneous search and works offline too.

2. glitch.com — create your personal net apps within the browser, import GitHub repos, use any NPM bundle or construct on any standard frameworks and straight deploy to Firebase.

3. bundlephobia.com — rapidly discover the import price (obtain measurement) of any bundle within the NPM registry. Or add your bundle.json file to scan all dependencies in your undertaking.

4. babeljs.io/repl — Write your code in fashionable JavaScript and let Babel rework your code into JavaScript that’s suitable with even older browsers.

5. codeply.com — rapidly construct frontend responsive layouts with frameworks like Bootstrap, Materialize CSS and SemanticUI.

6. httpie.org — a command-line device that’s helpful for making HTTP requests to net servers and RESTful APIs. Nearly as highly effective as CURL and Wget however less complicated.

7. regexr.com — A great device for testing your regular expressions within the browser.

8. jex.im/regulex — Write any common expression into the editor and get a visible illustration of how the items work.

9. buildregex.com — Assemble common expressions visually.

10. explainshell.com — Sort any Unix command and get a visible clarification of every flag and argument within the command.

11. tldr.ostera.io — Unix man pages are lengthy and sophisticated. This website gives sensible examples for all standard Unix command with out you having to dive into the person pages.

12. mockaroo.com — rapidly generate dummy take a look at information within the browser in CSV, JSON, SQL and different export codecs.

13. jsdelivr.com — Serve any GitHub file or WordPress plugin by means of a CDN. Mix a number of recordsdata in a single URL, add “.min” to any JS/CSS file to get a minified model routinely. Additionally see unpkg.com.

14. carbon.now.sh — create stunning screenshots of your supply code. Gives syntax highlighting for all standard languages.

15. wakatime.com — know precisely how lengthy you spend coding with detailed metrics per file and even language. Integrates with VS Code, Chic textual content, and all standard code editors.

16. astexplorer.net — paste your JavaScript code into the editor and generate the Summary Syntax Tree that may enable you to perceive how the JavaScript parser works.

17. hyper.is — A greater different to the command line terminal and in addition iTerm. Use with the Oh My Zsh shell and add superpowers to your terminal.

18. curlbuilder.com — make your personal CURL requests within the browser.

19. htaccess.madewithlove.be — simply take a look at the redirect and rewrite guidelines within the .htaccess file of your Apache server. See helpful .htaccess snippets.

Additionally see: The Best Places to Download HTML Templates

20. trackjs.com — monitor errors in your JavaScript primarily based net tasks and get instantaneous e mail notifications when a brand new error is detected.

21. ngrok.com — Begin a neighborhood net server, hearth up ngrok, level to the port the place the localhost is operating and get a public URL of your tunnel.

22. codeshare.io — An internet code editor for pair programming, stay interviews with video conferences or for teaching code to college students remotely.

23. webhooks.site — Simply examine the payloads and debug HTTP webhooks within the browser. All HTTP requests are logged in real-time. One other good different is RequestBin.

24. surge.sh — the best option to deploy net pages and different static content material from the command line. Helps customized domains and SSL. Additionally see Zeit Now.

25. visbug — A must have add-on for net builders that brings helpful net design instruments proper in your browser. Obtainable for Google Chrome and Firefox.

26. puppeteersandbox.com — Puppeteer is a Node.js framework for automating Google Chrome. Use the sandbox to rapidly take a look at your scripts within the browser. Additionally see try-puppeteer.com.

27. prettier.io/playground — Beautify your JavaScript and TypeScript code utilizing Prettier, the favourite code formatter of programmers.

28. json.parser.online.fr — The one JSON parser you’ll ever want to investigate and beautify your advanced JSON strings.

29. scrimba.com — Create your personal programming screencasts within the browser or watch different builders code.code.

30. katacoda.com — A coaching platform for software program builders the place anybody can create their very own devoted and interactive coaching environments.

31. codesandbox.io — A full-featured on-line IDE the place you may create net purposes in all standard languages together with vanilla JavaScript, React, TypeScript, Vue and Angular. Additionally see StackBlitz.com and Repl.it.

32. apify.com — Write your personal net scrapers utilizing JavaScript and schedule your scrapers to run at particular intervals routinely.

33. vim-adventures.com — The Vim text editor is vastly standard amongst programmers. The positioning will enable you to grasp the assorted key instructions by means of a recreation.

Leave a Reply