Tag archives: object-storage

RSS feed of object-storage

Favicon with Django on iPhone, Android, Desktop, Windows and all the family

Published April 28, 2016 in Development, Web - Last update on April 28, 2016.

Every web developer has already play with favicon.ico, the simple tag for add an icon on browser tabs or starred page. For noobies it's:

<link rel="icon" href="/favicon.ico">

But nowadays with all the existing client platforms just this tag isn't sufficient. There are Apple devices, Android, Windows (huch) for ...

Continue reading

Flickr as Django Storage

Published April 1, 2016 in Cloud, Development, Web - Last update on April 8, 2016.

As explained in previous article, I decided to store my photos on Flickr. It isn't written on the paper but's it's a quite cheap cloud solution. And like all object storage, it has a public HTTP API for automate actions. Open source communities purpose a lot of client implementation in many languages ...

Continue reading

Store my pics on cloud

Published March 22, 2016 in Cloud, Deployment - Last update on March 22, 2016.

It's been now more than 4 month I've bought my Fujifilm X-T10 (and it's so cooool) and would like to put my photos on cloud and access them anywhere I want. I would like to store photos in raw JPEG format (4-10MB per photo) and thumbnails for preview.

As many people endorse ...

Continue reading