subscribe via RSS

Jean Georges

Rolling ramblings about life, the universe and everything

It’s been a while since my last post and life has been gracious enough to allow me to take time and write again. This article spawns from an interesting point of view I head recently. I want a DB with native RESTful APIs on top This was a much surprising...

Everyone knows what an MVC architecture is, or let’s assume so. We can start this journey with a simple example by focusing on improving the sample Todo MVC. The version selected is a simplified one leveraging angularjs with a little performance optimization. Don’t worry about this, it is quite simple...

We are about to explore some interesting capabilities of the F# environment. Some code snippets built to show the capabilities of the language and the expressiveness of the syntax. What do you mean with it’s a functional language ? A little theoretical background never hurts. By Functional programming language I...

Deepen your git knowledge with the following posts: A git primer Git with class pt 1 Git with class pt 2 Git with class pt 3 History can be rewritten. No needs for a time machine, git can do that for you. Out of the box a number of filters...

Deepen your git knowledge with the following posts: A git primer Git with class pt 1 Git with class pt 2 Git with class pt 3 Pull requests Everyone loves to create pull requests, don’t they ? It’s the clean powered engine that runs many OS project. However it is...