Told you, we love sharing!
Whenever the codebase of a frontend application starts growing bigger, the initial solution seems straightforward. You just hire a couple more developers, spin up a few new feature branches, and keep pushing code into the same repository. For a while, that works perfectly fine. It’s the classic way software gets built. But eventually,...
In today's digital world, web accessibility has become necessary, not optional. Millions of people around the world use assistive technology to access the web. An inaccessible website is a tremendous barrier to individuals with visual, auditory, cognitive or motor disabilities. Artificial Intelligence (AI) is growing and consequently...
In my last project, I ran into a problem: how to handle large file uploads in a React app. The single request file upload wasn’t working for files over 100MB. Network instability, slow speeds, and interruptions caused failed uploads and a bad user experience. That’s when I looked into multipart file uploads—a technique that involves...
