BPM Software

About

Me

  • Originally from Napier, Hawke's Bay, New Zealand.
  • Now based in Cairns, Queensland, Australia.
  • Balancing work and family life.
  • I build Node and JavaScript based Apps.

Examples of what I build

  • Tools to connect your local data with cloud services like Xero and MailChimp.
  • Offline first apps so you can take a working app somethere with low/no bars...
  • Desktop apps which look like Web App but can do things Web Apps can't - like read from and write to your local file system.
  • Integrations with your website if it's capable of such feats - i.e. Wix, WordPress
 const whoIsBPM = (thing) => {
  let result = false;
  
  switch (thing) {
    case thing === 'Malcolm Blake':
      result = true;
      break;
    case thing === 'BPM Software':
      result = true;
      break;
    default: 
      return false;
  }

  return result;
}

Brain Page Monitor