Without using a subdomain, Django's static files, or a reverse proxy, can you build a statically generated blog into your Django app? Yes! I'll show you how I created a static blog in Hugo and added it to my Django project. (more…)
Read more »
Given the size of Microsoft, their reputation in enterprise environments and the growth of Azure as a cloud platform, its fair to say that ignoring Microsoft (and their associated products) in your test scripts will limit the ability for your app to grow....
Read more »
In this article, I’m documenting some of my findings when implementing Full-Text Search (FTS) in PostgreSQL (using Django ORM) and ElasticSearch.
As a Django developer, I started looking into available options to perform a Full-Text search over a standard... (more…)
Read more »