-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliography.bib
478 lines (417 loc) · 13.6 KB
/
bibliography.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
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
% Here are some examples of different sources to reference.
@article{wolves_of_mount_mckinley,
author = "Murie, A. and Davis, W. B.",
year = "1945",
month = "02",
day = "23",
title = "\textit{The Wolves of Mount McKinley. Fauna of the National Parks of the United States}",
volume = "26",
issue = "1",
pages = "100-101",
journal = "Journal of Mammalogy",
doi = "https://doi.org/10.2307/1375039"
}
@book{machine_learning,
author = "Mitchell, T. M.",
title = "Machine Learning",
year = "1997",
month = "03",
day = "01",
publisher = "McGraw Hill",
pages = "2",
}
@inproceedings{clustering_impossibility,
author = "Kleinberg, J.",
title = "\textit{An Impossibility Theorem for Clustering}",
year = "2002",
publisher = "MIT Press",
address = "Cambridge, MA, USA",
booktitle = "Proceedings of the 15th International Conference on Neural Information Processing Systems",
pages = "463–470",
series = "NIPS'02",
}
@article{sheep,
author = "Doughty, A. K. and Horton, B. J. and Nguyen, T.D. and Huyen, C. and Ballagh, R. and Corkrey, R. and Hinch, G. N.",
year = "2018",
month = "03",
day = "07",
title = "\textit{The influence of lameness and individuality on movement patterns in sheep}",
journal = "Elsevier",
url = "https://www.sciencedirect.com/science/article/pii/S0376635717302449",
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@online{nextauth2022asiuwhu,
author = {Ejiro Asiuwhu},
title = {NextAuth.js for client-side authentication in Next.js},
year = {2022},
month = {03},
day = {8},
url = {https://blog.logrocket.com/nextauth-js-for-next-js-client-side-authentication/},
urldate = {2023-04-11}
}
@online{prisma2022migrate,
organization = {Prisma},
title = {Hassle-free Database Migrations with Prisma Migrate},
year = {2022},
url = {https://www.prisma.io/migrate},
urldate = {2023-04-14}
}
@online{render2022pricing,
organization = {Render},
title = {Cloud Hosting for Developers},
year = {2022},
url = {https://render.com/pricing#postgresql},
urldate = {2023-04-16}
}
@online{Docker2022geeksforgeeks,
author = {madhur912},
organization = {GeeksforGeeks},
title = {Why should you use Docker? 7 Major Reasons},
url = {https://www.geeksforgeeks.org/why-should-you-use-docker-7-major-reasons/},
urldate = {2023-04-16}
}
@online{ibm_relational_databases,
organization = {IBM},
title = {Relational databases},
url = {https://www.ibm.com/topics/relational-databases},
urldate = {2023-04-10}
}
@online{NoSQL_databases,
organization = {MongoDB},
title = {What Is NoSQL? NoSQL Databases Explained},
url = {https://www.mongodb.com/nosql-explained},
urldate = {2023-04-12}
}
@online{Sisense_storing_json,
organization = {Sisense},
title = {Postgres vs. MongoDB for Storing JSON Data: Which Should You Choose?},
url = {https://community.sisense.com/t5/knowledge/postgres-vs-mongodb-for-storing-json-data-which-should-you/ta-p/111},
urldate = {2023-04-12}
}
@online{tRPC_dataflow_Ehrlich,
author = {Christopher Ehrlich},
title = {tRPC \& Next Data Flow Diagram},
url = {https://www.c-ehrlich.dev/img/youtube/trpc-data-flows.png},
urldate = {2023-04-15}
}
@online{prisma_JSON_protocol,
author = {Sabin Adams and Jan Piotrowski and Nikolas Burk},
title = {How We Sped Up Serverless Cold Starts with Prisma by 9x},
year = {2023},
month = {04},
day = {21},
url = {https://www.prisma.io/blog/prisma-and-serverless-73hbgKnZ6t},
urldate = {2023-05-01}
}
@online{color_generation_algo,
author = {Ankerl, Martin},
title = {How to Create Random Colors Programmatically},
year = {2009},
url = {https://martin.ankerl.com/2009/12/09/how-to-create-random-colors-programmatically/},
urldate = {2023-02-07}
}
@online{agileacademy_monolithic_arch,
organization = {Agile Academy},
title = {Monolithic Architectures in Software Development},
url = {https://www.agile-academy.com/en/agile-dictionary/monolithic-architecture/},
urldate = {2023-04-26}
}
@online{atlassian_microservices,
organization = {Atlassian},
title = {Microservices vs. monolithic architecture},
url = {https://www.atlassian.com/microservices/microservices-architecture/microservices-vs-monolith},
urldate = {2023-04-26}
}
@article{cassel2022serverless,
title = {Serverless computing for Internet of Things: A systematic literature review},
journal = {Future Generation Computer Systems},
volume = {128},
pages = {299-316},
year = {2022},
issn = {0167-739X},
doi = {https://doi.org/10.1016/j.future.2021.10.020},
url = {https://www.sciencedirect.com/science/article/pii/S0167739X21004167},
author = {Gustavo André Setti Cassel and Vinicius Facco Rodrigues and Rodrigo {da Rosa Righi} and Marta Rosecler Bez and Andressa Cruz Nepomuceno and Cristiano {André da Costa}},
keywords = {Serverless, Function as a Service, Internet of Things, Edge, Fog, Cloud},
urldate = {2023-05-03}
}
@online{monocubed_popular_frameworks,
organization = {Monocubed},
title = {10 Best Front end Frameworks for Web Development in 2023},
url = {https://www.monocubed.com/blog/best-front-end-frameworks/},
urldate = {2023-05-15}
}
@online{forbes_modern_APIs,
author = {Eugene Xiong},
title = {Cloud-Based APIs And The Future Of Business Applications},
url = {https://www.forbes.com/sites/forbestechcouncil/2022/01/11/cloud-based-apis-and-the-future-of-business-applications/},
urldate = {2023-05-12}
}
@online{wikipedia_relationalDB,
organization = {Wikipedia},
title = {Relational database},
year = {2022},
url = {https://en.wikipedia.org/wiki/Relational_database},
urldate = {2023-05-02}
}
@online{Docker_containers,
organization = {Docker},
title = {What is a Container?},
year = {2023},
url = {https://www.docker.com/resources/what-container/},
urldate = {2023-04-18}
}
@online{Docker_architecture,
organization = {Docker},
title = {Docker architecture overview},
year = {2023},
url = {https://docs.docker.com/get-started/overview/#docker-architecture},
urldate = {2023-04-18}
}
@online{dzone_authentication,
organization = {DZone},
title = {JWT Authentication and Authorization: A Detailed Introduction},
url = {https://dzone.com/articles/jwt-authentication-and-authorization-a-detailed-introduction},
urldate = {2023-04-14}
}
@online{csharpcorner_authorization,
organization = {C\# Corner},
title = {JWT Authentication And Authorization},
url = {https://www.c-sharpcorner.com/blogs/introduction-and-detail-about-the-jwt-authentication-and-authorization},
urldate = {2023-05-18}
}
@online{logrocket_JWT,
author = {Flavio Copes},
title = {JWT authentication: Best practices and when to use it},
url = {https://blog.logrocket.com/jwt-authentication-best-practices/},
urldate = {2023-04-10}
}
@online{AgileAlliance_agile101,
organization = {Agile Alliance},
title = {Agile 101},
url = {https://www.agilealliance.org/agile101/},
urldate = {2023-04-10}
}
@online{MountainGoatSoftware_scrum_overview,
organization = {Mountain Goat Software},
title = {Scrum Overview},
url = {https://www.mountaingoatsoftware.com/agile/scrum/resources/overview},
urldate = {2023-04-10}
}
@online{Stackify_Scrum_benefits,
organization = {Stackify},
title = {What is Scrum Software Development?},
url = {https://stackify.com/what-is-scrum/},
urldate = {2023-05-18}
}
@online{springboard_code_review_checklist,
title = {Code Review Checklist: A Guide to Your First Peer Code Review},
author = {Simona Galant},
year = {2021},
month = {2},
day = {24},
url = {https://www.springboard.com/blog/software-engineering/code-review-checklist-for-2021/},
urldate = {2023-05-04}
}
@online{atlassian_code_review,
title = {What is a Code Review \& How It Can Save Time},
author = {Dan Radigan},
url = {https://www.atlassian.com/agile/software-development/code-reviews},
urldate = {2023-05-04}
}
@online{NextjsDocs,
organization = {Vercel},
title = {Next.js Docs},
url = {https://nextjs.org/docs},
urldate = {2023-05-18}
}
@online{chakraui_offical,
organization = {ChakraUI},
title = {Chakra UI - A simple, modular and accessible component library that gives you the building blocks you need to build your React applications.},
url = {https://chakra-ui.com/},
urldate = {2023-04-27}
}
@online{devto_tRPC,
author = {Michal Kuncio},
title = {Type safe APIs with Nuxt 3 and tRPC},
year = {2022},
url = {https://dev.to/michalkuncio/type-safe-apis-with-nuxt-3-and-trpc-202g},
urldate = {2023-04-12}
}
@online{devto_tanstack_query,
author = {Chidiebere Onyejekwe},
title = {TANStack Query: How It Changes the Way You Query APIs},
url = {https://dev.to/codewithonye/tanstack-query-how-it-changes-the-way-you-query-apis-5fog},
urldate = {2023-04-07}
}
@online{Microsoft_JSON_DB_storage,
organization = {Microsoft},
title = {Store JSON documents in SQL Server or SQL Database},
year = {2023},
url = {https://learn.microsoft.com/en-us/sql/relational-databases/json/store-json-documents-in-sql-tables?view=sql-server-ver16},
urldate = {2023-04-27}
}
@online{ajv_general,
organization = {Ajv},
title = {Ajv JSON schema validator},
year = {2022},
url = {https://ajv.js.org/},
urldate = {2023-04-17}
}
@online{vercel_serverless,
organization = {Vercel},
title = {Serverless Functions Overview},
url = {https://vercel.com/docs/concepts/functions/serverless-functions},
urldate = {2023-04-19}
}
@online{Ricksoft_Jira,
organization = {Ricksoft Inc.},
title = {Project Management Made Easy with 8 Features of Jira},
year = {2023},
url = {https://www.ricksoft-inc.com/post/project-management-easy-8-features-of-jira/},
urldate = {2023-05-06}
}
@online{Nextjs_ESLint,
organization = {Vercel},
title = {Next Features: ESLint},
year = {2022},
url = {https://nextjs.org/docs/basic-features/eslint},
urldate = {2023-04-11}
}
@online{medium_jaro_levenshtein,
author = {Srinivas Kulkarni},
title = {Jaro Winkler vs Levenshtein Distance},
year = {2021},
month = {3},
day = {26},
url = {https://srinivas-kulkarni.medium.com/jaro-winkler-vs-levenshtein-distance-2eab21832fd6},
urldate = {2023-05-09}
}
@online{NextAuth_limitations,
organization = {Vercel},
title = {NextAuth FAQ},
url = {https://next-auth.js.org/faq#compatibility},
urldate = {2023-04-03}
}
@online{lkj4_tRPC_limitation,
title={v10 tRPC client API Design},
url={https://github.com/trpc/trpc/discussions/2270#discussioncomment-3217169},
author={lkj4},
year={2022},
month={07},
day={24},
urldate = {2023-04-13}
}
@online{unitednations_SGD8,
organization = {United Nations},
title = {Economic Growth - United Nations Sustainable Development},
url = {https://www.un.org/sustainabledevelopment/economic-growth/},
year = {2023},
urldate = {2023-04-19}
}
@online{trpc_offical,
organization = {tRPC},
title = {tRPC - Move Fast and Break Nothing},
url = {https://trpc.io/},
urldate = {2023-05-04}
}
@online{trpc_subscriptions,
organization = {tRPC},
title = {Subscriptions | tRPC},
url = {https://trpc.io/docs/subscriptions},
urldate = {2023-05-04}
}
@online{Okta_tokens,
organization = {Okta},
title = {What Is Token-Based Authentication?},
url = {https://www.okta.com/identity-101/what-is-token-based-authentication/},
year = {2023},
urldate = {2023-05-08}
}
@online{educba_OO_advantages,
author = {Priya Pedamkar},
title = {Advantages of OOP},
url = {https://www.educba.com/advantages-of-oop/},
urldate = {2023-05-18}
}
@online{freeCodeCamp_FP,
organization = {freeCodeCamp},
title = {Intro to Functional Programming Basics},
year = {2020},
url = {https://www.freecodecamp.org/news/intro-to-functional-programming-basics/},
urldate = {2023-05-16}
}
@online{W3Schools_JSON_format,
organization = {W3Schools},
title = {What is JSON},
year = {2022},
url = {https://www.w3schools.com/whatis/whatis_json.asp},
urldate = {2023-05-11}
}
@online{ECMAScript_JSON_format,
organization = {ECMAScript},
title = {The JSON Data Interchange Format},
year = {2013},
url = {https://www.ecma-international.org/wp-content/uploads/ECMA-404_1st_edition_october_2013.pdf},
urldate = {2023-05-11}
}
@online{JSON_popularity,
author = {Karisma Kunwar},
title = {The Reason why JSON is so Popular},
year = {2021},
month = {6},
day = {4},
url = {https://www.prokurainnovations.com/json/},
urldate = {2023-05-18}
}
@online{json_schema_offical,
organization = {JSON Schema},
title = {Understanding JSON Schema},
year = {2021},
url = {https://json-schema.org/understanding-json-schema/index.html},
urldate = {2023-04-03}
}
@online{React_hooks_offical,
organization = {React},
title = {Built-in React Hooks},
year = {2023},
url = {https://react.dev/reference/react},
urldate = {2022-05-20}
}
@online{React_CustomHooks_offical,
organization = {React},
title = {Reusing Logic with Custom Hooks},
year = {2023},
url = {https://react.dev/learn/reusing-logic-with-custom-hooks},
urldate = {2022-05-20}
}
@online{vercel_edge_network,
organization = {Vercel},
title = {Edge Network Overview},
url = {https://vercel.com/docs/concepts/edge-network/overview},
urldate = {2023-05-12}
}
@online{vercel_preview_deployments,
organization = {Vercel},
title = {Preview Deployments Overview},
url = {https://vercel.com/docs/concepts/deployments/preview-deployments},
urldate = {2023-05-11}
}
@online{nextjs_turbopack,
organization = {Vercel},
title = {Advanced Features: Turbopack},
url = {https://nextjs.org/docs/advanced-features/turbopack},
urldate = {2023-05-21}
}
@online{nextjs_blog_next13,
organization = {Vercel},
title = {Blog - Next.js 13},
url = {https://nextjs.org/blog/next-13},
urldate = {2023-05-21}
}
@online{react_blog_reactv18,
organization = {React},
title = {React v18.0},
url = {https://react.dev/blog/2022/03/29/react-v18},
urldate = {2023-05-21}
}