List of Posts

Literate Haskell with Markdown

Published on 16-10-2021

This is a short guide to write Literate Haskell programs using Markdown.

Read more...

Modern Web-based APIs: What to Expect?

Published on 03-06-2020

Some quick remarks on what to expect from a modern, Web-based API that aids data query and manipulation (and possibly remote procedure calls).

Read more...

R with MOEA Framework using Renjin Script Engine

Published on 03-11-2015

Using R with Java is painful, ugly.

While I was recently revisiting REpochX which I quickly wrote long time ago to evolve R grammars using Grammatical Evolution, I decided to do the same with MOEA Framework instead of EpochX as the latter does not look actively maintained.

Firstly, MOEA Framework is very comprehensive and the coding practice is a lot moderner compared to similar evolutionary computing libraries.

But, again, R/Java bindings... That's killing me.

Read more...

Print Calendars Using Your Terminal

Published on 18-01-2015
Read more...

Solve a Problem, Turn it into a Business: A One Man Show

Published on 04-01-2015

Every programmer's dream: Solve a problem which sucks, turn it into a business, make some money. Bogdan did it. Nicely...

Read more...

Introduction to MongoDB, CouchDB and Redis Java APIs

Published on 03-01-2015

You want to see the MongoDB, CouchDB and Redis Java APIs in action? In the same editor window? Take a glance at this...

Read more...

About Securing Web Applications with Keycloak

Published on 01-01-2015

Securing a web application can be easier than you think. Keycloak is a convenient and powerful alternative to implementing your own security mechanism by providing an SSO and IDM implementation.

Read more...

The Quest for Ultimate E-Reading Experience

Published on 25-12-2014

What is the ultimate experience of managing and reading e-books across various devices we use? This article is a summary of my quest in this direction.

Read more...

Cardinality

Published on 09-07-2014

Here is a quick diagram of how cardinality (or Multiplicity as it is called in UML) idea is used in data modeling. Please ignore the real-life rarities and exceptions of the example used.

Read more...

Computational Intelligence and Some Relevant Online Courses

Published on 29-06-2014

I recently compiled a list of online courses which seem relevant to my ongoing PhD studies and thought that it would be good to put it online. Some of them are too much introductory, but just in case...

Read more...