I am Anton Holmberg

I am a software developer mostly into Javascript and Android development. I also know my way around some python script-fu and in my spare time I play around with Rust.

Understanding TypeScripts Exclude

I recently started to do more TypeScript. I have plenty of previous experiences with typed languages but there were still some things in TypeScript that I didn't really feel comfortable with at first…

Getting Physical Units With Styled Components

Today I came across an interesting problem. I had to draw a React component in the browser and it had to be a specific width and height in centimeters.So I naively thought that this would be as simple…

I Made a Visual Studio Code Plugin

I recently found remove.bg. It is a really cool project that allows you to (as the name suggests) remove the background from an image. So I decided to make a plugin for vscode that would allow me to…

The BaseClass Anti-Pattern

As a consultant I get to see a lot of code bases and on Android, by far, the most common anti-pattern that I find is what I call the BaseClass anti-pattern.In this article I will explain what it is…

How I Made This Blog

This blog was made with Gatsby.js. Over all it has been a blast to make and the fact that I could reuse my react skills made me feel like I am in control.There were however some things that took some…