Stuart Gunter

Stuart Gunter, Java Technical Architect, joined G3 with the goal of furthering the company's strengths in new technologies. Coming to G3 from a Senior Developer position at Derivco, a world leader in online gaming software development, Stuart brought a fresh perspective on what can be achieved with software and challenged some of the longstanding traditional methodologies within the SAP community. His experience in the online gaming industry since 2005 has proved invaluable in architecting, designing and developing solutions with a global impact. He initiated the use of Scrum as a process for software development, and has since helped the team continuously improve the tools and procedures employed to develop better products for our customers. Stuart’s core skills include software design & development and systems architecture, and he is highly committed to learning and adapting to new technologies. As a Technical Leader, he is responsible for ensuring high quality software and product development, and helping shape the technical direction of company.

Linkedin

Posts by author:

  • SAP Deployment with Ant

    A few months ago, I wrote about our continuous integration system and how I'd hooked everything up to automate as much as possible. One of the key components of this suite of tools was a SAP NetWeaver Deployment Plugin for Maven that I wrote. Since then,...

  • Code Reviews… One Month Later

    It has been one month since we introduced formal code reviews as part of our development process, and I thought it fitting to do a review of the code reviews - effectively a Code Review Retrospective. Rather than creating a list of n reasons why you should...

  • Implementing Review Board for Code Reviews

    A few days ago I migrated our build server, aptly named Bob (the Builder), to Ubuntu 10.04 LTS and incorporated a new product to the existing suite. The new product is Review Board, which we'll be using for regular code reviews within our development...

  • Applying YSlow performance improvements within SAP NetWeaver

    Having just finished reading Steve Souders' High Performance Web Sites, I thought it would be helpful to point out how some of the server-side rules can be configured on SAP NetWeaver. PS: Buy the book! It's short and to the point, and very well written....

  • Thoughts on Joining an Open Source Project

    Since starting my career as a software developer back in 2002, I've wanted to join an open source project. A few things have held me back from doing this... including inexperience in my early career, lack of available time to commit properly to a project,...

  • What’s the longest class name you’ve ever seen?

    When trying to do code completion for "Hashtable", I was instead presented with this incredibly long class name! Priceless! HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor Believe it or not, it really...

  • Maven plugin for creating a TargetProcess Build

    The development environment I use at work has a number of tools that all interoperate with each other in various ways. One of the tools central to our work is TargetProcess. This integrates with Subversion to pull through all associated code changes,...

  • Assessing the Single Responsibility Principle with LCOM4 with Sonar 2.0

    A while ago I mentioned that I'd set up Sonar as part of our continuous integration system here at G3. Every time I use it, I'm amazed at what a fantastic system it is. It's incredible that such a seemingly small piece of software can be of such great...

  • Book Reviews: UML Distilled and Sun Certified Enterprise Architect Study Guide

    One of my personal goals for 2010 is to do more reading – specifically related to software development, design and architecture. So far everything’s going pretty well! The plan actually started in December with Martin Fowler’s UML Distilled,...

  • Which version of NetWeaver am I running?

    I've seen this question asked a few times, so I thought I'd try put together a basic step-by-step guide on how to check which version of NetWeaver you're running. Performing this check on an ABAP system and a Java system is obviously very different....