Author

Alex Hennecke

[guest author fields > title]


Warning: Undefined array key “carousel” in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/dist/feed/render.php on line 68

Warning: Trying to access array offset on value of type null in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/dist/feed/render.php on line 68

HTTP Client Performance – IO

Apparently, one of the unsolved programming problems of our time is making HTTP calls – at least, taken from the fact that new HTTP client libraries keep cropping up. Mostly, the focus is on new features, async APIs etc. But what about the actual IO part? Especially regarding performance? A rather specific case I’m not […]

A little practical GC tuning – on Eclipse

JVM GC tuning is a vast field that books have been written about. Mostly, we’re happy to accept whatever defaults the JVM figures out, at most cranking up heap and permGen size when we’re out of memory (again). I’ve found that with the ScalaIDE plugin installed, Eclipse was so memory-heavy and often still sluggish that […]

GreenHopper Rapid Board – A look under the hood for plugin developers

The GreenHopper Rapid Board was built to fulfill our most-voted customer requests, including the notorious support for multiple Jira projects. This and other features, like swimlanes and ranking performance improvements, led to a change in the underlying technology stack as well. Old to new Since we had access to some new technologies, the previous combination […]

ActiveObjects streaming API

New API for ActiveObjects allows performant reading of large tables

Tuning GreenHopper on IE

GreenHopper uses JavaScript a lot, from drag & drop up to dynamic card resizing. That works pretty well, naturally excluding Internet Explorer. So I spent the majority of the last sprint with figuring out the culprits and bringing GreenHopper up to speed in IE. Drag & Hang & Drop First thing to notice was that […]