InLevel Up CodingbyAymane Mimouni·Apr 4, 2021Set up a Vue app running on ViteThis 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…
InThe StartupbyAymane Mimouni·Jan 8, 2021Using Vue.js Alongside Django TemplateThis post aims to show that you can start to use Vue with your Django projects immediately.A response icon3A response icon3
InThe StartupbyAymane Mimouni·Sep 11, 2020The Easiest Way to Generate Fancy Avatars in PythonThis is a really short article, where I will show you how to generate cool avatars from a given string or from your logo using python.A response icon1A response icon1
InLevel Up CodingbyAymane Mimouni·Aug 20, 2020Building a Full-Text Search App Using Django, Docker and ElasticsearchIn this article, I will be giving you brief information about Elasticsearch, its installation, and some examples of usage.A response icon1A response icon1
InThe StartupbyAymane Mimouni·May 13, 2020Graphql In Django — An OverviewSince being introduced by Facebook, GraphQL has been presented as a revolutionary alternative to REST APIs, GraphQL fixes many problems…