Home

This site is a staging ground for some IT projects in health IT.

Homepage section

Doesn’t that sandwich look tasty? This section may present the latest blogs… if I so choose.

About

You’ll find out more about me and the team that is making big changes… “cause we all need a little chaaaaaange.”

Contact

Do you want to contact us?

function sendMail() {
var link = “mailto:thanos@docswhocode.com”
+ “&subject=” + escape(“I really want to talk”)
+ “&body=” + escape(“I found your site and I’ve got a great idea to discuss.”)
;

window.location.href = link;
}

(get it? ;D )