Welcome to alepho.com
Welcome to my programming corner on the Internet. You can find here basic informations on my work, cv, interests and some code examples.
I'm focused on programming applications backend i.e. client-server, protocols, database and middleware level. Oriented to open source technologies, I'm playing with several languages (C, C++, Java, Perl, PHP and recently Python), databases (PostgreSQL, MySQL, SQLite), operating systems (Linux, FreeBSD) and APIs (languages standard libraries, POSIX, Qt, POCO, Apache, ...). Mathematical education leads me to explore some topics on data structures, graphs and applied algorithms. In every day work I'm dealing with big amounts of data, so my intention is (beside that the applications work correct) to write clean code, easy to maintain and change, with no side-effects.
In the CV section you can find information on my work experience, projects that I worked on, and used technologies. If you have some work to be done, you can check Services section and see if some of my skills are suitable to you. Then you can contact me via Contact form. In the Code section you can find some programming stuff that I've found useful when experimenting with various technologies.
Rvalue-references: how they affect your code
In the previous post I covered the motivation and basics of rvalue-references, one of the language additions in the next C++ standard. Today I will examine the changes that rvalue-references will bring to the way we write C++ code.
Read more
The Design of C++0x
Once or twice a day, I get e-mail suggesting improvements to C++. Many suggestions are good in the sense that if one became part of the language or the Standard Library, it would make life easier for a large number of programmers.
Read more
C Family Interview
The C family of languages--C, C++, and Java--has dominated commercial programming for over 30 years. Today, all three languages are at a turning point...
Read more
