Archive for December, 2010

MongoDB, Clojure, JSON and PHP – CongoMongo issues and solutions

Friday, December 31st, 2010

I’m currently working on a project where I use MongoDB and Clojure to create an API only type of service. Other sites of ours are connecting to this service, these sites are all made with PHP at the moment.... Read More

Random password generator in PHP

Monday, December 27th, 2010

When you want a random password you might think that for instance uniquid() is a good fit. It’s not though as it will only return hex characters.... Read More

File uploads with Clojure, Ring and Compojure

Sunday, December 19th, 2010

I just found a great write up on how to upload files by Nikola Plejić. It’s a little bit sparse though so below I’ll revisit it with my own additions.... Read More