Handling images as base64 strings with Django REST Framework
4th July 2015 12:01 pm
I'm currently working on a Phonegap app that involves taking pictures and uploading them via a REST API. I've done this before, and I found…
4th July 2015 12:01 pm
I'm currently working on a Phonegap app that involves taking pictures and uploading them via a REST API. I've done this before, and I found…
17th June 2015 7:34 pm
I ran into a small issue today. I'm working on a Django app which uses Celery to handle certain tasks that don't need to return a response…
14th June 2015 8:29 pm
Although I'd prefer to use Python or Node.js, there are some times when circumstances dictate that I need to use PHP for a project at work…
3rd May 2015 6:55 pm
I wrote an article for Sitepoint recently about creating a static site generator as a Grunt plugin, similar to the one for this site. You…
18th April 2015 2:05 pm
As I mentioned a while back, I recently switched the search on my site from Google's site-specific search to Lunr.js . Since my site is…