All My Blog Posts
Install Drupal with DDEV
A quick and minimal guide to set up a Drupal site locally using DDEV, Composer, and Drush.
Creative Developer Nicknames and Code Tags
Discover creative nicknames and code tags for your development projects. Learn how to use catchy labels for GitHub repos, blog posts, and tutorials to make your content more engaging and memorable.
How to Create a Single Directory Component (SDC) in Drupal
Learn how to build reusable frontend components in Drupal 10 using Single Directory Components (SDC). Step-by-step guide to creating a Card component with metadata, templates, and styles.
Twig Template Inheritance: Include, Embed, and Extends
Master Twig template inheritance with extends, include, and embed tags. Learn when to use each tag and how they work together to structure reusable templates efficiently.
Using Astro’s Experimental Fonts API
Step-by-step guide on enabling and using Astro’s Experimental Fonts API to manage Google Fonts, Fontsource, Bunny, and self-hosted fonts with CSS variables and preload options.
Clean Imports in Astro with Path Aliases
Learn how to simplify your imports in Astro projects by setting up path aliases for components, layouts, styles, images, and data.