
Improving First Byte and Contentful Paint on a Django Website
Recently I have been experimenting with http streaming and realized how it can improve page...

Author profile
Author of Web Development with Django Cookbook.
Browse the latest writing surfaced through DevArt.

Recently I have been experimenting with http streaming and realized how it can improve page...

If you are familiar with Wagtail CMS for Django, you know that you can create Wagtail pages and...

This year, I want to bring my centralized gamified donation platform www.make-impact.org to life (at...

Recently, I developed a reusable Django app django-clearplaintext for normalizing plain text in...

After more than 20 years of building for the web, this topic somehow kept slipping past me. It always...

The Situation The domain for my first SaaS project 1st-things-1st.com was registered with...

The Challenge Elasticsearch improves the performance of filterable and searchable list...

When you create a local website, the local time usually matches your country’s timezone, and all...

A decade ago, adding website analytics was simple: you’d just paste a JavaScript snippet from...

Sometimes, certain pages of a Django website might receive unwanted traffic from crawlers or...

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...