not a software engineer yet

You are not a Software Engineer (yet)

If you "write code" for a living, chances are you have a one time described yourself as a "Software Engineer".  And chances are, you are not.Personally, I graduated with an Engineering (Software Systems) degree...
Go Tricks

A couple of neat Go Tricks

Last week I was privileged to give a talk to the Singapore Gophers meet up held at the GrabTaxi Singapore Tech Office. The talk was titled "Dependency Injecting (and Testing)" and was inspired by this great article...
golang and revenge of capt obvious

Golang and the revenge of Capt Obvious

I found a lot of my code (particularly the tests) had code that looked like this:   Then I was reading yet another great post from Karl Seguin and I noticed there was a much better (sexier) way....
go quick tip

Go Get (Quick Tip)

All Golang programmer's are aware of how great "go get" is but until today I had not given much thought to how exactly it did or didn't do. Some background; today one of my builds (in Travis...
corey's code philosophy

My code philosophy

Recently, a friend joined me on one of my projects. As it was the first time we were actually coding on the same project I wanted to tell him my coding philosophy to make...
go quick tip

Enums in Golang (Quick Tip)

For those of you like me who Go is not the first language you learned, you might be familiar with "Enums" or "Enumerated Types". While Go does not have an enum per-say you can achieve...
where did corey go

Where did Corey Go?

After way too long, I finally had the itch to blog again.  Firstly, sorry about the hiatus. As those of you that follow me on Linkedin know, in February I joined my very good friend Aaron...
dpi calculator chrome extension

DPI Calculator Update (Chrome Extension)

Today we have released a minor update to our DPI Calculator for Chrome. The calculator will now save the pixel/dpi conversions between uses, so that you will never again have to waste time re-entering values. Thanks...
dpi calculator

Announcing Sage 42’s new DPI Calculator for Chrome

Inspired by +May Tan's update to the DPI calculator for web yesterday (link), the team @ Sage 42 is happy to announce our first Chrome Extension; the DPI Calculator for Chrome The DPI Calculator for Chrome allows...
getting started with android testing

Getting started with Android Testing

Introduction Recently I had a few people ask me, "How do I start with testing in Android?" As much as I wanted to say, "It depends", I decided on a simpler answer, it was "Start with...