Tag: tech
-
Practice apps to build after finishing your first iOS development course
About a year ago, I learned iOS development by following a course on Udemy and reading various tutorials online. This taught me a lot about building iOS apps using the Swift language. But once the tutorial was over, I was left with one question, what now? This article is my attempt to answer that. Here…
-
A better way to manage settings.py in your Django projects
I use the term "environment" quite a lot in this article. If you’re not aware of what that means, or just want to be sure that I use it in the same way as you do, look at the definition I give at the end of the article. settings.py is a core file in Django…