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
Loading js file
Search
Oursky Limited
November 18, 2013
Programming
0
160
Loading js file
Overview on Asynchronous Module Definition and values hands off
Oursky Limited
November 18, 2013
Tweet
Share
More Decks by Oursky Limited
See All by Oursky Limited
UI Automation
oursky
1
480
SSH Can
oursky
1
300
HTTP/2
oursky
0
330
watchOS2
oursky
0
310
Common QA issues
oursky
0
190
Complex is better than complicated
oursky
0
270
Clean code again
oursky
3
360
KiriKiri x O2 x NVLMarker
oursky
0
220
Flux + React
oursky
1
370
Other Decks in Programming
See All in Programming
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
51
33k
A2A プロトコルを試してみる
azukiazusa1
2
1.3k
LINEヤフー データグループ紹介
lycorp_recruit_jp
1
2.4k
AI時代のソフトウェア開発を考える(2025/07版) / Agentic Software Engineering Findy 2025-07 Edition
twada
PRO
75
24k
Team operations that are not burdened by SRE
kazatohiei
1
310
AIプログラマーDevinは PHPerの夢を見るか?
shinyasaita
1
210
ペアプロ × 生成AI 現場での実践と課題について / generative-ai-in-pair-programming
codmoninc
1
16k
Goで作る、開発・CI環境
sin392
0
220
Porting a visionOS App to Android XR
akkeylab
0
420
Is Xcode slowly dying out in 2025?
uetyo
1
260
High-Level Programming Languages in AI Era -Human Thought and Mind-
hayat01sh1da
PRO
0
760
NPOでのDevinの活用
codeforeveryone
0
800
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.4k
A Modern Web Designer's Workflow
chriscoyier
694
190k
Adopting Sorbet at Scale
ufuk
77
9.4k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
270
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
KATA
mclloyd
30
14k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Balancing Empowerment & Direction
lara
1
420
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Transcript
Loading your JS Monday, 18 November, 13
CommonJS Different framework reinventing the wheel Aimed to provide a
standard lib for js as in python/ruby AMD is one of them Monday, 18 November, 13
AMD Asynchronous Load Modules Definition Monday, 18 November, 13
Implementation RequireJS, defacto standard, ~5k github star Nodules curl.js Monday,
18 November, 13
Don’t Monday, 18 November, 13
Do Monday, 18 November, 13
Module Definition Monday, 18 November, 13
Load Automatic Monday, 18 November, 13
Deployment? grunt-contrib-requirejs Monday, 18 November, 13
YUI3 Since 2010 Requirejs API is informed by YUI().use() Drop
in module, loader, combo, CDN CSS too!! Monday, 18 November, 13
Values handoff Monday, 18 November, 13
When and where? HTML Inline JSON AJAX Monday, 18 November,
13
Good of HTML With js disabled Monday, 18 November, 13
Assume no js? rendr https://github.com/airbnb/rendr You can render the whole
Backbone.js at server Actually, who browser the web without js? http://sighjavascript.tumblr.com Monday, 18 November, 13
Mix them up Initial inline at HTML, JSON Update by
ajax History API Monday, 18 November, 13