Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
CircleCI Deploy to VPS from Github or Bitbucket
Working on a project locally is easy and fast because all changes are available instantly. But when it comes the time to ship your code to a server the things may become slower if you don’t have an automated system. Doing this in the traditional way, using the {S}FTP is a big NO nowadays. Today… Continue reading CircleCI Deploy to VPS from Github or Bitbucket
Split PHP array in X equal number of elements
In PHP you can divide an array into an unknown number of chunks by specifying the number of elements in each chunk. To do this you would use the array_chunk function. But what happens when you don’t know the number of elements and just want to split the array in an X number of elements?… Continue reading Split PHP array in X equal number of elements
The first post on this website
This is the very first post of this website. I leave this notice here for everyone that may wonder how it all started. OK, I will try to publish interesting articles from time to time. This may happen when I don’t work and I don’t play with my kids(because the family is the number one… Continue reading The first post on this website