@codejagaban wrote a tutorial on something most React devs have had to piece together themselves: file uploads with useActionState.
Less boilerplate, cleaner code, and you skip building the upload pipeline from scratch.
Read it here: https://t.co/oIOOgllRUZ
Most React Hook Form tutorials stop right before the part that actually breaks. The file upload field.
@codejagaban wrote the part nobody writes, take a look!
https://t.co/4vEOPmtiFr
Seven cropping tools vs. our own approach. Same criteria across all of them.
Cropper.js, react-easy-crop, Pintura, Sharp, ImageMagick, Thumbor, Cloudinary.
Where each one actually wins:https://t.co/QUnCojTLgM
Most CLIs were built for humans reading --help. This one was built so agents wouldn't have to.
The Uploadcare CLI ships with a command that returns its entire surface as machine-readable JSON. Hand that to Claude, Cursor, or Copilot and the model generates valid commands on the first try — no fumbling through help text, no hallucinated flags.
Humans get a normal CLI. Agents get a schema. Everyone wins.
Walkthrough: https://t.co/s75Gnn3GLR
The Uploadcare CLI is live. 💫💫💫
The full Upload & Delivery Platform, scriptable from the terminal. One binary. CI/CD and AI-agent ready.
How we built it, and a batch pipeline that deletes thousands of files in two commands: https://t.co/8Os7NzFd65
Your file uploader should reject .exe files before they touch your server, not after.
The accept parameter in Uploadcare's File Uploader handles client-side filtering. The REST API handles the rest.
https://t.co/vJwdH1yZG7
@jmabmo was at the @NABShow earlier this month and here's what stuck with him.
→ AI is past the hype. Real workflow impact is happening now.
→ AV1 is becoming the encoding standard serious teams are moving to.
→ Vertical video and microdramas are building the most loyal audiences in media.
→ Every company — B2B, B2C, government — is now a media company.
The infrastructure layer matters more than ever. That's what Uploadcare is built for. https://t.co/uG9vKmT8iz
#NABShow #Uploadcare #MediaTech
Had a fun time speaking at @cityjsconf today🚀
It’s not every day you get a room full of React devs excited about Web APIs, but that’s exactly what happened and it was such an amazing experience.
Huge thanks to everyone who attended my session on building forms with Web APIs 🙏
Heading to @NABShow? So is Jorge! 🎰
From April 18th to 22nd, he’ll be on the floor exploring the future of media workflows.
Whether it’s video pipelines or global content scaling, he’s diving deep into it all. 🚀
Drop a comment or DM to link up! 🤝
#NABShow#Vegas #CreatorTools #MediaOps
Happening tomorrow in #London at 11:30 am! 🎡
@codejagaban will be speaking at #CityJSLondon about the native browser APIs that are changing the game.
Stop over-complicating your stack! 🛑
Learn how to ditch the heavy libraries and use tools like Constraint Validation and Popover to build a leaner, faster web.
See you at the Great Hall! 🎟️✨
#WebDev #JavaScript #CityJS #NativeAPIs #BuildOnThePlatform
Native browser APIs have come a long way.
Constraint Validation, Popover, and more are now capable of handling what we used to reach for third-party libraries to solve.
Our Developer Advocate @TrustJamin is unpacking exactly that at @CityJSConf London on April 17 at 11:30.
Be sure to catch the talk at the CityJs Conference!
#CityJSLondon #JavaScript #WebDev
Uploadcare is at @NABShow 2026 in Las Vegas, April 18–22!
If you're managing video pipelines, media storage, or scaling content delivery — Jorge is the person your team should talk to, and he'll be on the floor.
Spot him? Don't be shy — he loves talking media tech 😄
Native browser APIs have come a long way.
Constraint Validation, Popover, and more are now capable of handling what we used to reach for third-party libraries to solve.
Our Developer Advocate @TrustJamin is unpacking exactly that at @CityJSConf London on April 17 at 11:30.
Be sure to catch the talk at the CityJs Conference!
#CityJSLondon #JavaScript #WebDev
We made the list 👀
Uploadcare was named one of the top 10 Imgix alternatives in 2026 by @TheAIJournal1 — recognized for handling uploads, processing, and CDN delivery all in one place.
If you're evaluating your media stack this year, this one's worth a read:
https://t.co/4GHCu4gqWX
File uploads in Laravel — done right. 🚀
New tutorial: build a file upload feature with Laravel + Uploadcare for CDN delivery, image optimization & secure storage.
No unnecessary complexity. Just clean, scalable uploads.
👉 https://t.co/ak4D13aR9X
#Laravel#PHP#WebDev
How do you handle large file uploads in WordPress?
If you're still relying on the default uploader, you're likely hurting your server performance.
Check out our guide on offloading uploads for better speed and security:
https://t.co/MBSOdYmrcN
#SiteSpeed#WPDev