sysadmin

Quick EC2 IPv6 Tutorial

A quick howto configure IPv6 for a single EC2 instance.

Read
sysadmin

How to copy a MongoDB Database

A short howto for copying all data from one MongoDB database to another.

Read
sysadmin

Terraforming S3 Policies to an EC2 IAM Role

All the buzzwords and AWS abbreviations! Another post where I just want to note down something I thought was cool.

Read
reflections

What I Learned Last Year at Work

It's almost 2019, and what better time to reminisce a bit and remember what I've learned the past year.

Read
programming

A Microservices Guideline

_I originally wrote this document for my work, where we were deep into a microservices architecture. The goal was to create a set of guidelines to be used when developing a new service. This way we could ensure some consistent quality for the code, as well as have

Read
sysadmin

Linux Services Cheatsheet

I originally wrote this rough cheatsheet for documentation at work, where I had to deal with different linux flavours' ways

Read
programming

A hacky way to disable express-jwt expiry for development

I'm developing a small app in my free time using nodejs and express, while trying out Auth0

Read
programming

A small Golang webservice Dockerimage

Here is the Dockerfile for a small golang webservice I wrote, which I managed to make quite

Read
sysadmin

IMAP Tools for migrating email accounts

I wrote some tools to help with migrating an existing imap account from one server to another, so that you can keep your emails when you

Read
programming

Tagging docker images differently based on git branch

At work we use `git flow` to organize our git repositories. `master` is the production branch,

Read