API RESTful API Basics For Non-Technical Founders and Product Managers Before you continue reading, do consider that this post is written for non-technical founders and product managers. I’ll focus mainly on RESTful APIs in this post. I will oversimplify some concepts…
Django How To Use Dynamic Subdomains In Django You should really consider serving each entity on a separate domain or subdomain. Why? Because…
Web Development How to Add A Navigation Menu In Django Admin Despite all the advantages of Django Admin, it could still use a few improvements. One such tweak is adding a navigation menu in Django Admin. This tutorial will show you how to add one.
Web Development When To Use Django (And When Not To) Choosing a language and framework because you used it on your last project — or because you are more familiar with it — is not the way to go. Before starting a new software project, you want to…