Speed up your DateFormatterMaybe you have heard of the slow performance of DateFormatter when it’s being initialized. But how slow is it really and what other calls…Dec 12, 20191Dec 12, 20191
Migrating a large git repository to GitHubWe recently wanted to move our repository to GitHub. In theory that should be as simple as clicking the Import Repository button. So we…Oct 30, 2019Oct 30, 2019
Better comparing Dates in Swift using CalendarWe often come in a situation where we have to check whether a given Date is on a specific day, hour or week or something like that. In the…Mar 10, 20192Mar 10, 20192