At my current job we use conda to manage our environments and poetry to manage our packages. I have to say that the setup is pretty sweet and wanted to shar...
Recent Posts
How often does it happen to you that you thought you understood something well, but then once you have to explain it you realise that you didn’t really under...
You can always kill the feature
Jul 15, 2021If you aren’t sure whether you should build a feature or not, err on the side of building it. Why? Because you can always kill it.
Product thinking framework: transform waste
Jul 14, 2021In this blog post I want to share with you what I like to call a product thinking framework, a way of coming up with new startup ideas.
Imagine trying to run your blog with bundle exec jekyll serve or rake build and suddenly you are hit by this incompatible library error:
What is a startup?
Jul 7, 2021This is my summary of the Startup = Growth essay by Paul Graham. Much of the sentences are lifted ad verbatim so they can’t really be considered my own words...
Update
Jul 4, 2021Update time! Things happened while you were away: I got a new job, I went on a vacation, and I got vaccinated!
I am incredibly pleased to announce that Apple accepted my submission to their app store! In other words, I finally shipped my app to the app store 🎉 woohoo!...
In this blog post I’ll show you how to persist your data across sessions in react native using redux-persist.
How to paste a screenshot from your clipboard in VScode (and how this improved my writing workflow)
May 28, 2021In this blog post I want to tell you how I significantly sped up my writing workflow by hacking together a feature that allows me to seamlessly paste images ...
In this blog post I’ll show you how to remove the excerpt from your recent posts overview in your Jekyll blog running the Minimal Mistakes theme using Github...
How to take more useful paper notes
May 21, 2021I love notebooks. I love those fancy expensive Moleskins and Leuchtturms with 80 grams per squared meter acid-free paper, although I have no idea whether tha...
This week in: Today I learned (TIL)
May 4, 2021I’ve been keeping a running list of some of the interesting things that I learned these last couple of weeks. Hopefully you steal a trick or two from me here!
I couldn’t come up with a more catchy name so this is it! In this blog post I’ll show you how to auto-scroll to a focused TextInput in a ScrollView.
Three JavaScript tricks I learned today
Apr 26, 2021Today I learned some cool “tricks” (uhmm… fundamentals…) in JavaScript.