HTTP Requests have some common request types:
/GET: request.get(): is used to retrieve data from a server.
⛶GET https://api.user.org/users/?id=AAA
/POST: request.post(): is used when sending data t...
Developing APIs is a crucial part of modern software projects, and OpenAPI is the de facto standard for documenting APIs. While FastAPI seamlessly integrates OpenAPI schema generation and documentatio...
As a best-selling author, I invite you to explore my books on Amazon. Don't forget to follow me on Medium and show your support. Thank you! Your support means the world!
Graph databases are an essen...
Django is powerful, but is your app running at its full potential? Slow performance can hurt user experience, SEO rankings, and even cost you money. Whether you're handling thousands of users or scali...
Every engineer that loves Django and has a blog has at least one of these posts.Django's ORM is excellent, but given enough time it's easy for approaches that weren't mistakes to grow into mistakes Th...
What's CSRF?
Cross site request forgery is a type of attack where a malicious website tricks a user into performing actions on another site where they're authenticated. This is usually done b...
When working with text data, you often need to check whether a specific word appears in a given text. The Python function below provides a simple way to do this using regular expressions:
⛶import re...
I have switched the license of AI Runner from GPL 3 to Apache 2.0 in an effort to encourage developers to use it in their own projects. Head over to my repo on Github, give it a star, clone the repo a...
Ever Had a Chatbot Give You Nonsense?
We’ve all been there. You ask an AI assistant something important, and it confidently spits out a completely wrong answer. Maybe it tells you the Eiffe...
AI agents are revolutionising industries by automating complex tasks and enabling efficient workflows. However, the effectiveness of these agents more dependent on data, systems and other agents.The M...