This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.bib
370 lines (327 loc) · 9.94 KB
/
library.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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
% STUDIES
@article{dichev_2017_gamifying,
author = {Dichev, Christo and Dicheva, Darina},
month = {02},
title = {Gamifying education: what is known, what is believed and what remains uncertain: a critical review},
doi = {10.1186/s41239-017-0042-5},
url = {https://link.springer.com/article/10.1186/s41239-017-0042-5},
volume = {14},
year = {2017},
journal = {International Journal of Educational Technology in Higher Education}
}
@article{smiderle_2020_the,
author = {Smiderle, Rodrigo and Rigo, Sandro José and Marques, Leonardo B. and Peçanha de Miranda Coelho, Jorge Arthur and Jaques, Patricia A.},
month = {01},
title = {The impact of gamification on students' learning, engagement and behavior based on their personality traits},
doi = {10.1186/s40561-019-0098-x},
volume = {7},
year = {2020},
journal = {Smart Learning Environments}
}
@article{nand_2019_engaging,
author = {Nand, Kalpana and Baghaei, Nilufar and Casey, John and Barmada, Bashar and Mehdipour, Farhad and Liang, Hai-Ning},
month = {07},
title = {Engaging children with educational content via Gamification},
doi = {10.1186/s40561-019-0085-2},
volume = {6},
year = {2019},
journal = {Smart Learning Environments}
}
% SIMILAR GAMES
@misc{a2022_scratch,
title = {Scratch - About},
url = {https://scratch.mit.edu/about/},
urldate = {2022-04-18},
year = {2022},
publisher = {Scratch Foundation}
}
@misc{a2022_khan,
title = {Khan Academy},
url = {https://www.khanacademy.org},
urldate = {2022-04-18},
year = {2022},
publisher = {Khan Academy, Inc.}
}
@misc{a2022_codecombat,
title = {CodeCombat},
url = {https://codecombat.com},
urldate = {2022-04-18},
year = {2022},
publisher = {CodeCombat Inc.}
}
@misc{a2022_minecraft,
month = {04},
title = {Minecraft Official Site},
url = {https://www.minecraft.net/en-us},
urldate = {2022-04-18},
year = {2022},
publisher = {Microsoft Corporation}
}
@misc{a2022_zachtronics,
title = {Zachtronics | Opus Magnum},
url = {https://www.zachtronics.com/opus-magnum/},
urldate = {2022-04-18},
year = {2022},
publisher = {Zachtronics}
}
@misc{a2022_tomorrow,
title = {Tomorrow Corporation : 7 Billion Humans},
url = {https://tomorrowcorporation.com/7billionhumans},
urldate = {2022-04-18},
year = {2022},
publisher = {Tomorrow Corporation}
}
% DESIGN
@book{martin_2018_clean_architecture,
author = {Martin, Robert C},
publisher = {Prentice Hall},
title = {Clean Architecture: A Craftsman's Guide to Software Structure and Design},
year = {2018},
isbn = {0134494164}
}
@book{martin_2010_clean_code,
author = {Martin, Robert C},
publisher = {Prentice Hall},
title = {Clean Code: A Handbook of Agile Software Craftsmanship},
year = {2010},
isbn = {9780132350884}
}
@book{gamma_1994_design,
author = {Gamma, Erich and Helm, Richard and Johnson, Ralph and Vlissides, John},
publisher = {Addison-Wesley},
title = {Design Patterns: Elements of Reusable Object-Oriented Software},
year = {1994},
isbn = {9780201633610}
}
@misc{a2021_clean_architecture_blog,
title = {The Clean Architecture},
author = {Martin, Robert C},
url = {https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html},
urldate = {2022-04-21},
year = {2021},
organization = {Cleancoder.com}
}
@misc{a2022_crossorigin,
month = {04},
title = {Cross-Origin Resource Sharing (CORS) - HTTP | MDN},
url = {https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS},
urldate = {2022-04-23},
year = {2022},
publisher = {Mozilla Foundation}
}
@misc{leler_2017_whats,
author = {Leler, Wm},
month = {08},
title = {What's Revolutionary about Flutter},
url = {https://hackernoon.com/whats-revolutionary-about-flutter-946915b09514},
urldate = {2022-04-23},
year = {2017},
publisher = {Hackernoon}
}
@misc{a2022_react,
title = {React Native · Learn once, write anywhere},
url = {https://reactnative.dev/},
urldate = {2022-04-23},
year = {2022},
publisher = {Meta Platforms, Inc.}
}
@misc{a2022_flutter,
title = {Flutter - Build apps for any screen},
url = {https://flutter.dev/},
urldate = {2022-04-23},
year = {2022},
organization = {Flutter.dev}
}
@misc{sells_2021_whats,
author = {Sells, Chris},
month = {03},
publisher = {Flutter},
title = {What's New in Flutter 2},
url = {https://medium.com/flutter/whats-new-in-flutter-2-0-fe8e95ecc65},
urldate = {2022-04-23},
year = {2021},
organization = {Medium}
}
@misc{a2022_flutter_architecture,
title = {Flutter architectural overview},
url = {https://docs.flutter.dev/resources/architectural-overview},
urldate = {2022-04-23},
year = {2022},
organization = {Flutter.dev}
}
@misc{skia_2022_skia,
author = {Skia},
title = {Skia},
url = {https://skia.org/},
urldate = {2022-04-23},
year = {2022},
publisher = {Google}
}
@misc{a2022_flutter_declarative,
title = {Start thinking declaratively},
url = {https://docs.flutter.dev/development/data-and-backend/state-mgmt/declarative},
urldate = {2022-04-23},
year = {2022},
organization = {Flutter.dev}
}
@misc{a2022_differentiate,
title = {Differentiate between ephemeral state and app state},
url = {https://docs.flutter.dev/development/data-and-backend/state-mgmt/ephemeral-vs-app},
urldate = {2022-04-23},
year = {2022},
organization = {Flutter.dev}
}
@misc{brianegan_2021_fluttercommunityreduxdart,
author = {Brian Egan},
month = {03},
title = {fluttercommunity/redux.dart: Redux for Dart},
url = {https://github.com/fluttercommunity/redux.dart},
urldate = {2022-04-23},
year = {2021}
}
@misc{paolosoares_2018_flutter,
author = {Paolo Soares},
month = {01},
title = {Flutter / AngularDart -- Code sharing, better together (DartConf 2018)},
url = {https://www.youtube.com/watch?v=PLHln7wHgPE&ab_channel=GoogleDevelopers},
urldate = {2022-04-23},
year = {2018},
organization = {YouTube}
}
@misc{angelov_2022_bloc,
author = {Angelov, Felix},
title = {Bloc State Management Library},
url = {https://bloclibrary.dev},
urldate = {2022-04-23},
year = {2022},
organization = {Bloclibrary.dev}
}
@misc{a2022_mobxdart,
title = {MobX.dart},
url = {https://mobx.netlify.app},
urldate = {2022-04-23},
year = {2022},
organization = {MobX.dart}
}
@misc{a2022_aspnet,
title = {ASP.NET Web APIs | Rest APIs with .NET and C\#},
url = {https://dotnet.microsoft.com/en-us/apps/aspnet/apis},
urldate = {2022-04-23},
year = {2022},
organization = {Microsoft}
}
@misc{a2021_overview,
month = {05},
title = {Overview of Entity Framework Core - EF Core},
url = {https://docs.microsoft.com/en-us/ef/core/},
urldate = {2022-04-23},
year = {2021},
organization = {Microsoft Corporation}
}
@misc{a2022_creating,
month = {03},
title = {Creating and configuring a model - EF Core},
url = {https://docs.microsoft.com/en-us/ef/core/modeling/},
urldate = {2022-04-23},
year = {2022},
publisher = {Microsoft Corporation}
}
@misc{lin_2018_tuck,
author = {Lin, Joyce},
month = {09},
publisher = {Better Practices},
title = {Tuck in your APIs safe and sound with these guiding principles for API security},
url = {https://medium.com/better-practices/tuck-in-your-apis-safe-and-sound-with-these-guiding-principles-for-api-security-cd69f71c291e},
urldate = {2022-04-23},
year = {2018},
organization = {Medium}
}
@misc{a2018_difference_db,
month = {10},
title = {Difference between SQL and NoSQL - GeeksforGeeks},
url = {https://www.geeksforgeeks.org/difference-between-sql-and-nosql/},
urldate = {2022-04-23},
year = {2018},
publisher = {GeeksforGeeks}
}
@misc{a2010_enterprise,
month = {12},
title = {Enterprise .Net - Inheritance with EF Code First: Part 1 - Table per Hierarchy (TPH)},
url = {https://weblogs.asp.net/manavi/inheritance-mapping-strategies-with-entity-framework-code-first-ctp5-part-1-table-per-hierarchy-tph},
urldate = {2022-04-23},
year = {2010},
organization = {Asp.net}
}
@misc{a2022_material,
title = {material library - Dart API},
url = {https://api.flutter.dev/flutter/material/material-library.html},
urldate = {2022-04-24},
year = {2022},
organization = {Flutter.dev}
}
@misc{ryan_2020_navigator,
author = {Ryan, John},
month = {09},
publisher = {Flutter},
title = {Learning Flutter's new navigation and routing system},
url = {https://medium.com/flutter/learning-flutters-new-navigation-and-routing-system-7c9068155ade},
urldate = {2022-04-25},
year = {2020},
organization = {Medium}
}
@misc{kietay_2021_navigator,
author = {kietay},
month = {03},
title = {Flutter Navigator 2.0 (Pages API) Simply Explained},
url = {https://www.youtube.com/watch?v=rHbQD8ccM_g&t=2s&ab_channel=kietay},
urldate = {2022-04-25},
year = {2021},
organization = {YouTube}
}
@misc{moran_2019_usability,
author = {Moran, Kate},
month = {12},
title = {Usability Testing 101},
url = {https://www.nngroup.com/articles/usability-testing-101/},
urldate = {2022-04-22},
year = {2019},
publisher = {Nielsen Norman Group}
}
@misc{a2022_codewars,
month = {04},
title = {Home | Codewars},
url = {https://www.codewars.com},
urldate = {2022-04-28},
year = {2022},
publisher = {Qualified, Inc.}
}
@misc{a2020_codemonkey,
title = {Coding for Kids | Game-Based Programming | CodeMonkey},
url = {https://www.codemonkey.com/},
urldate = {2022-04-28},
year = {2020},
publisher = {CodeMonkey Studios Inc.}
}
@misc{a2021_codemancer,
month = {06},
title = {Codemancer - A fantasy game that teaches the magic of code.},
url = {https://codemancergame.com/},
urldate = {2022-04-28},
year = {2021},
publisher = {Important Little Games}
}
@misc{a2022_baba,
title = {Baba Is You},
url = {https://www.hempuli.com/baba/},
urldate = {2022-04-28},
year = {2022},
publisher = {Hempuli}
}
@misc{a2020_difference,
month = {06},
title = {Difference between Thin clients and Thick Clients - GeeksforGeeks},
url = {https://www.geeksforgeeks.org/difference-between-thin-clients-and-thick-clients/},
urldate = {2022-05-03},
year = {2020},
publisher = {GeeksforGeeks}
}