Tag Archives: developer

Guice / Java IoC best practices – using annotations for configuration

18 months ago I introduced Guice 2.0 into my workplace development team. So far it has been doing a good job of making inversion of control / dependency injection approachable, light-weight and helpful for the whole team. The biggest issue … Continue reading

Posted in Java, Software Engineering | Tagged developer, Google, guice, Java, tips | Leave a comment

How-to: Add Code Syntax Highlighting to MediaWiki

Here’s a short tutorial on how to integrate Google’s “prettify.js” (which does automatic syntax highlighting of code snippets) into a MediaWiki wiki installation. This is totally done MacGyver style, we’re going to patch the MediaWiki skin to do it. For … Continue reading

Posted in IT, Software Engineering | Tagged developer, documentation, Google, hack, web, wiki | 2 Comments

My “utility belt” now open-sourced…

Most programmers over the course of their careers accumulate a “utility belt” of sorts. Well I just open-sourced mine – http://code.google.com/p/visural-common/ Primarily this is to support visural-wicket and another open-source project I’m working on a little. Also, I end up … Continue reading

Posted in Java, Software Engineering | Tagged developer, Java, open-source | Leave a comment

Recruitment from the Other Side – Part 2

Following on from my Part 1 article on tips to write a good CV and job application for an IT job, this article covers some tips for the interview process itself. Tip #1 – Politeness and Appearance The job interview … Continue reading

Posted in General | Tagged cv, developer, IT, jobs, recruitment, tips | Leave a comment