Urgent.News

What's breaking now, across thousands of outlets.

More in Tech

How an Everyday Upload Limit Turned into an Algorithm Problem

1. The Problem I recently got a bug ticket about a file upload flow. The application is deployed on Vercel. When creating an order, users can attach multiple files, and the original implementation…

  • Creating orders with multiple files caused breach of Vercel's 4.5 MB request limit
  • Files uploaded individually increased HTTP requests
  • Problem resembled Bin Packing Problem, akin to LeetCode 1986

More from Wednesday 16 September →