Skip to content

itamarsb/api-engineering-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

api-engineering-lab

Production-oriented API Engineering Lab using FastAPI, OpenAPI, JWT Authentication, Testing, Observability, Performance Testing and Integration Patterns.

API Engineering Lab

Overview by Infographics:

English

EN

Português (Brasil)

PT-BR

Español (España)

ES

Initial structure:

api-engineering-lab/
│
├── README.md
│
├── docs/
│   ├── api-fundamentals.md
│   ├── http-basics.md
│   ├── rest-architecture.md
│   ├── openapi-swagger.md
│   ├── authentication.md
│   ├── versioning.md
│   ├── observability.md
│   ├── grpc.md
│   ├── graphql.md
│   └── interview-notes.md
│
├── diagrams/
│   ├── high-level-architecture.png
│   ├── request-flow.png
│   └── observability-flow.png
│
├── images/
│
├── labs/
│
│   ├── 01-fastapi-basics/
│   ├── 02-rest-crud/
│   ├── 03-openapi-documentation/
│   ├── 04-pydantic-validation/
│   ├── 05-error-handling/
│   ├── 06-authentication/
│   ├── 07-testing/
│   ├── 08-postman/
│   ├── 09-k6-load-testing/
│   ├── 10-observability/
│   ├── 11-webhooks/
│   ├── 12-websockets/
│   ├── 13-graphql/
│   └── 14-grpc/
│
├── postman/
│
├── k6/
│
└── .github/

Questions proposed for each lab:

  • How is this API documented?

  • How does an external consumer understand the contract?

  • How are errors standardized?

  • How is authentication applied?

  • How do I test it?

  • How do I monitor it?

  • How do I version it without breaking clients?

  • How do I know if the API is slow?

  • How do I compare REST with gRPC, GraphQL, or WebSockets?

About

Production-oriented API Engineering Lab using FastAPI, OpenAPI, JWT Authentication, Testing, Observability, Performance Testing and Integration Patterns.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors