📰 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

Dev.to · Artem
1d ago
Sorting Encrypted Strings with a Leaked-Order Index
TL;DR: This is not a cryptographic construction. It is a pragmatic engineering compromise for...

Dev.to · Artem
🤖 AI Agents & Automation
⚡ AI Lesson
2w ago
Building Production-Ready Semantic Search with Python and Snowflake Cortex
Recently I has been given a task to implement AI powered semantic search for our catalogue and as we...

Dev.to · Artem
3w 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...

Dev.to · Artem
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...

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...

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...

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...

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"]) ...

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...

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...

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...
DeepCamp AI