Apr 11 · 2 min read · As we navigate the API-first landscape of 2026, building lightweight and scalable services remains a critical skill for Python developers. Understanding how to structure your endpoints efficiently is the fastest way to reduce technical debt in your b...
Join discussionAug 25, 2025 · 8 min read · Amazon S3 became the de facto standard for storing objects due to its cheap price, and it's designed for high durability, with a 99.999999999% durability guarantee. We can talk a lot about Amazon S3, but today in this blog, let’s see how to upload a ...
Join discussion
Jul 5, 2024 · 4 min read · Introduction FastAPI is a modern, high-performance web framework for building APIs with Python 3.7+ using standard Python type hints. It's designed to be easy to use and to create efficient, scalable web applications. What is FastAPI? FastAPI is a we...
Join discussionApr 22, 2023 · 3 min read · I recently used JSON Schema in one of my projects for API request validation on AWS API gateway. I found it overwhelming at first, but quite powerful as it fit our use case quite well. Validating request before it hits your back-end system can filter...
Join discussion