Clojure lab

Clojure web development for beginners. Contacts clojure.lab@gmail.com
Clojure web development for beginners. Contacts clojure.lab@gmail.com
  • rss
  • archive
  • Clojure web development

    So clojure web development now not a hot topic there is not much info where to start, what to do, what to use to strart, what is clojurescript and how to work with it.

    But if we dig deeper there are many tools to use for web development. First thing “Noir” simple framework for web dev, something like Sinatra in ruby world. Monger library to work with MongoDB. Hiccup to make some html code in clojure pretty close to HAML.

    We start making simple app and in every step we will use some library to solve the problem.

    Short todo list - We start with Noir and make welcome page. Here we find out what need to start simle web app. - Then we start Bookshelf app. Idea is simple suppose you have some books in your home library so we will make a list of that books.

    What we can do with it:

    1. Add a book with title and author and store that info to DB.
    2. Add picture to the book
    3. Add a book via ajax call and using fetch library
    4. Edit picture of any book in ajax fashion.
    5. Upload our app to Heroku
    6. Working with S3 store.
    7. Using pusher.com for making our app realtime !

    Here are articles that already there.

    • Starting web app in clojure
    • Working with DB
    • Working with ClojureScript
    • Working with pictures uploading
    • Using heroku for hosting
    • Realtime updates with pusher

    These topics not set in stone they are subject to change. As i evolve in clojure so articles will change. Maybe better to set topics and add something to them like Working with DB ( working with MongoDB, working with MySQL, Postgre or Datomic) will see later. All suggestions for improvement are welcome. If you have something to say i am happy to hear from you, different point of view or important notice is welcome.

    • November 8, 2012 (8:06 am)
    • 1 notes
    1. clojure-lab posted this
© 2012–2013 Clojure lab