2022
Tre ting du må tenke på før du går på TikTok
Aktører som ønsker å ta i bruk TikTok har tre problemstillinger de må ta stilling til: De ansattes personvern, risikoen for innhenting av data til etterretni...
Grunnen til at du ikke får til smidig, er fordi du fokuserer på feil ting
Da jeg startet å jobbe som utvikler i 2011 tenkte jeg at jeg var utrolig heldig med tidspunktet. Jeg hadde startet å jobbe i året hvor The Agile Manifesto ha...
2020
Ingenting å skjule? Det er fortsatt problematisk at din persondata lagres sentralt
Jeg har ingenting å skjule. At jeg er i den situasjonen, er jeg veldig takknemlig for. Jeg føler meg privilegert. Det er mange som har ting å skjule, og av v...
Static outgoing IP for public Elastic Beanstalk with Terraform
The classical problem of needing a static IP so you can be whitelisted to access an external API. Only problem is the app is on a public AWS Elastic Beanstal...
2018
Ensuring that NuGet Packages (packages.config) are consolidated with a FAKE target
This is a simple F# Make (FAKE) target for ensuring that NuGet packages are the same version across projects in a solution. Wrote this for a .NET Framework p...
2015
ASP.NET 5 in Docker on OS X
At the time of writing ASP.NET 5 (Previously vNext, now officially called ASP.NET 5) is in beta 2, with a beta 3 still under development. In this post we wil...
2014
TeamCity and Octopus Deploy in Slack
I’m a .NET developer, so my Continuous Delivery tools of choice are TeamCity and Octopus Deploy, but neither has an integration option in the chat client Sla...
2013
The Lean Startup
After reading so many blog posts and articles about the lean startup movement it was truly refreshing to read the book that started it: The Lean Startup by E...
Using canvas and a webcam to track objects
After finishing work today I attended a small talk at Hackeriet. It was about the HTML5 video tag and how to manipulate your webcam stream with a canvas and ...