-
Using genanki, the process was straight forward, instead of my initial .txt output, now its a full on functional .apkg that can be imported directly to the Anki App as a studying deck. which i faced a problem with my old parsing and cleaning logic.. which in the output looked something like this
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
hosting was a problem for me at first, since i didn't really want to pay at the start since its a hobby MVP with no revenue, i used Render's free tier for the backend hosting and used https://vercel.com/
-
until i realized Anki has their own API Interface, which made me realize that i can automate this task, efficiently, while also getting hand on experience using FastAPI and LLMs (but am i going to change the stack later?.. lets see)
Related posts
-
Python's FastAPI and How It Compares to Express
-
FastAPI: A Python Web Framework for NodeJS Developers
-
Getting Started with FastAPI: A Beginner’s Guide Using Python 🐍
-
Building Weather & History Story Cards with Python and FastAPI
-
Dashboard for Researchers & Geneticists: Functional Requirements [System Design]