Skip to content
berry.sh
Go back

Tools I Use as a Developer

Edit page

Like any craftsman, a developer has a toolbox filled with items that helps him perform his craft. At a recent ‘Tech Talk’ at One on One, I presented a few tools that I use in my day-to-day workings. At their request, I have compiled a list of each tool in my toolbox.

I would love it if you would also add in the comments the tools that you use. I’m sure there are plenty out there that would make my life easier!

Text Editors & IDE’s

Depending on the language and framework I am working with I usually bounce between two choices: Sublime Text 2 and IntelliJ IDEA.

Browser Extensions

I usually only develop using the Chrome browser. It seems to be the most suited for developers with their Developer Tools. I am constantly right clicking elements and selecting Inspect Element to view the source code, javascript console and CSS stylings for elements.

Here are a couple of the plugins I use with Chrome:

Design Tools

Menu Bar Utilities

Education

Bookmarks

Over the years I have collected a bunch of useful websites that help me get stuff done.


Edit page
Share this post:

Previous Post
Airbrake Exception Logging in Your Grails Application
Next Post
Stupid Simple POST/GET With Groovy HTTPBuilder