Unit testing your iOS app with CoreData (Swift)In order to test an iOS application that uses CoreData for data storage you need two things: context number one and context number two. In…Apr 8, 2022Apr 8, 2022
Asynchronous tasks in iOS (Swift)In every programmer’s life there comes a time when the tenth line of code is suddenly executed way after the twentieth line and you have no…Jan 7, 2022Jan 7, 2022
Setting permanent Android PATHs on LinuxBuilding a mobile app is not a simple task, not only because a developer must create oodles of efficient code, but also because there is a…Dec 11, 2020Dec 11, 2020
Serving multiple Django apps on second-level domains with Gunicorn and NginxIntrouctionNov 11, 20192Nov 11, 20192