Skip to content

Instantly share code, notes, and snippets.

View cferthorney's full-sized avatar

David Thorne cferthorney

View GitHub Profile
@cferthorney
cferthorney / drupallondon-2018-anatomy.md
Last active April 30, 2022 12:19
Anatomy of a Drupal project, and when to SWOT up on alternatives.

This session is based on a real life case study, and will include a look at techniques such as SWOT analysis of Drupal's suitability for a project, as well as for alternative options including hosted solutions, other CMS', or full frameworks. It is intended to help expand on Dries Buytaert's comments from DrupalCon Vienna that Drupal is "for ambitious digital experiences" as well as explore the blurred line that exists between a simple site and an ambitous digital experience.

Notes:

I have filed this under "Community and business" as the talk is about choosing Drupal for a project and is aimed at agencies/project stakeholders who have an understanding of evaluating products for websites. I am willing to look at moving the talk to another section if one is more suitable.

@cferthorney
cferthorney / db-size.sql
Last active June 28, 2021 14:24
MySQL Table and DB size
SELECT table_schema "DB Name",
Round(Sum(data_length + index_length) / 1024 / 1024, 1) "DB Size in MB"
FROM information_schema.tables
GROUP BY table_schema;

Keybase proof

I hereby claim:

  • I am cferthorney on github.
  • I am cferthorney (https://keybase.io/cferthorney) on keybase.
  • I have a public key whose fingerprint is F22C 7C08 272D 997F D114 EF3E EF49 F4C3 D8D5 D9D8

To claim this, I am signing this object: