Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
fml/myxtape - jsfoo 2014
Search
threepointone
September 20, 2014
Technology
200
2
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
fml/myxtape - jsfoo 2014
content management systems for the 21st century
threepointone
September 20, 2014
More Decks by threepointone
See All by threepointone
react is a framework
threepointone
2
200
amplify your stack - deux - jsfoo 2014
threepointone
1
100
The last mile
threepointone
4
430
Other Decks in Technology
See All in Technology
同じWAFが、攻撃の“形”は弾く── 正当な“形”の不正は通す
kuroneko13
0
200
Kiro Crew入門 - 常駐エージェントの仕組みと使いどころ / Intro to Kiro Crew
k_adachi_01
1
110
ボトムアップ文化が強い組織で セキュリティをどう根付かせていくかの現在進行形の話 / Making Security Stick in a Bottom-Up Organization
yamaguchitk333
0
220
つくって納得、つかって実感! 大規模言語モデルことはじめ ver2.0
recruitengineers
PRO
4
1.6k
システム思考で問題に対処する
yussak
0
290
クラウドセキュリティ入門 ~安全なクラウド利用のための基礎知識~
lhazy
13
13k
【AG-UI × A2UI × MCP Apps】Generative UIをやさしく解説する
nrinetcom
PRO
1
120
Bill One 開発エンジニア 紹介資料
sansan33
PRO
7
19k
[ChatGPT Work LT]事務作業が苦手な人のための バックオフィスの「半」自動化
chimaki_iot
0
280
社内の7割が使うデータ基盤を、 データチーム2人で回すためにやったこと
koh_yoshi
4
1.3k
【CEDEC2026】次世代デジタルカードゲームのサーバー設計と運用 〜『Shadowverse: Worlds Beyond』の舞台裏~
cygames
PRO
1
1.3k
私がブラウザを自作したくなった理由
supurazako
1
230
Featured
See All Featured
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
370
Building Applications with DynamoDB
mza
96
7.2k
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
66
57k
RailsConf 2023
tenderlove
30
1.5k
Organizational Design Perspectives: An Ontology of Organizational Design Elements
kimpetersen
PRO
1
790
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
56
3.4k
Thoughts on Productivity
jonyablonski
76
5.3k
How to train your dragon (web standard)
notwaldorf
97
6.8k
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
200
Art, The Web, and Tiny UX
lynnandtonic
304
22k
SERP Conf. Vienna - Web Accessibility: Optimizing for Inclusivity and SEO
sarafernandez
2
1.5k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
2k
Transcript
fml / myxtape π
CONTENT buzzword!
CREATE imo, the most complex part to build
None
json yml xml markdown html plaintext binary* xaml jsx .
. .
--- format: < json | yml | … > <key>
: <value> --- <body>
--- format: markdown author: Sunil Pai --- I say, *Smashing,*
‘ol chap. ! Have you had a look at [reddit.com](reddit)?
{ meta: { format: ‘markdown’, author: ‘Sunil Pai’ }, body:
“I say, *Smashing,* ‘ol chap.\n Have you had a look at [reddit.com](reddit)?” } }
.set(‘my first blog post’, doc) ! .get(‘monday update’) ! .query({find:
‘guitars’})
“layouts” are special /r/trees
jsx
[quick demo of jsx]
None
None
None
json Components
[ ]
sql parse.com firebase redis couchdb mongo filesystem in-memory leveldb .
. .
DELIVERY
“popular restaurants in bangalore” ! vs ! “recently opened restaurants
in bangalore” ! vs ! “things I might like to eat today”
None
None
<block title=‘Nike'> ! <carousel> <product id={123456} /> <product id={216541} />
<product id={187541} /> </carousel> <search term='shoes' sort='price'/> ! </block>
transform(tree, callback);
CONSUME “standards”
basically, make nice apis. and structure your apps well.
demoooooooooooo
and… that’s it. questions?