Django ORM — Examples and Practice Problems
Starter guide for a RAG Web App using Chroma & OpenAI
Starter guide for a RAG Web App using Chroma & OpenAI

Hey folks, today we are going discuss How deploy an ASGI Django Application with Nginx, Gunicorn,Daphne and Supervisor on ubuntu server. Personally I like to use MobaXterm (it’s free) to log into my…

Chat GPT is a hot topic right now and it’s taking the world by storm. It’s possibility to respond in a human-like way is highly appreciated and causes many discussions about the future use of this…
How you can use the Python imaging library (PIL) to create a simple image.
A Beginner’s Guide for Leveraging Transfer Learning to maximize efficiency in Object Detection.
How to create a graph in Python with two legends using matplotlib and the legend() function.
String matching with Python
Faster Alternatives to Python’s Standard For Loop Implementations

This post explains how to mock your API dependencies while testing. While creating routes in fastapi, we usually add dependencies for various reasons. To name a few, decoding a jwt token or parsing a…