How to use Page Cache with multiple themes, Drupal 9 Page Cache is a great drupal core module that allows to serve cached versions of the pages to anonymous users.… Continue reading “How to use Page Cache with multiple themes, Drupal 9”…
Tips for Code Reviews We in 42mate, on every merge request, we do (or at least we try) to do code reviews. What is… Continue reading “Tips for Code Reviews”…
Using a current node field value as a contextual filter in a block view As you probably know, Drupal views can be rendered as a block and this block can be placed into a… Continue reading “Using a current node field value as a contextual filter in a block view”…
What’s new in ES2019 ECMAScript (ES) is the specification on which JavaScript is based. This language is constantly evolving and receiving updates every year.… Continue reading “What’s new in ES2019”…
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”…
Starting with Vue.js using vue-cli Pre-requisites: Have a working node installation. Vuejs is a really popular Javascript Framework and it comes with really neat tools… Continue reading “Starting with Vue.js using vue-cli”…
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”…