Published on Nov 08, 2023 Create Django Project with Modern Frontend Tooling In this article, we will create a Django project and add modern frontend tooling and Tailwind CSS to it. Read more →
Published on Nov 05, 2023 How to create ChatGPT-alike interface with Hotwire, Django and Celery This tutorial series is to teach people how to build ChatGPT with Django, Hotwire, Websocket and Celery. Read more →
Published on Aug 03, 2023 How to Combine Frontend and Backend (For Python Web Developers) After reading, you will know the six solutions to combine the frontend and backend, and the pros and cons. Read more →
Published on Jul 15, 2023 Lightweight Javascript Framework Review (For Django Developers) I will talk and compare lightweight javascript frameworks, and help you decide which one is the best for your Django project. Read more →
Published on May 17, 2023 Django Form Validation Guide In this tutorial, I will talk about some ways to do form validation in Django, and compare them to help you choose the best way in your project. Read more →
Published on Apr 04, 2023 How to add Typescript to the Django project I will talk about TypeScript and how to add it to the frontend of the Django project. Read more →
Published on Sep 29, 2022 How to Develop Responsive HTML Email in Django In this tutorial, I will talk about how to use Django-mjml to develop Responsive HTML Email in Django. Read more →
Published on Aug 31, 2022 Django Favicon Guide In this tutorial, I will talk about the two solutions to add Favicon to your Django project. Read more →
Published on Nov 24, 2021 Render Django Form with Tailwind CSS Style In this Django Tailwind tutorial, we will learn how to render Django form with Tailwind CSS style. Read more →
Published on Nov 17, 2021 Optimize Tailwind CSS in Django Optimize Tailwind using PurgeCSS, and make web page auto reload on code change during development. Read more →