I got tired of manually aggregating the CSV files I receive for work, so I built a small app that summarizes sales by category just by selecting a file in the browser. I used Flask, a lightweight ...
Spread the loveWhen you’re building modern applications, APIs are the backbone. They’re how different software components ...
If you’re elbow-deep in software development, chances are you’ve wrestled with the challenge of keeping everyone and everything in sync. Code changes, build processes, deployments, notifications – ...
A browser-based hand-tracking drawing app. No WebRTC, no STUN/TURN — the browser sends webcam frames to the server over plain HTTP, and the drawing itself is kept entirely in the browser's own ...