Skip to main content

DFD(Documentation-First Development) with FastAPI

Track:
Web technologies
Type:
Talk (long session)
Level:
beginner
Room:
South Hall 2A
Start:
12:10 on 10 July 2024
Duration:
45 minutes

Abstract

Many software engineers, particularly web developers, recognize the critical importance of documentation for efficient collaboration. Yet, the challenge of maintaining up-to-date documentation remains a pervasive issue, often due to human errors such as failing to update documentation after changes in the codebase.

This presentation introduces the philosophy of Documentation-First Development (DFD), a methodology I advocate for that leverages the code-based OpenAPI documentation generation capabilities of the FastAPI framework. I will discuss methods to embody this philosophy, including the use of a sub-application pattern to segregate API documents and the application of generic types for crafting reusable custom response models. Additionally, I will address the limitations of traditional approaches to API documentation and demonstrate how FastAPI, in conjunction with Pydantic, offers a more effective solution by automatically keeping documentation synchronized with the code.

This presentation aims to enlighten attendees on the benefits of the FastAPI framework and provide practical insights into creating precise and well-maintained API documentation. It is designed for audiences interested in enhancing their documentation practices and those curious about the advantages of employing FastAPI for web development projects.


The speaker

Taehyun Lee

Taehyun Lee

Hi, I am Taehyun from South Korea. I am currently working as a software engineer in Karrot, which is a start-up in South Korea, and a senior year majoring in Swedish at the university.