Three Fun C++ Techniques
Frankly, if you don’t know about the Pimpl idiom, you’re not a real C++ programmer. Pimpl stands for “Pointer to implementation”, sometimes referred to as the…
Brisbane, Australia
I got started in programming by teaching myself C and C++. Since then, I've expanded my skill base through University and work to include Java, C#, Python, Ada, HTML5, Javascript, CSS3 and a plethora of technologies which accompany these languages.
I develop software for a living and as a hobby. I like to write useful software; things that make lives easier, increase productivity and serve a purpose. I'm not a fan of writing code for the sake of coding alone. My favourite part is the end result. Whether I've saved a fellow employee hours of work by automating a process, or earned the company thousands of dollars; seeing the value of my output is the most rewarding part.
I've produced my fair share of Crystal Reports and CRUD forms, and I've fixed an insurmountable number of cosmetic bugs. Now, I look forward to developing products which make a difference and have a global impact. Whether it's software embedded in a device used by thousands or the next big Internet craze; I can't wait to be a part of it.
April 2012 - Current
Analysis, design and implementation of a transaction processing host and associated clients (web and other) for Australian lotteries sales and administration.
Daily tasks mainly consist of maintaining and improving the existing transaction processing host system, which is very mature. Personal goals include introducing modern C++ paradigms and idioms to make the processor perform more efficiently and improve stability.
February 2011 - Current
Development of client-facing web applications and internal applications for fund management of prepaid debit cards and simple gift cards. Using C# and ASP.Net for web development and C++/Python for application- and service-level programming. Developing applications in accordance with PCI compiance standards. Messages from POS switches are sent to the core system, which all developers maintain. Auxiliary and client-facing applications also interface with the primary service, or talk directly to the Oracle database.
In my time at Emerchants, I have instigated the use of good web development practices, including the use of jQuery to standardise javascript, and HTML5 boilerplate.
May 2009 - January 2011
Continuous development of internal CRM systems in ASP.Net. Web application development for external clients, mostly in the health sector. Design and development of network alerting system using windows services and lightweight desktop applications based on company-specific use cases.
My major contribution to EHN was the alerting system. The service broker interface provided by Microsoft SQL Server was used as a pull-notification server for the accompanying client-side application. On each user's desktop was a notification application which would pull notifications from the server and display them to the user.
February 2008 - May 2009
Development of new feedlot-management software with C# and SQL Server 2005. Required liaison with industry professionals and extensive design documentation to understand a complex problem domain. The position required the collection of requirements from clients, design of a new application to modernise the existing solution and the implementation of said design.
My time at Elynx was mostly spent learning; I had finished one year of university and had a lot to learn about the real world of programming. I had two mentors while I developed the product, and they taught me about Gang-of-Four design patterns, NHibernate, log4net, data binding and more. They also beat the not invented here syndrome out of me that most university students suffer from.
2007 - 2012
2002 - 2006
This is where I began hobby programming.
GitHub, Feb 2012
Ada bindings for HamsterDB
Single developer/maintainer. Provided Ada bindings for the popular HamsterDB library.
Frankly, if you don’t know about the Pimpl idiom, you’re not a real C++ programmer. Pimpl stands for “Pointer to implementation”, sometimes referred to as the…
What's This Do?
I came across an interesting Stack Overflow question the other day. The user wanted to make GDB break whenever a specific string was written to stdout.
What's This Do?
A recent programming task required me to make changes to the ext2 filesystem module of the Linux kernel. In the real world, such a task is not very common for a variety…
What's This Do?
The average undergrad course is an info-dump; you take in the material, learn the facts and the figures by rote and then unleash your mental fury in the final. This gets…

This book has plenty of great tips for better C++, and really helps to get you thinking about programming the "C++ way", instead of the "C with classes" way.

Michael T. Goodrich, Roberto Tamassia, David M. Mount
University text for Algorithms and Data Structures. Everything you'd expect, with good example implementations.

It may sound like a joke, but the principles behind this style guide are more useful than you'd think. I remember no specifics from any conventional style guides or English texts; I remember quite a few from this one.
TI-84 Plus
Visual Studio, Notepad++ and Gedit