All Blog Posts in the Backend Category

Lab as a Service in DAZN

Lab as a Service in DAZN

I'm incredibly proud to share the outstanding work our team has accomplished recently in upgrading our testing lab infrastructure.

Read More
FastAPI Background Tasks - Introduction Guide

FastAPI Background Tasks - Introduction Guide

FastAPI feature for lightweight background tasks (functions) that will run in parallel with your main application.

Read More
API Validation with AJV and Json Schema

API Validation with AJV and Json Schema

AJV & Json Schema, a generic yet effective method for JavaScript API request validation

Read More
Integrating NewRelic with FastAPI & Docker

Integrating NewRelic with FastAPI & Docker

Enhance your FastAPI application's monitoring with NewRelic. Gain insights and improve performance with very minimal and simple setup steps.

Read More
Keep Your Routes Clean - Use Middleware for Extra Logic

Keep Your Routes Clean - Use Middleware for Extra Logic

I try to keep my routes as "clean" as i can, additional logic will be executed via middleware - Here's a small example I did with FastAPI

Read More