Tools and Processes for Work

For the background on this, please read my first post – Tools and Processes

While my work includes a lot of email, con-calls, proposals and contracts, the relevant tools and processes are covered in the previous post.  Here I’m going to focus on the technical aspects of my work: writing code, managing servers, and troubleshooting Java applications.

Let’s start with Eclipse.  Eclipse is a Java based IDE (Integrated Development Environment) that I use for writing code, editing code, debugging code, interacting with SVN, analyzing JVM heap dumps for memory leaks, remote debugging applications and much much more.  Many people feel that Eclipse is too heavyweight but for large Java applications it is the best tool I’ve found for the many jobs involved with developing and maintaing applications.  I use many Eclipse plugins such as Subclipse for SVN support, eGIT for GIT support, Mylyn for task integration with Jira (and many other ticket systems), MyEclipse for lots of neat things, and many more.

For SSH I use iTerm which has several advantages over the built-in OS X Terminal application.  The one I use the most is the ability to send the same keystrokes to many tabs at once.  This means I can login to 15 servers, and run the same set of commands on all of them at the same time, and only have to type things once.  When you’re managing more than one box (say 300-400) this is a life saver.

I use Flint as a Campfire chatroom client for all of our company communication both internally and with clients.  I also use Skype, especially when traveling abroad.

I use the Thread Dump Analyzer for analyzing thread dumps from stuck or spinning JVMs.

I use Textmate for text editing and reading log files.   While Textmate can be a very powerful plugin driven development environment in its own right, I’m only scratching the surface and using it for basic text editing.  One feature I use frequently though is it’s regex support in the find and replace functionality.  Regexes can be an amazingly powerful tool for getting the data you need from a log file, or converting a spreadsheet into Apache redirects.  Having this all work in a GUI text editor with undo support, is nicer than using awk or sed on the command line, at least for me.

I use OpenVPN with a two factor auth system for securely accessing our systems from anywhere in the world.

There’s a lot more than I use but these are the big ones.

When I start my laptop it boots up the following: Dropbox, Evernote Helper, OpenVPN, Skitch Helper, RescueTime, CloudApp, Flux, Timebar, and Quicksilver.  On my Dock are Adium, Mail, Safari, Textmate, Calendar, OmniFocus, iTunes, Pages, ActivityMonitor, iTerm, Eclipse, Evernote, and Flint.

So there you have it.  How do you work best?  What tips have made a difference for you?  Let me know if the comments or just email me.


Posted

in

by

Tags:

Comments

3 responses to “Tools and Processes for Work”

  1. Sebastiano Pilla Avatar
    Sebastiano Pilla

    I have tried Eclipse many times, but in the end I’ve settled up on IntelliJ IDEA, which works remarkably well for me. It doesn’t have as many plugins as Eclipse though, so it’s not suited for tasks depending on a particular Eclipse plugin.

    Working on a Windows box, I have Cygwin and ConEmu providing me with nicer terminals, and EditPad Pro for text editing. I’ve used Sublime Text for a while, even bought a license, but it does take far too much memory for my tastes.

    One thing I don’t see mentioned in your posts and that makes a great difference for me is a desktop search tool: I use DocFetcher to index my source code and all the documentation I have on my hard drive, so that finding something is a pleasure rather than a chore.

    1. Devon Avatar

      Good point about the search stuff. I’m on a Mac so Spotlight indexes all my regular documents pretty well. I also use Quicksilver as a launcher and action tool (move this file, delete this folder, play this song, calculator, etc…). However I don’t have either of those index my source code and doc directories as they add hundreds of thousands of files and can slow down indexing and searching. I love the idea of a specialized tool for source code and documentation. I will check out DocFetcher on your recommendation! Thanks!

      1. Devon Avatar

        DocFetcher seems very cool but is hanging a bunch under OS X 10.9. Not sure why. No errors or messages. Just locks up. I’ll keep playing with it, but if anyone knows of another good option, let me know! Thanks!

Leave a Reply

Your email address will not be published. Required fields are marked *

PHP Code Snippets Powered By : XYZScripts.com