Master-Slave Replication in MySQL Master-Slave replication is one of the easiest replication techniques, however, is very helpful for several things. For us is important… Continue reading “Master-Slave Replication in MySQL”…
Drupal Migrate content from Google Sheets I was given with a task to import content to a Drupal 8 site from data in a XLS file,… Continue reading “Drupal Migrate content from Google Sheets”…
Drupal 7 – Increase the size of a field that already has content In one of our projects I have a text field in a content type that the size is of 20… Continue reading “Drupal 7 – Increase the size of a field that already has content”…
Links of the end of the week #3 Another week, another post. These are the more important links of this week. High performance Vue Applications Better validations for… Continue reading “Links of the end of the week #3”…
Links of the end of the week #2 Here are the most awesome links from the week: Data Science: How Netflix is using Jupyter notebooks Recommendations : Books for… Continue reading “Links of the end of the week #2”…
Links of the end of the week #1 On a daily basis we share we share between us a lot of links to interesting articles related to our… Continue reading “Links of the end of the week #1”…
Splitting large files into smaller chunks I remember when I was young, in the old days when the first mp3 appeared, we needed to move files… Continue reading “Splitting large files into smaller chunks”…
Laravel, Sending Email in local environments with Maildev In our daily work we usually have features that require us to send emails; in such cases there are several… Continue reading “Laravel, Sending Email in local environments with Maildev”…
Some Thoughts on Github Acquisition by Microsoft In the last couple of days there was a big fuss related to the acquisition of Github by Microsoft, there… Continue reading “Some Thoughts on Github Acquisition by Microsoft”…
Upgrade Node from 6 to 8 using nvm If you need to upgrade your node installation from 6 to 8 (and even from any version to any another… Continue reading “Upgrade Node from 6 to 8 using nvm”…
How can I start a career as Drupal Developer ? We receive very often emails from people that is starting their careers in development and they ask us “What technology… Continue reading “How can I start a career as Drupal Developer ?”…
Ensuring Laravel Code Styles In 42mate we are very strict to follow the coding standards of the products that we use, so for example… Continue reading “Ensuring Laravel Code Styles”…