K-Kevin - Backend, System Design, Automationinbackendprep.hashnode.dev·Mar 22 · 6 min readUsing Async SQLAlchemy Inside Sync Celery TasksIntroduction Let me be honest. I've built this beautiful, modern web application using FastAPI and Async SQLAlchemy. Everything is blazing fast and non-blocking. Then, I needed to handle background jo10
K-Kevin - Backend, System Design, Automationinbackendprep.hashnode.dev·Mar 22 · 6 min readHow Good Engineers Design REST APIsHow Good Engineers Design REST APIs When engineers start building APIs for the first time, the endpoints often look like this: POST /createBlog GET /getBlogs POST /deleteBlog This works at the begin10