News

FastAPI Fibonacci Server A high-performance Fibonacci calculator API with both Python and C++ implementations.
A FastAPI based microservice that exposes three arithmetic operations—factorial, Fibonacci, power—over HTTP. Each request is logged to a local SQLite database, responses are cached in‑process, ...