Hi, I'm Morten

a software engineer from Denmark. I write about technology and indiehacking; mainly focused around Go, Rust and Machine Learning.

Socials

Latest posts

Apr 2, 2024

Building a blogging website with Golang

An introductory guide on how to build and develop website with Golang focused on building a simple blog from scratch, ending with a deployable application.

GolangHow-toTutorial
Mar 16, 2024

Why top level internal is uncessary in Golang

A short reflection on the use of internal and why it probably shouldn't be the standard

Golang
Jan 29, 2024

Choosing an IaC tool: Pulumi vs Terraform

A non-devOps engineers perspective on when to use pulumi compared to terraform and how to remove frictions for your team.

Infrastructure as CodeAWSPulumiTerraform
Feb 28, 2023

One month to make one dollar: Part two

Results of the challenge to generate at least 1 dollar within 1 month starting completely from scratch.

EntreprenuershipIndiehacking
Feb 1, 2023

One month to make one dollar: Part one

Introduction to a challenge to generate at least 1 dollar starting from scratch in 1 month or less. Inspiried by 12 month 12 startups.

EntreprenuershipIndiehacking
Jan 3, 2023

Reflections on going from wantrepreneur to entrepreneur

Reflections on wanting to become an entreprenuer, not getting anyhere and paths forward

EntreprenuershipTutorialIndiehacking
Aug 29, 2022

Building a blogging website with Rust

An introductory guide on how to build and develop website with Rust focused on building a simple blog from scratch, ending with a deployable application.

RustWeb DevHow-to
Jan 24, 2022

Integration testing in Golang: A guide

An introductory guide on writing integration tests in Go using docker aimed at beginner Golang developers to quickly get started writing simple integration tests.

How-toGolangIntegration Tests
Jan 30, 2021

Opinionated guide to structuring Golang apps

An introductory guide on how to structure Go apps for beginner Golang developers, focused on showing a practical way of creating Go apps when starting out.

How-toGolangCode Structure