✕ Clear all filters
11 articles

📰 Dev.to · Artem

11 articles · Updated every 3 hours · View all reads

All Articles 83,650Blog Posts 106,015Tech Tutorials 20,471Research Papers 17,848News 14,030 ⚡ AI Lessons
Best Pytest Courses in 2026: A Transparent Review From a Course Creator
Dev.to · Artem 1mo ago
Best Pytest Courses in 2026: A Transparent Review From a Course Creator
A few years ago, I had a problem that many Python team leads eventually face. I was working at an AI...
Celery + Redis at Scale: Designing a Reliable and Efficient Task Queue in Production
Dev.to · Artem 1mo ago
Celery + Redis at Scale: Designing a Reliable and Efficient Task Queue in Production
Running Celery + Redis in production is easy — until it isn’t. What works locally quickly breaks...
I built a Self-Hosted Solana Payments Library for Django Framework
Dev.to · Artem 2mo ago
I built a Self-Hosted Solana Payments Library for Django Framework
I have built a library for the Django framework that simplifies the process of accepting crypto...
AI Wrote It. Your Database Paid for It: How get_object() in DRF Actions Quietly Kills Backend Performance
Dev.to · Artem 3mo ago
AI Wrote It. Your Database Paid for It: How get_object() in DRF Actions Quietly Kills Backend Performance
A pattern that looks clean, “idiomatic,” and AI-approved: @action(detail=True, methods=["put"]) ...
Implementing Strictly Typed JsonRpc Method Calls in Kotlin
Dev.to · Artem 7mo ago
Implementing Strictly Typed JsonRpc Method Calls in Kotlin
Throughout my career, I've primarily worked with two main programming languages - C# and Kotlin (plus...
FastAPI & PostgreSQL Sharding: A Step-by-Step Guide (Part 2) - Step-by-Step Implementation
Dev.to · Artem 7mo ago
FastAPI & PostgreSQL Sharding: A Step-by-Step Guide (Part 2) - Step-by-Step Implementation
This is a continuation of my series of articles about horizontal scaling of databases. In the first...
Django + PgBouncer in Production: Pitfalls, Fixes, and Survival Tricks
Dev.to · Artem 9mo ago
Django + PgBouncer in Production: Pitfalls, Fixes, and Survival Tricks
In this article I will tell you about my experience of using PgBouncer with the Production Django...