error

  • The page you requested does not exist. For your convenience, a search was performed using the query blog OR article OR mysql OR backups OR using OR lvm OR snapshots.
About searching

Search results

  1. From Lando to DDEV: Replacing Custom Shell Scripts with Drainpipe

    … local development debt. For example, say you start using  Lando for local development. You likely … its custom shell scripts with  Drainpipe . This article covers what drove that decision, how we approached … the  .lando.yml defines multiple services (PHP, MySQL, maybe a Node service for a frontend build), each with …

  2. Deploying to Private Servers via WireGuard from GitHub Actions

    … accessible—at least not without some help. This article explains how we solved that by combining WireGuard, … exactly as long as the deployment takes, and authenticates using HMAC-SHA256 , and the server executes a … mariadb:11 restart: always environment: MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD} …

  3. Twenty Years of Lullabot

    … from the start, was a company that wrote things down—blog posts, documentation, training curricula, books. The … whatever she was working on and then automatically write an article to chart a course for all who followed. At Lullabot, … from Drupal 7 were taking forever. Media companies weren't using Drupal as much. Many Drupal 7 clients weren't jumping …

  4. Artificial Intelligence Will Supercharge Your CMS (Not Replace It)

    … AI operates without organizational context. AI can generate blog posts and answer basic questions, but it has no way to … work strictly within existing structures.  Read this article by Dries Buytaert for information on automating alt … Organizations attempting to handle content using AI alone face predictable challenges: Version …

  5. Keeping Your Content Types Clear and Organized

    … it's tempting to stick another date field on the  Blog  content type so editors can use it as an event … of empty fields. Let's take the example of an  Article content type. It has a text field, a category … over a different content type. Below is an example page using the Type Tray module. …

  6. Navigating the Waters of Drupal Development with Tugboat

    … and Tugboat wasn't even a product yet. We were just using it ourselves and thinking we had so many developers on … create content types. And we ship with a basic page and the article by default. So that's the idea behind it. Matt … pull request preview. You give it the URLs, it'll do some snapshots, compare them 1 to 1 so you can get some kind of …

  7. Building an AI-Powered Project Management System

    … work smarter, not harder. It builds on our previous article about using memory banks inside a project’s codebase by taking … . Your AI agents can help with this transformation using specialized rule files that analyze transcripts and …

  8. How to Supercharge AI Coding with Cursor Rules and Memory Banks

    … that shape how the AI responds to requests. Though this article focuses on Cursor, similar features exist in editors … Here's a basic rule that prevents the AI from using excessive preamble: … an AI code editor could remember your project details? This article explores Cursor Rules and Memory Banks, tools that …

  9. When is Drupal Overkill?

    … the right job and when wielded by a seasoned practitioner. Using it for tasks it's not suited for can lead to … between pieces of content. But what if you just need a blog, a photo gallery, or an event calendar? For a single-author blog with straightforward posting requirements, Drupal is …

  10. Designing Authoring Experiences That Editors Don't Hate

    … should be given the same care and consideration. For this article, we'll focus on research and implementation. … work. If your authors are web professionals who have been using CMSs for a long time, they are in a different starting … Some choices are easy, like between an event or a blog post . But some are not so obvious. For example, what …