All My Blog Posts

Drupal Installation with DDEV
·
#Drupal#DDEV#PHP#Composer#Drush#Local Development

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
·
#Development#GitHub#Productivity#Naming#Best Practices

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.

Single Directory Component (SDC) Card Example in Drupal
·
#Drupal#SDC#Components#Frontend#Twig

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 Diagram
·
#Twig#PHP#Templates#Backend#Symfony

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.

Astro Fonts API Example
·
#Astro#Fonts#Typography#Frontend#Experimental

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.

Astro Project Imports with Path Aliases
·
#Astro#JavaScript#TypeScript#Path Aliases

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.