• Skip to main navigation
  • Skip to main content
  • Skip to footer

The log of our experiments and ideas

Installing and using Pre-commit with Ansible-lint

About Pre-commit: https://pre-commit.com/ Pre-commit is an open source tool used to help ensure code quality in a software project. It…
Continue reading “Installing and using Pre-commit with Ansible-lint”…
Posted on: April 20, 2023 Last updated on: April 20, 2023 Comments: 0 Written by: Javier Utgés

How to implement custom Drush commands on Drupal 9

For non Drupalers, Drush is the subsystem of Drupal that provides a CLI interface to interact with your Drupal site.…
Continue reading “How to implement custom Drush commands on Drupal 9”…
Posted on: December 22, 2022 Last updated on: December 22, 2022 Comments: 2 Written by: casivaagustin

Using PhpMyAdmin on Lando

Lando is an excellent tool to setup development environments using docker in a really easy way to setup, maintain and…
Continue reading “Using PhpMyAdmin on Lando”…
Posted on: December 20, 2022 Last updated on: December 20, 2022 Comments: 0 Written by: casivaagustin

PHP 8.2 release

On December 8 PHP 8.2 was released, this new version includes many new features on the languages and some deprecations,…
Continue reading “PHP 8.2 release”…
Posted on: December 16, 2022 Last updated on: December 16, 2022 Comments: 0 Written by: casivaagustin
Laravel 10

Laravel 10 is coming

As you might saw in a recent post, Drupal 10 was released and is not the only one reaching the…
Continue reading “Laravel 10 is coming”…
Posted on: December 16, 2022 Last updated on: December 16, 2022 Comments: 0 Written by: casivaagustin
Drupal 10

Drupal 10 is here

Really exciting day, Drupal 10 is being released while I’m writing this post. This is one of the most expected…
Continue reading “Drupal 10 is here”…
Posted on: December 14, 2022 Last updated on: December 14, 2022 Comments: 0 Written by: casivaagustin

Drupal 9, How to solve “Mismatched entity and/or field definitions”

It’s very common to find this warning in the status report page of a Drupal site, this happens usually on…
Continue reading “Drupal 9, How to solve “Mismatched entity and/or field definitions””…
Posted on: June 29, 2022 Last updated on: June 29, 2022 Comments: 0 Written by: casivaagustin

How to Create a Custom Field Formatter in Drupal 9

As you know, Drupal has Entities (like Content Types, Blocks, Users), each Entity contains a group of fields, these fields…
Continue reading “How to Create a Custom Field Formatter in Drupal 9”…
Posted on: June 21, 2022 Last updated on: June 21, 2022 Comments: 0 Written by: casivaagustin

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”…
Posted on: June 10, 2022 Last updated on: June 10, 2022 Comments: 0 Written by: casivaagustin

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”…
Posted on: January 14, 2022 Last updated on: January 14, 2022 Comments: 0 Written by: casivaagustin

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 🏎️”…
Posted on: January 6, 2022 Last updated on: January 11, 2022 Comments: 0 Written by: Lucas

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”…
Posted on: December 7, 2021 Last updated on: December 7, 2021 Comments: 0 Written by: casivaagustin
« Previous page 1 2 3 4 5 … 10 Next page »

Tags

analytics Ansible Ansible Lint Backend bash BDD Behat cache Cloudflare Composer Css Debian Debugging Devops Documentation Drupal Drupal8 Frontend Git gitlab HowTos JavaScript JSON JSON Schema Laravel linksOfTheEndOfTheWeek Migration Monitoring MySQL Node.js Nova performance Phantomjs PHP pipeline React.js Sass Teleport tooling tracking UI Vagrant Varnish Vuejs webpack
Content written by the 42mate team based on their experiences in the daily work