Skip to content

Commit

Permalink
For #3 complete and upsert initial case study content items
Browse files Browse the repository at this point in the history
  • Loading branch information
victorkane committed Sep 11, 2018
1 parent 4309a98 commit fe62e85
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 2 deletions.
31 changes: 31 additions & 0 deletions cms/content/articles/case-studies-intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
metaData:
itemSlug: case-studies-intro
itemName: Case Studies Intro
itemType: article
language: en-US
published: true
publishedDate: '2018-09-11'
createdDate: '2018-09-11'
modifiedDate: '2018-09-11'
articleTitle: Case Studies Intro
articleSubTitle: null
author: 'Victor Kane'
articleBody:
value: |
So aren't you sick and tired of tutorials that show how "awesome" and "easy" full stack javascript is, and how you can whip up an app in 5 minutes? Sometimes that's even true. But the apps used in all the shallow examples 99% of the time have one thing in common: they are completely trivial and never touch the real world on several important points:

* They are rarely re-usable
* They almost always include some kind of "free" but actually paid service on the backend
* They don't take into account how to do things like update to newer versions of frameworks, or deploy apps
* They often do nothing more than repeat what is already in the docs

Well, we aren't going to show any over-simplified examples here, everything is a full-blown case study that goes through the complete cycle of disciplines your team really needs to master in order to actually launch real world apps.

articleSummary:
value: null
tags:
- tagSlug: content-migration-rescue
tagName: Content Migration Rescue
- tagSlug: case-studies
tagName: Case Studies

23 changes: 23 additions & 0 deletions cms/content/case-studies/awebfactory-dot-com.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
metaData:
itemSlug: awebfactory-dot-com
itemName: AWebFactory.com
itemType: caseStudy
language: en-US
published: true
publishedDate: 2018-03-04T00:00:00
createdDate: 2018-03-04T00:00:00
modifiedDate: 2018-03-04T00:00:00
articles:
- weight: 1
article: what-is-content-migration-rescue
- weight: 2
article: the-content-migration-rescue-process
caseStudySummary:
value: |
This is a complete case study covering the migration of legacy company website AWebFactory.com from Drupal 6 to a full-stack Javascript decoupled structured content stack
tags:
- tagSlug: ddcmr
tagName: Durable Drupal Content Migration Rescue
- tagSlug: content-migration-rescue
tagName: Content Migration Rescue

23 changes: 23 additions & 0 deletions cms/content/case-studies/durable-drupal-website-making-of.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
metaData:
itemSlug: durable-drupal-website-making-of
itemName: The DurableDrupal website. The making of.
itemType: caseStudy
language: en-US
published: true
publishedDate: 2018-03-04T00:00:00
createdDate: 2018-03-04T00:00:00
modifiedDate: 2018-03-04T00:00:00
articles:
- weight: 1
article: what-is-content-migration-rescue
- weight: 2
article: the-content-migration-rescue-process
caseStudySummary:
value: |
This is a complete case study covering the process followed in the analysis, design, implementation and deployment of this website using full-stack JavaScript decoupled API-first architecture.
tags:
- tagSlug: ddcmr
tagName: Durable Drupal Content Migration Rescue
- tagSlug: content-migration-rescue
tagName: Content Migration Rescue

27 changes: 27 additions & 0 deletions cms/content/case-studies/linguathon-dot-com.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
metaData:
itemSlug: linguathon-dot-com
itemName: The Linguathon.com website.
itemType: caseStudy
language: en-US
published: true
publishedDate: 2018-09-11
createdDate: 2018-09-11
modifiedDate: 2018-09-11
articles:
- weight: 1
article: what-is-content-migration-rescue
- weight: 2
article: the-content-migration-rescue-process
caseStudySummary:
value: |
This case study follows the migration of the legacy website featuring the Linguathon English Language Learning Service into a decoupled, API-first authoring system. Featuring full localization (l10n) and internationalization (i18n).
tags:
- tagSlug: ddcmr
tagName: Durable Drupal Content Migration Rescue
- tagSlug: content-migration-rescue
tagName: Content Migration Rescue
- tagSlug: l10n-localization
tagName: Localization (l10n)
- tagSlug: i18n-internationalization
tagName: Internationalization (i18n)

23 changes: 23 additions & 0 deletions cms/content/case-studies/noraperusin-dot-com.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
metaData:
itemSlug: noraperusin-dot-com
itemName: Case Study for NoraPerusin.com
itemType: caseStudy
language: en-US
published: true
publishedDate: 2018-03-04T00:00:00
createdDate: 2018-03-04T00:00:00
modifiedDate: 2018-03-04T00:00:00
articles:
- weight: 1
article: what-is-content-migration-rescue
- weight: 2
article: the-content-migration-rescue-process
caseStudySummary:
value: |
This case study covers the analysis, design, building and deployment of noraperusin.com, the website featuring the complete works of Argentine poet, paintor and activist Nora Perusin
tags:
- tagSlug: ddcmr
tagName: Durable Drupal Content Migration Rescue
- tagSlug: content-migration-rescue
tagName: Content Migration Rescue

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
metaData:
itemSlug: what-why
itemName: What? Why?
itemSlug: praxis-poetica-dot-space
itemName: PraxisPoetica.space
itemType: caseStudy
language: en-US
published: true
Expand All @@ -12,6 +12,9 @@ articles:
article: what-is-content-migration-rescue
- weight: 2
article: the-content-migration-rescue-process
caseStudySummary:
value: |
This case study follows the migration of the legacy SPA into a full-blown self-contained static site generator and authoring system.
tags:
- tagSlug: ddcmr
tagName: Durable Drupal Content Migration Rescue
Expand Down

0 comments on commit fe62e85

Please sign in to comment.