I just open‑sourced Docxy – a PDF table extraction API that actually works!
1. Upload a PDF
2. Get back Excel tables + full text with placeholders
3. Secure, async, Docker‑ready
Built with FastAPI + Camelot + pdfplumber.
Check it out: github.com/arnalph/docxy#Python#FastAPI
Day 4 of my Mobile Backend Journey🚀
Learned FastAPI basics—GET/POST, Pydantic validation, and API testing with Postman.
Incremental progress, shipping consistently 💻
#Day4#Backend#FastAPI#BuildInPublic
According to this article, in 2025, ~40% of new Python developers chose FastAPI for production APIs. Now enterprise teams are switching in 2026. Weigh in here▶️dzone.com/articles/how-f…#Python#FastAPI#APIs#Backend
@CynthiaKaluson This is a great stack — FastAPI's async performance + OpenAI is a powerful combo for healthcare. One tip: consider adding rate limiting (e.g. slowapi) on the chatbot endpoint to protect against abuse in production. Congrats on shipping! 🚀 #Python#FastAPI#BuildInPublic
Back after 2 weeks of deep work and the MVP is finally alive.
Automated the whole pipeline:
Audio -> @GroqInc (insane speed)
Auto-search via Pexels
Managed in @supabase
Rendered with MoviePy
Check the demo(PS: Video Recording has no sound)👇
#FastAPI#Groq#BuildInPublic#Python
Building isn’t just about coding — it’s about structure.
My 8‑day roadmap:
Day 1–2: repo, local run, data & embeddings
Day 3: backend + UI deployed
Day 4: QA & docs
Day 5: pitch + LinkedIn + CV
Days 6–8: ETL + BI + portfolio
#AI#DataEngineering#FastAPI#Streamlit
FastAPI × AI API connected project.
- Built with FastAPI
- Dockerized
- Simple AI endpoint working
Tested locally and confirmed response.
Starting to build more backend-focused projects.
github.com/hiro-kuroe/fas…#FastAPI#Python#AI
updates on my langgraph agent fastapi is live
access_tokens burned a lot
time to optimize the reasoning chain.
milvus lite connection issues were throwing 500s under load.
next - milvus standalone (docker).
build better infra.
#fastAPI#buildinpublic