K-Kevin - Backend, System Design, Automationinbackendprep.hashnode.dev10Using Async SQLAlchemy Inside Sync Celery TasksMar 22 · 6 min read · Introduction 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 joJoin discussion
K-Kevin - Backend, System Design, Automationinbackendprep.hashnode.dev10How Good Engineers Design REST APIsMar 22 · 6 min read · How 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 beginJoin discussion