ata
.
soy
NEW
How I handled large file uploads in a Serverless Next.js app
I ran into Vercel's 4.5MB serverless function limit when uploading PDFs to OpenAI. The solution? Use client-side uploads to cloud storage with signed URLs, then process files from there.
3 mins
2025-01-05
Simple Compiler Construction - md2jsx
I had enough of vibe coding for around two months, so I wanted to take control back and learn more about computer science. So I built a simple Markdown to JSX compiler. I'm currently studying programming language fundamentals where we also go through this stuff!
8 mins
2025-05-19
My Binary Search Notes - Only Explanation You Would Ever Need
Binary search is one of the fundamental sorting algorithms and a building block for more complex ones. It can be tricky to understand at first...
5 mins
2025-05-04