All
Articles 112,778Blog Posts 122,328Tech Tutorials 28,754Research Papers 23,063News 16,805
⚡ AI Lessons

Dev.to · Alin Climente
2mo ago
How to create gemini-embedding-2 using Google Batch API
Here are some sample functions extracted directly from an app I'm building. Wasted some hours on it...

Dev.to · Alin Climente
⚡ AI Lesson
3mo ago
How to add Docling Serve API in your Docker Compose Stack
Docling is good at taking a file or url and converting it to markdown. You have the option to use it...

Dev.to · Alin Climente
4mo ago
Meilisearch Python setup
How to use Meilisearch full-text-search in Python

Dev.to · Alin Climente
🔧 Backend Engineering
6mo ago
Simple BOT blocker with Caddy and Django
Tired of seeing this in your Django logs? They do no harm because Django handles them...

Dev.to · Alin Climente
🔧 Backend Engineering
8mo ago
How to implement SSE in Django with WSGI
What are Server Sent Events (SSE)? Server Sent Events (SSE) are a super lightweight method...

Dev.to · Alin Climente
⚡ AI Lesson
1y ago
How to create a simple scheduler in Django
How to create a simple scheduler in Django with no extra dependencies

Dev.to · Alin Climente
🔧 Backend Engineering
⚡ AI Lesson
5y ago
Use FastAPI to create a desktop application (no Electronjs)
Not only JS folks can do it we can do it too! First, install this library: pip install...

Dev.to · Alin Climente
⚡ AI Lesson
5y ago
Flask for creating desktop apps (no Electronjs)
Yep, you read that well desktop applications using Python and web technologies. First, install this...

Dev.to · Alin Climente
⚡ AI Lesson
5y ago
Serving 1000 requests in 230ms with FastAPI + Vuejs
I made a boilerplate project for FastAPI and Vue and I was curious if FastAPI can handle delivering...
DeepCamp AI