-
Notifications
You must be signed in to change notification settings - Fork 0
/
all.bib
178 lines (154 loc) · 5.23 KB
/
all.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
@online{HuffingtonpostFirstWebsite,
author = {Dino Grandoni},
title = {World’s First Website, Created By Tim Berners-Lee In 1991, Is Still Up And Running On 21st Birthday},
year = 2012,
url = {http://www.huffingtonpost.com/2012/08/06/worlds-first-website_n_1747476.html}
}
@online{W3cJavascriptHistory,
author = {W3C},
title = {A Short History of JavaScript},
year = 2012,
url = {https://www.w3.org/community/webed/wiki/A_Short_History_of_JavaScript}
}
@online{MixuSinglePageWebApp,
author = {Mikito Takada},
title = {Single page apps in depth},
year = 2013,
url = {http://singlepageappbook.com/}
}
@online{ParrOnTheMVC,
author = {Bill Venners},
title = {The Importance of Model-View Separation, a Conversation with Terence Parr},
year = 2008,
url = {http://www.artima.com/lejava/articles/stringtemplate.html}
}
@online{ChauhanFrontendArchitectures,
author = {Shailendra Chauhan},
title = {Understanding MVC, MVP and MVVM Design Patterns},
year = 2016,
url = {http://www.dotnettricks.com/learn/designpatterns/understanding-mvc-mvp-and-mvvm-design-patterns}
}
@online{SalihefendicFluxVsMVC,
author = {Amir Salihefendic},
title = {Flux vs. MVC (Design Patterns)},
year = 2015,
url = {https://medium.com/hacking-and-gonzo/flux-vs-mvc-design-patterns-57b28c0f71b7}
}
@online{BunaReactIsTheNewFrontend,
author = {Samer Buna},
title = {Yes, React is taking over front-end development. The question is why.},
year = 2015,
url = {https://medium.freecodecamp.org/yes-react-is-taking-over-front-end-development-the-question-is-why-40837af8ab76}
}
@online{AbramovOnReduxVsFlux,
author = {Dan Abramov},
title = {Risposta su StackOverflow alla domanda “Why use Redux over Facebook Flux"},
year = 2015,
url = {https://stackoverflow.com/a/32920459}
}
@online{WheelerOnReact,
author = {Ken Wheeler},
title = {Learning React.js: Getting Started and Concepts},
year = 2014,
url = {https://scotch.io/tutorials/learning-react-getting-started-and-concepts}
}
@online{HWRWhatIsDOM,
author = {Philippe Le Hégaret, Lauren Wood, Jonathan Robie},
title = {What is the Document Object Model?},
year = 2000,
url = {https://www.w3.org/TR/DOM-Level-2-Core/introduction.html}
}
@online{MishraOnVirtualDOM,
author = {Rupesh Mishra},
title = {Virtual DOM in ReactJS},
year = 2017,
url = {https://hackernoon.com/virtual-dom-in-reactjs-43a3fdb1d130}
}
@book{mikowski2013single,
title={Single Page Web Applications: JavaScript End-to-end},
author={Mikowski, M.S. and Powell, J.C.},
isbn={9781617290756},
lccn={2015430749},
url={https://books.google.it/books?id=JqNuMAEACAAJ},
year={2013},
publisher={Manning}
}
@book{rauschmayer2015es6,
title={Exploring ES6},
author={Axel Rauschmayer},
url={https://leanpub.com/exploring-es6/},
year={2015}
}
@online{RylanOnPrototypeInheritance,
author = {Cory Rylan},
title = {JavaScript Prototypal Inheritance},
year = 2016,
url = {https://coryrylan.com/blog/javascript-prototypal-inheritance}
}
@online{GrigoryanOnServerSideRendering,
author = {Alex Grigoryan},
title = {The Benefits of Server Side Rendering Over Client Side Rendering},
year = 2017,
url = {https://medium.com/walmartlabs/the-benefits-of-server-side-rendering-over-client-side-rendering-5d07ff2cefe8}
}
@online{GrahamOnTTFB,
author = {John Graham-Cumming},
title = {Stop worrying about Time To First Byte (TTFB)},
year = 2012,
url = {https://blog.cloudflare.com/ttfb-time-to-first-byte-considered-meaningles/}
}
@article{KrasnerAndPopeOnMVC,
author = {Glenn E. Krasner and Stephen T. Pope },
title = {A Cookbook for Using the Model-View-Controller User Interface Paradigm in Smalltalk-80},
journal = {J. Object Oriented Program.},
issue_date = {Aug./Sept. 1988},
publisher = {SIGS Publications},
address = {Denville, NJ, USA},
}
@online{HopkinsOnMVCandPHP,
author = {Callum Hopkins},
title = {The MVC Pattern and PHP, Part 1},
year = 2013,
url = {https://www.sitepoint.com/the-mvc-pattern-and-php-1/}
}
@online{OsmaniOnJSFrameworks,
author = {Addy Osmani},
title = {Journey Through The JavaScript MVC Jungle},
year = 2012,
url = {https://www.smashingmagazine.com/2012/07/journey-through-the-javascript-mvc-jungle/}
}
@article{Potel1996mvp,
title={MVP: Model-View-Presenter the Taligent programming model for C++ and Java},
author={Potel, Mike},
journal={Taligent Inc},
year={1996}
}
@online{GossmanOnMVVM,
author = {John Gossman},
title = {Introduction to Model/View/ViewModel pattern for building WPF apps},
year = 2005,
url = {https://blogs.msdn.microsoft.com/johngossman/2005/10/08/introduction-to-modelviewviewmodel-pattern-for-building-wpf-apps/}
}
@online{JingChenOnMVCAndFlux,
author = {Jing Chen},
title = {Hacker Way: Rethinking Web App Development at Facebook},
year = 2014,
url = {https://www.youtube.com/watch?v=nYkdrAPrdcw&t=10m20s}
}
@book{boduch2016flux,
title={Flux Architecture},
author={Boduch, Adam},
year={2016},
publisher={Packt Publishing Ltd}
}
@online{FranklinOnPureFunctions,
author = {Jack Franklin},
title = {Making your JavaScript Pure},
year = {2016},
url = {https://alistapart.com/article/making-your-javascript-pure}
}
@online{ReduxDocumentation,
title = {Redux documentation},
year = {2017},
url = {http://redux.js.org/docs/}
}