Based on April Dunford's positioning framework
Positioning approach: Pain-first with roofing examples, "See it in action" primary CTA, direct & confident tone.
| osascript -e 'id of app "Adobe After Effects CC 2020"' | |
| osascript -e 'id of app "Adobe After Effects CC 2019"' | |
| mdfind -onlyin /Applications kMDItemCFBundleIdentifier=='com.adobe.AfterEffects' |
| var Blogpost = new Schema({ | |
| story: 'String', | |
| comments: [{type: ObjectId, ref:'comment', unique: true}] | |
| }); | |
| var Comment = new Schema({ | |
| comment: 'String', | |
| upvotes: [{type: ObjectId, ref:'user', unique: true}] | |
| }); |