by David | Nov 7, 2018 | Automation, Tools
Today I will show how I went about automating google translate to speed up the translation of a large set of terms I needed for one of my apps, TravelRates. The actual translation is very simple, however, since it is based on the paid version of...
by David | Jun 16, 2015 | Database, Deployment, Environment, Tooling
We had the opportunity of trying out some new tech a while back when building a licence system and going through the options for persisting data we ended up choosing Event Store (not just for the cute mascot). It’s not really intuitive to get up and running but...
by David | Oct 14, 2014 | Environment, Life
It’s easy enough to end up with too much unread email and gmail manages to hide some of its features quite well so here is a guide of how to mark all of your email as read. Step 1. Filter on unread mail In the search field, enter in:unread and press enter, this...
by David | Jun 4, 2014 | Development, Tooling, Tools
Every time I set up a new environment I have to rewrite this short template for generating view model properties in Resharper. It only takes a minute or two but after doing it like twenty times now I decided I’d put it here to reuse instead. This version of the...
by David | Nov 19, 2013 | Debugging, Development, Tooling, Tools, Web
Update (2014-07-15): Never mind me! I recently came across another tool that does just what I intended to do and not only that, it does it quite a lot better. I think that if you like/use this tool or if you’re looking for something like it, check out Regex...