Set up a Vue app running on Vite

This is a beginner guide on how to set up a vue.js app running on Vite. I’ll also add and configure ESLint & Prettier for linting and code formatting, set up Tailwind CSS for styling, and finally configure VueX and Vue Router.
Using Vue.js alongside Django Template

This post aims to show that you can start to use Vue with your Django projects immediately without any sophisticated setup that will take hours to complete.
The Easiest Way To Generate Fancy Avatars In Python
This is a really short article, where I will show you how to generate cool avatars from a given string (email, username…) or from your logo using python.
Building a Full-Text Search App Using Django, Docker and Elasticsearch

In this article, I will be giving you brief information about Elasticsearch, its installation, and some examples of usage.