Laravel, MySQL, migrations and timestamps I was working on a weird issue related to a timestamp field on an Entity. I have an entity that… Continue reading “Laravel, MySQL, migrations and timestamps”…
Google Authentication into a Laravel Application using Socialite In this post weโre going to add authentication via Google to a Laravel app. I’m assuming that you already have… Continue reading “Google Authentication into a Laravel Application using Socialite”…
Vue.js: Bundle size and Performance Optimizations ๐๏ธ Introduction I’ve been working on a vue.js project using webpack and a great set of libraries. Since it’s a big… Continue reading “Vue.js: Bundle size and Performance Optimizations ๐๏ธ”…
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”…
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”…