When I studied algorithms more than twenty years ago, I saw their general usefulness, but since then,...
When you need to use GraphQL with Django, a common practice is to use Graphene-Django, which allows...
Although social media algorithms usually discourage posting links so that users stay as long as...
Certain modern website features require HTTPS, including Progressive Web Apps (PWA), WebSockets,...
Summarizing lengthy text can be tedious, especially on platforms like PyBazaar, where concise...
At DigitalOcean, when you need large amounts of static data (images, documents, or videos), you have...
Recently, I moved the DjangoTricks website and started PyBazaar on servers with Nginx Unit. One thing...
As you might know, I am developing PyBazaar, a Python Developer Marketplace. For a project of that...
Recently, I learned about the NGINX Unit and decided to try it on my DjangoTricks website. Unit is a...
I like django-crispy-forms. You can use it for stylish uniform HTML forms with Bootstrap,...
When I initially created my MVP (minimal viable product) for 1st things 1st, I considered the whole...
As you might know, I have been developing, providing, and supporting the prioritization tool 1st...
When you have some generic functionality like anything commentable, likable, or upvotable, it’s...
For more than a decade, I was focused only on the technical part of website building with Django....
When you are building websites with Django, there is no need to track their software versions. You...
This is a guest post by Serhii Kushchenko, Python/Django developer and data analyst. He is skillful...
For quite some time, I have been building a SaaS product - strategic prioritizer 1st things 1st....
When you develop a web app or a mobile app with Django, it is common to use the Django REST...
This is a guest post by Mailtrap.io team. The original post on Sending emails with Django was...
SSH, short for Secure Shell, is a protocol for secure network communications. It is widely used for...
HTML5 comes with a bunch of new types for the input fields that are rendered as rich native...
This year DjangoCon Europe happened in Copenhagen, Denmark, at a very creative and special place...
Summary: you can use django-include-by-ajax to improve the performance and usability of your...
A while ago I wrote an article about exporting data to different spreadsheet formats. As recently...
From time to time I google for the right syntax how to process lists and dictionaries in Python or...
If you've read my Web Development with Django Cookbook, you might remember a recipe for creating...
A couple of months ago the third release of Django Cookbook was published under the title Django 2...
In the last three parts of the series of articles about analogies in Python and JavaScript, we...
This is the 3rd part of 4-article series about analogies in Python and JavaScript. In the previous...
Last time we started a new series of articles about analogies in Python and JavaScript. We had a...