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 Dec 28, 2021 How to deploy Django project to Heroku using Docker In this Django Heroku guide, I will talk about how to deploy Django project to Heroku using Docker. Read more →
Published on Dec 28, 2021 Heroku vs AWS Which is Best for Your Django project In this Django Heroku tutorial, I will talk about the relationship and difference between Heroku and AWS. Read more →
Published on Dec 28, 2021 Heroku Logs Tutorial In this Heorku tutorial, I talked about how to use heroku logs and how to use Sentry to record error log for Heroku app. Read more →