Continuous Integration - Using Go CD

haclong 12/12/2016, 4:32:00 PM Développement, Haclong projects

Now let's talk about GoCD setup on my localhost.

At the beginning, i planned to write a single article but the more i wrote about the topic, the more i had to talk about. I really tried to write something short but it turned out that i'd need more than one article to talk about GoCD.

We will start first with the installation, though my own install is quite old and i don't remember very well how i did it but i'd try nonetheless. Beside, it can be helpful nonetheless. I truly hate incomplete tutorial where it is assumed that the reader knows more than he does...

Manage a coffeebar with event driven programming

haclong 12/15/2014, 4:30:00 PM Développement

Spontaneously, i will use procedural programming. One step after another. Like a todo list with every tasks done in order.

I believe procedural programming is a much understandable paradigm because it is based on a succession of ordered tasks and the order is (well should) be easy to follow.

But of course, other options are available. Let's explore the event driven programming paradigm with an MVC application based on Zend Framework 2. We will implement a small application to handle the orders of a coffee bar.

HOWTO - Creating an online manual with DocBook

haclong 7/30/2012, 6:54:00 PM Développement

DocBook is a XML schema used to create any kind of documentation. Its first purpose was to focus on technical documentation but since its format is large, with a full set of markups matching any kind of book formats, it can be used to write many different books now, including essays and novels.