PHP & Redis
Redis est un système de gestion de base de données clé-valeur, écrit avec le langage C et distribué sous licence BSD. Il fait partie de la mouvance NoSql et vise à fournir les performances les plus élevées possibles
Continuer la lectureOpen Source
Redis est un système de gestion de base de données clé-valeur, écrit avec le langage C et distribué sous licence BSD. Il fait partie de la mouvance NoSql et vise à fournir les performances les plus élevées possibles
Continuer la lectureEn 2010, j’ai commencé ma carrière de développeur professionnel, en travaillant principalement avec PHP et Symfony pour le back-end. Parallèlement,
Continuer la lectureSorting algorithms are very classical means of manipulating a set of objects to obtain an ordered sequence of these objects. The method we are going to present involves sorting the array in ascending order, using the fact that at each step, all elements in the visited part of the array actually form a sequence of pairs that can be ordered. We don’t just identify the maximum value at each pass, but we also sort the elements of each pair. This may eventually reduce the number of passes required.
Continuer la lectureSorting algorithms are classical methods for manipulating a set of objects to obtain an ordered sequence of these objects.
In general, we consider a set of elements of the same class on which a total order is defined, making all these elements comparable for a certain order relation denoted by <. If these objects are numbers, numerical comparison is straightforward.
Continuer la lectureWe are going to talk today about a very well-known CMS, and I would even say it was a game-changer in its time.
I’m talking about eZPublish, which later became eZPlatform and then Ibexa DXP.
Continuer la lecture