Re: Clojure Web Applications for Beginner

2016-11-04 Thread Nando Breiter
You could also check this out: https://purelyfunctional.tv/courses/complete-web-app-from-scratch/ Aria Media Sagl +41 (0)76 303 4477 cell skype: ariamedia On Fri, Nov 4, 2016 at 12:24 PM, Joris Peeters wrote: > I'm really enjoying https://github.com/magomimmo/modern-cljs. It mostly > focuses

Re: Clojure Web Applications for Beginner

2016-11-04 Thread Joris Peeters
I'm really enjoying https://github.com/magomimmo/modern-cljs. It mostly focuses on the front-end (not sure if you're focusing mostly on back-end or front-end here), but goes into nice detail about ring/compojure as well, and how to share code between a clojure back-end and a clojurescript front

Re: Clojure Web Applications for Beginner

2016-11-02 Thread Jarrod Taylor
I wrote a six part blog series on building a Clojure webapp that may be of interest: http://www.jarrodctaylor.com/posts/Compojure-Address-Book-Part-1 -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googleg

Re: Clojure Web Applications for Beginner

2016-11-02 Thread Alan Thompson
You should also checkout the Clojure Cookbook , which I highly recommend: They have an entire chapter on Clojure Webapps: https://github.com/clojure-cookbook/clojure-cookbook/tree/master/07_webapps Alan On Wed, Nov 2, 2016 at 12:41 PM, Erik Assum wrote: > This t

Re: Clojure Web Applications for Beginner

2016-11-02 Thread Erik Assum
This talk is a bit old, but still... https://vimeo.com/78909065 Erik. -- i farta > Den 2. nov. 2016 kl. 19.44 skrev 'Rickesh Bedia' via Clojure > : > > Hi, > > I am fairly new to Clojure, only been learning about it for a around 2 > months. I have mainly been spending my time learning throu