ODOusseynou Diopinousseynoudiop.com·Mar 4, 2021 · 4 min readHow to build production-ready application with Django and PostgreSQL | 2021Introduction Build basic application everyone can do it but build real world production-ready application require lot of work. In this guide i will show you how to build production-ready application with Django and Postgresql. Django is a high-level ...00
ODOusseynou Diopinousseynoudiop.com·Mar 1, 2021 · 4 min readPython REST APIs with FastAPI, CRUD applicationIntroduction FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. Why you should use FastApi for your next project? Fast: Very high performance, on par with NodeJS and Go...00
ODOusseynou Diopinousseynoudiop.com·Nov 28, 2020 · 3 min readDeploy Django web application to HerokuDeploy Django web application to Heroku Introduction Heroku is a cloud application platform, it facilitates the deployment of a web application. They support several programming languages, include Python. Install Heroku Toolbet To install Heroku Tool...00
ODOusseynou Diopinousseynoudiop.com·Aug 19, 2020 · 5 min readDjango class-based views with paginationIntroduction The final project, I am using a phonebook application – Github repo Applications grow in terms of complexity and we will end up repeating certain functions or patterns again and again. Django tries to take away some of that monotonous at...00
ODOusseynou Diopinousseynoudiop.com·Aug 6, 2020 · 3 min readFree resources to host your web application.hosting your web application 1. Python Cloud ways. Python anywhere. Amazon free tier. Open shift. Heroku. Digital ocean. Open node. Azure. Google cloud. 2. Javascript Cloud ways. Github pages. Amazon free tier. Heroku. Free web hosting. Netlify. ...00