development
- Web Application Development with Clojure – Part 1
- Clojure is general-purpose compiled, dynamic, Lisp-dialect language that targets JVM (also .Net CLR and JavaScript). There are many ways you can build a Web application using Clojure. You can use a simple framework like Noir or you can pick and choose libraries you like and build your own web stack along the way. I assume that you already started learning Clojure using some tutorial or a good Clojure book. In this blog post series I'll explain how to build a web application using Clojure. Creating a blogging engine seems to be the equivalent "hello world" for Web application development, so let us build a blog engine in Clojure: Clog. Read more – ‘Web Application Development with Clojure – Part 1’.
- Ready to be an open source contributor but don’t know where to start?
- This is really interesting. I’m checking out the site right now. OpenHatch is a place for developers who want to be involved in open source but don’t know where to start. You can go to the site and search for a way to contribute based on a language you know or a project you like. [...] Read more – ‘Ready to be an open source contributor but don’t know where to start?’.
