✕ Clear all filters
13 articles
▶ Videos →

📰 Dev.to · Artem

13 articles · Updated every 3 hours · View all reads

All Articles 102,803Blog Posts 115,510Tech Tutorials 26,037Research Papers 21,011News 16,066 ⚡ AI Lessons
Handling Non-Stationary Time Series: Building a Probabilistic Engine with XGBoost & Python
Dev.to · Artem 1mo ago
Handling Non-Stationary Time Series: Building a Probabilistic Engine with XGBoost & Python
If you have ever tried to apply Machine Learning to financial time series, you know the heartbreak of...
Ace These 5 Backend Concepts to Become a Senior Engineer
Dev.to · Artem 🔧 Backend Engineering 1mo ago
Ace These 5 Backend Concepts to Become a Senior Engineer
Nowadays, AI can help ship almost every backend feature in a few minutes, but it does not replace the...
Best Pytest Courses in 2026: A Transparent Review From a Course Creator
Dev.to · Artem 2mo 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 2mo 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 3mo 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 🔧 Backend Engineering 4mo 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 🔧 Backend Engineering 8mo 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 🔧 Backend Engineering 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...