montrealrb presentation: cloudinary

12
Cloudinary by Alain Pilon

Upload: alain-pilon

Post on 08-Jul-2015

265 views

Category:

Technology


0 download

DESCRIPTION

Slides for my presentation at the Montreal on Rails user group about cloudinary (goo.gl/KUPmX).

TRANSCRIPT

Page 1: MontrealRb presentation: Cloudinary

Cloudinaryby Alain Pilon

Page 2: MontrealRb presentation: Cloudinary

THIS IS NOT ADVERTISEMENT!

Page 3: MontrealRb presentation: Cloudinary

Topics covered

What?

Why?

When?

How?

Cool stuff

Alternatives

Page 4: MontrealRb presentation: Cloudinary

What?

Cloud service

Smart image manipulation and management

Acts as:

Storage

Backup

CDN

Transformer

Page 5: MontrealRb presentation: Cloudinary

Why?

Image management sucks

Not a lot of choices (anyone uses something else than CarrierWave?)

Flexibility

You can’t predict the future

Speeds up your site & development

Page 6: MontrealRb presentation: Cloudinary

When?

As early as possible since you will have to move all your assets to Cloudinary

Page 7: MontrealRb presentation: Cloudinary

How?

Simple URL

Carrierwave

Attachaniary

http://res.cloudinary.com/hhfav761b/image/upload/group.jpg

Page 8: MontrealRb presentation: Cloudinary

Cool stuff?

Private images/versions

Sprite generation

Face detection => face blurring(!)

camera EXIF

Metadata (gps, etc...)

Colors

Page 9: MontrealRb presentation: Cloudinary

More cool stuff

Correct picture orientation (for mobile)

Manipulations (creative cropping, borders, watermarks, etc)

Create animated GIF

1 account => multiple sites

Page 10: MontrealRb presentation: Cloudinary

Good to know

Images are loaded async

give a size to the img elements

some jQuery plugins need tweaking

Page 11: MontrealRb presentation: Cloudinary

Alternatives

https://github.com/tobi/imagery (good luck)

Page 12: MontrealRb presentation: Cloudinary

Thank you!

Try Cloudinary: goo.gl/KUPmX