After my post on Browsing Memory the JRuby Way, one commenter and several other folks suggested I actually show using Eclipse MAT with JRuby. So without further ado… The Eclipse Memory Analyzer, like ...
There’s been a lot of fuss made lately over memory inspection and profiling tools for Ruby implementations. And it’s not without reason; inspecting a Ruby application’s memory profile, much less ...
It's always a good idea to employ a few static code analysis tools as part of your software development routine. There are a number of great tools that perform static analysis of Java code, such as ...