Git Product home page Git Product logo

course-drupal-cache's Introduction

Drupal - Rendering & Caching magic revealed

๐Ÿ‘‹ hello

Welcome to the companion repository for the course "Drupal - Rendering & Caching Magic Revealed"! This course is designed to challenge both beginners and experienced learners of Drupal, enabling you to unlock the full potential of caching capabilities in Drupal.

๐Ÿฟ Slides: https://www.canva.com/design/DAFZ-aYG3EA/FXDqEg1yiETtHOkHyVIdkQ/view?utm_content=DAFZ-aYG3EA&utm_campaign=designshare&utm_medium=link&utm_source=publishsharelink

๐Ÿ“’ Notion: https://jealous-star-d06.notion.site/Drupal-Rendering-Caching-magic-revealed-1ba404cc1139466fbce6545686494294

๐Ÿ›  Requirements

  • Docker
  • Drupal

๐Ÿ‘พ Challenges

๐Ÿงจ Getting Started

  1. Clone this repository as 2 separated project. One Will be the challenges and the other one will be the Drupal project.
git clone --branch main https://github.com/antistatique/course-drupal-cache.git course-drupal-cache-challenges
git clone --branch drupal https://github.com/antistatique/course-drupal-cache.git course-drupal-cache-drupal
  1. Bootstrap the Drupal Sandbox by following the README.md.
  2. Mount any of the challenges as Docker volume in the web/modules/custom folder of the Drupal Sandbox container.
services:
  dev:
    hostname: dev
    # ...

    volumes:
    # Challenges
      - ../course-drupal-cache-challenges/challenges/challenge-01/module/challenge_01:/var/www/web/modules/custom/challenge_01

course-drupal-cache's People

Contributors

wengerk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.