As a web developer, what kind of tools do you use to simplify your work?
One tool I find useful is colorzilla. http://www.colorzilla.com/
This is chrome extension where you can get the hex value of any colors you see in your current browser window.
At my current job (off the top of my head):
- Software:
- WebStorm
- MobaXTerm
- Chrome
- Browser extensions:
- JSON Formatter
- Redux DevTools
- Other tools
- Perforce
- Code Collaborator
I’m just going to throw out Visbug for Chrome. It’s a great tool for mocking up small or even large web page modifications in real time.
I also found tools like:
- remove.bg - Remove Image Background
- Google Insights - test your website’s speed
I’d also recommend using ColorMania utility to pick, mix, identify colors. It`s free and lite and really handy, take a look:
Color Mania
The main two:
- The browser (chrome and chrome dev tools)
- Jetbrains products for IDE’s
Jetbrains IDE’s are pretty powerful, and if you learn the keyboard shortcuts and the refactoring tools you can whiz around that thing super quick.
Aside from that and technology specific things, Postman and Charles proxy come in handy from time to time for making and intercepting requests respectively.
- VS Code (with plugins for TypeScript, linting etc)
- GitHub desktop - very simple Git client that does almost everything you need
- Chrome devtools - impossible to live without it
- Postman - brilliant for testing your API