Re: materials

2015-06-25 Thread Mike Grabowski
Living Clojure Do ~20 project euler problems (there are few open source repos in Clojure you can compare your algorithms with). On Thursday, 25 June 2015 10:59:12 UTC+2, Baskar Kalyanasamy wrote: hi everyone, can somebody send me materials for clojure. i am a beginner and

Re: Writing REST api the right way

2015-06-25 Thread Mike Grabowski
June 2015 16:45:45 UTC+2, Dylan Butman wrote: Have you looked at yada http://yada.juxt.pro/user-guide.html ? It's an aleph compatible alternative to liberator that is swagger compatible with swagger out of the box. On Tuesday, June 23, 2015 at 5:33:50 AM UTC-4, Mike Grabowski wrote: Hey

Re: Writing REST api the right way

2015-06-24 Thread Mike Grabowski
: On Tuesday, June 23, 2015, Mike Grabowski wrote: ... I just can't stop thinking about non-blocking evented IO interactions. It just does not feel right to me to block the thread when e.g. logging in an user. Unfortunately, there are no NIO drivers for the database engines I am

Writing REST api the right way

2015-06-23 Thread Mike Grabowski
Hey guys, I am so excited to join Clojure bandwagon, last weeks have been super exciting, pretty much in love with Clojure syntax. As we are currently building an application broken into smaller micro services, I thought I am gonna make one or two Clojure based modules. Although the initial