Building and packaging the latest Gearman server in CentOS 6.2
This is a how to package, install and test the latest version of Gearman server in RPM format using CentOS 6.2. MotivationThe latest version available of Gearman in the Fedora repository is very...
View ArticlePackaging Csync2 in RPM on CentOS 6.X
This is a how to package in RPM format, the Csync2 synchronization tool on CentOS 6.x.StepsAppend RPM Forge repository by creating the file /etc/yum.repos.d/rpmforge.repo with the following content:$...
View ArticleRunning webtoolkit application as nginx FastCGI on CentOS 6.x
Wt (pronounced as witty) is a powerful C++ library for developing web applications. Witty-based apps can be integrated as FastCGI with nginx and other web servers. This guide is about the integration...
View ArticleA TDD approach using Spring Framework + Mockito + Lombok
IntroThis is simple Hello World Java application that successfully combines Spring Framework with Mockito and Lombok. It's just for demonstrative purposes, so the presented example is very simple and...
View ArticleBecoming unaware of the Dependency Injection Framework. Encouraging...
IntroThe previous post showed up how to combine Spring Framework, Mockito and Lombok in TDD fashion. But it's far from be the simplest and portable solution if such thing even exists. Let's try to make...
View ArticleRecording dialog-based interactive user input using expect on Linux
This is a how to successfully combine the shell script dialog tool with expect in order to record all user interactions and repeat them later. You can apply expect to record almost anything on a...
View ArticleImageMagick convert to raw RGB format in C++
This is a code snippet to convert from any supported ImageMagick format to raw RGB format, it's just an example on how to use the conversion features of ImageMagick libraries. The example was tested on...
View ArticleCreating a REST web service using webtoolkit (aka witty)
I previously introduced witty as a powerful web framework for C++ developers, mostly those one that don't want to re-invent the wheel and become productive. Witty uses a resource-based approach to...
View ArticleSpring CDI Mocks: Separating Unit Tests and Integration Tests. The right...
P { margin-bottom: 0.08in; }A:link { }INTROIn the last post I clearly became more independently of Spring, not because I hate him, in fact I like Spring a lot. But to postpone the choice of the...
View ArticleHow to install collectd & graphite on Ubuntu and CentOS
This post is a direct approach to install collectd & graphite on Ubuntu, by direct I mean using the available repositories:Requeriments- Ubuntu 13.10 installed and configured with standard...
View ArticleArticle 1
JAngular launchedThis is set of matchers for TDD practicing developers using AngularJS + UI-Router. JAngular
View ArticleSpring Sandbox Welcome
Spring Sandbox WelcomeJust a set of examples of the state-of-the-art Spring ecosystem. Mostly Spring Boot and Spring Platform IO.Check it out @ https://github.com/eduardo-lago-aguilar/spring-sandbox
View Article