Casiva Agustin

Engineering, Development and something about Management

Author: Casiva Agustin

  • Mount an ext4 partition on Windows 11

    It has been a couple of weeks since I moved from Linux to Windows, I was not using windows since Windows XP, it’s been a long time without windows so I’m feeling like a totally noob here. One of the problems that I had in this migration is to read my mobile storage, for a…

  • 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 will have a type, some types are basics like Text or Numbers and others are more complex like Links, File, Images, References to others entities and many more, depending on the installed modules. Each Entity…

  • 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 has a timestamp field with the name date (super creative name, yes I know). The issue was that on updates on this entity, any update that did not modifies the date value, the date field…