Want to setup a relational database with advanced search features? Just merge two specific software in one powerful application: MariaDB and Sphinx.
Read moreDocker
Perl6, get your test environment running in seconds
So you want to give a try to Perl6 to see what this language can do for you, but you don’t want to mess up your system with a lot of software you don’t know if will ever use again. No problem! The obvious answer is called Docker.
Read moreGet started with Perl on Docker
Docker is the modern way for distribute applications. It allows you to create a deployable entity that will run in the same way on almost every *unix platform without the need to install anything more than same basic dependencies required by Docker itself. An ideal choice to run a code sample, a testing environment or your production application. Let’s see how to use it to run a simple Perl script. Read more