Mikko's code blog

Mikko Haapanen

Written by Mikko Haapanen who lives and works in Helsinki, Finland building useful things. Twitter

Mailgun DNS records on DigitalOcean

August 13, 2016 • ☕️ 2 min read

After adding your domain on Mailgun, you need to add DNS records on your DNS provider, in this case, DigitalOcean. Mailgun recommends using…

.NET C# cache-class for caching task-objects

April 13, 2016 • ☕️☕️☕️ 13 min read

Caching is useful, because it saves resources by persisting local versions of values, that are in some sense expensive to produce from the…