Creating a temporary keychain for your build systemThis is very useful together with codesign, productsign etcAug 8, 20211Aug 8, 20211
Migrate Fastlane to use Auth KeysWith the new requirement of having two factor authentication enabled on all apple id’s it is getting more frustrating to have CI upload…Apr 26, 20212Apr 26, 20212
HEY a Privacy Driven EmailWhen i first saw the new email by basecamp i was excited. Now after using it for a few months I am still as excited.Apr 11, 2021Apr 11, 2021
Build your own reusable npm react package with RollupBuilding your own reusable package is a great way of sharing code between your projects. For example, I have a collection of components…Apr 11, 2021Apr 11, 2021
Using VIM for React, Rails & Node developmentVIM is open source and free and works on any platform that you are going to do code on. Best of all it is very extendable, really fast and…Apr 11, 20211Apr 11, 20211
Build and Deploy your iOS app with Github Actions and FastlaneI wanted to use Github Actions to run my test and to deploy a new version to testflight. After 3 days of debuggning and using all my build…Jan 17, 20213Jan 17, 20213
I lost my ssh key for my Amazon EC2 instanceYeah, that’s kind of a bad thing to do.Jan 27, 2020Jan 27, 2020
How to fit VIPER into your appMany VIPER guides focuses only on VIPER and not how it fits in with the rest of your application. If you want to get our view on a good…Dec 18, 2019Dec 18, 2019
Why use a known architecture in your app?I believe architecture is vital to a good app. I sometimes compare the “art” of writing good architecture (or code) as the same as writing…Dec 18, 2019Dec 18, 2019
Handle Apple Sign In on the server (Ruby on Rails)I recently had to implement “Sign in with Apple” for one of our customers and at first glance it was pretty straight forward but when i…Nov 26, 20196Nov 26, 20196