iA


Featured Article

Web Application Development with Clojure – Part 5

In this part of the Clojure Web application development blog post series, we’ll see how to create a simple secured administration area using ring session middleware. We’ll wrap up the blog engine by adding a simple form that will submit data to the server and add code to create a new blog post. This part completes all the necessary parts to create a simple blog engine. In the next and final paart of this series we’ll cover the deployment options available for deploying this application to production.

Read more – ‘Web Application Development with Clojure – Part 5’.

About VijayKiran.com

. Learn more

Latest Articles

→ Clojure/core — Reducers – A Library and Model for Collection Processing
We now have a new super-generalized and minimal abstraction for collections – a collection is some set of things that, when given a function to apply to its contents, can do so and give you the result, i.e. a collection is (at minimum) reducible. In other words, you can call reduce on it. via Clojure/core [...] Read more – ‘→ Clojure/core — Reducers – A Library and Model for Collection Processing’.
★ Castiglione del Lago
Read more – ‘★ Castiglione del Lago’.
★ Italia
Read more – ‘★ Italia’.

All Articles