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”…
Vue.js Basics: What Slots are and when use them? Introduction Vue implements a content distribution API inspired by the Web Components spec draft, using the <slot> element to serve as distribution outlets… Continue reading “Vue.js Basics: What Slots are and when use them?”…
Simple forms development with React.js and Formio.js Building forms always takes a considerable amount of time and effort to make it work properly end to end. Why?… Continue reading “Simple forms development with React.js and Formio.js”…
Move existing Drupal website to Pantheon In this article, we will describe a path to manually move a Drupal 8 website from any place where is… Continue reading “Move existing Drupal website to Pantheon”…
OpenCV + Tesseract is a powerful combination When you are working on a Data Science project you may face the problem of mining pdf text. If the… Continue reading “OpenCV + Tesseract is a powerful combination”…
ICINGA2 – Monitoring MySql If you are responsible for one or more MySQL servers at your company, you probably need to know how they… Continue reading “ICINGA2 – Monitoring MySql”…
A simple Machine Learning model for predicting churn users Introduction This post showcases a simple use case on how you can build a Machine Learning (ML) model to predict… Continue reading “A simple Machine Learning model for predicting churn users”…
Update Drupal core from 8.7 to 8.8 with Composer Drupal 8.8 is stable! This release includes many improvements for things like the Media Library, workspaces, and migrations. Another change… Continue reading “Update Drupal core from 8.7 to 8.8 with Composer”…
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”…
Change field type with existing data on Drupal 8 On this blog post, you will learn how to change a field type with existing data on Drupal. Sometimes, you… Continue reading “Change field type with existing data on Drupal 8”…