Articles & Writings
Deep dives into FastAPI architecture, Python automation, distributed systems, and modern web engineering
Scaling Python Automation Pipelines: A Case Study on PDF Data Extraction
An in-depth technical dive into building high-throughput document processing pipelines, extracting structured tables and key-value fields from unstructured PDFs using Python and OCR.
All Articles(4)
Scaling Python Automation Pipelines: A Case Study on PDF Data Extraction
An in-depth technical dive into building high-throughput document processing pipelines, extracting structured tables and key-value fields from unstructured PDFs using Python and OCR.
Why FastAPI is My Go-To Framework for Production Backend Engineering
Comparing asynchronous performance, Pydantic V2 type validation, auto OpenAPI generation, and developer ergonomics across FastAPI, Django, and Express.js.
Decentralized Smart Contract Auditing: Lessons from Building BlockWin
Key security patterns, random seed generation challenges using Chainlink VRF, and gas optimization techniques learned while designing an Ethereum lottery dapp.
Architecting Resilient Microservices with Asynchronous Workqueues
How Celery, Redis, and FastAPI handle background jobs, rate limits, retry backoffs, and dead-letter queues in mission-critical applications.
Thoughts & Engineering Updates
Short snippets, tech insights, and project updates shared on X (Twitter)