I recently tested Rich logging with a Django project and the results were good. Here's what it looks like: Note the file and line at the right hand of the terminal which shows were the log function was called. If your terminal supports hyperlinks, you can... (more…)
Read more »
As we have learned in my previous post, there are a lot of benefits in concentrating all the code related with sending emails in one place, creating a base mailer which handles the creation and… (more…)
Read more »
In this tutorial, we will build the API for a blog app featuring CRUD (Create-Read-Update-Delete) functionality with the Django Rest… (more…)
Read more »
This is an overview of a Proof-of-Concept web application I'm working on called django-postgres-vue-gitlab-ecs. This project aims to demonstrate the development and deployment of a web application using some of my favorite tools, languages and frameworks ... (more…)
Read more »