April 2022 marked the first Drupal Dev Days conference since the pandemic started. I was really excited to give a session about GitHub actions.

Continuous integration (CI) is the practice of automating the integration of code changes from multiple contributors into a single software project. Allowing developers to frequently merge…

Recently stumbled upon custom web components. Although I’m a long time developer, I did not know of their existence 🙈. They basically allow you to create your own HTML tags.
I was trying to recreate the PlayStation trophy cards, where I needed a flippable card. I know React is component-based…