Blog

Here I'll dabble into different kind of topics, but most likely relating to tech and web development.

  • Passing data between different Drupal hooks

    Passing data with hooks to twig templates is as easy as it sounds. Passing it between different hooks is another story.

    Read post
  • Jest React tests with Drupal's global Drupal.t function

    Creating Jest tests for React is an enjoyable process. And fairly straight forward!

    Read post
  • Debug PHP with VS Code and Docker

    Debugging PHP with Xdebug using VS Code as your IDE. These are the step-by-step instructions on how I got Xdebug working with VS Code and Do...

    Read post
  • Getting into CSS Grid

    From the first time I heard about flexbox, I was hooked on it. It was finally really enjoyable to create layouts with CSS without hacking wi...

    Read post