Browse the archive
Page 4 of the blog index.
Emacs
Around a year ago, I've started reading about Clojure and in general about Lisp . Among the developers using Lisp and it's dialects Emacs is the most popular text editor. The reason is simple, Emacs has be built in the Lisp interpreter...
Read article Leiningen: working with local repository
Leiningen is de facto standard for creating and managing projects in Clojure. To create new project we can simply write: and the last (but most important part) is to install this library in our local Clojure repository. To do that we...
Read article wrocsharp 2015
On the 12 of March I've attended *Wroc# 2015* - a free software developer conference organized by Objectivity company. This was the first edition (and I hope not the last!) of this event, but the organization was so good, that you would...
Read article ClojureScript: JavaScript Interop
As I mentioned before on this blog, I'm in the ongoing process of learning Clojure (and ClojureScript). To better understand the language, I've written small web application. For fun I decided that all my front end code will be written...
Read article Defining Node.js task for Heroku Scheduler
In this blog post I guide you how to create a simple Node.js app, that can be used as a Heroku Scheduler task. I hope this article will help you create your own, custom task for Heroku scheduler. Enjoy!
Read article