Author Archives: Alexander

Playing Cyberpunk 2077 using a Raspberry Pi

I don’t consider myself a gamer, but I do enjoy playing a a triple-A game sometimes on my holidays. Naturally I don’t have a gaming PC, or for that matter any PC at all, around. I do however always have … Read More

How to Create Facebook Custom Audiences That Convert

Want better Facebook ad results? Do your Facebook ads reach the right people at the right point in their customer journey? In this article, you’ll learn how to develop Facebook audiences for targets which have already purchased from and generally … Read More

How I made and launched a Shopify app while working full-time

About 9 month ago I was commiting to make and lauch an app on Shopify. At that time I kew Python pretty well but had about one hour total of Javascript experience under my belt. Here is what I learned … Read More

React.js + Backend local development setup from easy to advanced

10x your develoment speed with local testing. Most people are probably using ngrok for webapp develpment and to expose their develpment server on localhost on a public https:// address. Commonly this is neccessary if the you want test a frontend … Read More

Intro to React devtools standalone

Why you should use React devtools standalone Most people using React have probably heard of their corresponding debugging environment called react-devtools. React-devtools is actually developed alongside the main react project and even is part of the same Github repository. The … Read More