Blogs

Set up a Vue app running on Vite

Set up a Vue app running on Vite

April 5, 2021

#vuejs #vitejs #tailwind-css #vuex #vue-router #eslint

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.

Read more >
Using Vue.js alongside Django Template

Using Vue.js alongside Django Template

January 3, 2021

#django #vuejs #axios

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.

Read more >
The Easiest Way To Generate Fancy Avatars In Python

The Easiest Way To Generate Fancy Avatars In Python

September 8, 2020

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

Read more >
Building a Full-Text Search App Using Django, Docker and Elasticsearch

Building a Full-Text Search App Using Django, Docker and Elasticsearch

August 16, 2020

#python #django #elasticsearch #docker

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

Read more >
GraphQl In Django - An Overview

GraphQl In Django - An Overview

April 8, 2020

#python #django #graphql #graphene

By reading this article, I would suppose that you know enough to decide whether you will use GraphQl in your next Django project or not.

Read more >