talk
Handling file uploads for modern developer
about
The talk centers on file-upload best practices as implemented in Shrine.
talk
Handling file uploads for modern developer
about
Discussed as part of the Ruby file-upload landscape and the speaker's history.
talk
Handling file uploads for modern developer
about
Discussed as part of the Ruby file-upload landscape and its missing built-ins.
talk
Handling file uploads for modern developer
about
Discussed as the opinionated library Shrine was forked from.
talk
Handling file uploads for modern developer
about
Compared with Shrine, especially regarding URL-encoded processing and bundled JavaScript.
talk
Handling file uploads for modern developer
about
Janko presents the gem as the recommended image-processing integration.
talk
Handling file uploads for modern developer
about
Discussed as traditional backend behind mini_magick with security concerns.
talk
Handling file uploads for modern developer
about
Recommended as a faster alternative backend to ImageMagick.
talk
Handling file uploads for modern developer
about
Recommended JavaScript library for the upload UX.
talk
Handling file uploads for modern developer
about
Covered as the generic resumable-upload protocol option.
talk
Handling file uploads for modern developer
about
Primary cloud storage target for direct and multipart resumable uploads.
talk
Handling file uploads for modern developer
about
Shrine is built on Rack to be framework-agnostic.
talk
Handling file uploads for modern developer
about
Explains validating MIME from content via magic bytes.
talk
Handling file uploads for modern developer
about
Explains why dimension validation is needed.
talk
Handling file uploads for modern developer
about
Covers direct-to-S3 uploads via Uppy.
talk
Handling file uploads for modern developer
about
One of two processing strategies compared.
talk
Handling file uploads for modern developer
about
One of two processing strategies compared.
talk
Handling file uploads for modern developer
about
Covers resumable uploads via S3 multipart and tus.
talk
Handling file uploads for modern developer
about
Discussed via Shrine's temporary/permanent storage separation.
from_talk
Handling file uploads for modern developer
talk
Takeaway from the Q&A on DDoS protection.
from_talk
Handling file uploads for modern developer
talk
Recommendation from the validation section.
from_talk
Handling file uploads for modern developer
talk
Recommendation from the validation section.
from_talk
Handling file uploads for modern developer
talk
Recommendation from the metadata recap.
from_talk
Handling file uploads for modern developer
talk
Recommendation from the image-processing section.
from_talk
Handling file uploads for modern developer
talk
Explicit recommendation from the upload UX section.
from_talk
Handling file uploads for modern developer
talk
Recommendation from the Q&A on testing.
from_talk
Handling file uploads for modern developer
talk
Recommendation from the Q&A on async upload transactionality.