Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Gruppenbericht.bib 8.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. @online{spa:1,
  2. author = {t3n},
  3. title = {Was ist eigentlich eine Single-Page-Webanwendung?},
  4. month = {04},
  5. year = {2018},
  6. url = {https://t3n.de/news/single-page-webanwendung-1023623/},
  7. note = {Zuletzt besucht am 26.02.2019}
  8. }
  9. @online{spa:2,
  10. author = {Nebil Aboobacker},
  11. title = {Was ist eine Single Page Application (SPA)?},
  12. month = {05},
  13. year = {2018},
  14. url = {https://www.yuhiro.de/was-ist-eine-single-page-application-spa/},
  15. note = {Zuletzt besucht am 26.02.2019}
  16. }
  17. @online{vue,
  18. author = {Marc Teufel},
  19. title = {Vue.js Tutorial: So entwickelt man Komponenten mit Vue.js},
  20. month = {07},
  21. year = {2018},
  22. url = {https://entwickler.de/online/javascript/einfuehrung-vuejs-vue-579851816.html},
  23. note = {Zuletzt besucht am 26.02.2019}
  24. }
  25. @online{vue:warum,
  26. author = {Verena Sappelt},
  27. title = {Vue.js – Vorteile: Das Beste aus zwei Welten},
  28. month = {01},
  29. year = {2019},
  30. url = {https://www.ppw.de/blog/vue-js-vorteile-das-beste-aus-zwei-welten/},
  31. note = {Zuletzt besucht am 26.02.2019}
  32. }
  33. @online{vue:router,
  34. author = {Said Hayani},
  35. title = {How to use routing in Vue.js to create a better user experience},
  36. month = {06},
  37. year = {2018},
  38. url = {https://medium.freecodecamp.org/how-to-use-routing-in-vue-js-to-create-a-better-user-experience-98d225bbcdd9},
  39. note = {Zuletzt besucht am 26.02.2019}
  40. }
  41. @online{vue:router2,
  42. title = {Vue Router - Getting Started},
  43. month = {01},
  44. year = {2014},
  45. url = {https://router.vuejs.org/guide/#javascript},
  46. note = {Zuletzt besucht am 26.02.2019}
  47. }
  48. @online{vue:router3,
  49. author = {Raymond Camden},
  50. title = {Working with Routes in Vue.js},
  51. month = {012},
  52. year = {2017},
  53. url = {https://www.raymondcamden.com/2017/11/12/working-with-routes-in-vue},
  54. note = {Zuletzt besucht am 26.02.2019}
  55. }
  56. @online{api2,
  57. author = {Björn Behrendt},
  58. title = {Application-Programming-Interface (API)},
  59. month = {06},
  60. year = {2018},
  61. url = {https://www.gruenderszene.de/lexikon/begriffe/application-programming-interface-api?interstitial},
  62. note = {Zuletzt besucht am 26.02.2019}
  63. }
  64. @online{scrib,
  65. title = {Scribble},
  66. month = {08},
  67. year = {2017},
  68. url = {https://de.wikipedia.org/wiki/Scribble},
  69. note = {Zuletzt besucht am 26.02.2019}
  70. }
  71. @online{md,
  72. title = {Material Design},
  73. month = {01},
  74. year = {2019},
  75. url = {https://de.wikipedia.org/wiki/Material_Design},
  76. note = {Zuletzt besucht am 26.02.2019}
  77. }
  78. @online{md2,
  79. author = {Google},
  80. title = {Homepage Material Design},
  81. url = {https://material.io},
  82. note = {(o.D.), Zuletzt besucht am 26.02.2019}
  83. }
  84. @online{bootstrap,
  85. author = {Federico Zivolo and Bootstrap contributors},
  86. title = {Bootstrap Material Design},
  87. month = {08},
  88. year = {2018},
  89. url = {https://fezvrasta.github.io/bootstrap-material-design/},
  90. note = {Zuletzt besucht am 26.02.2019}
  91. }
  92. @online{less,
  93. author = {Alexis Sellier },
  94. title = {LESS - Die dynamische Stylesheet Sprache},
  95. month = {01},
  96. year = {2013},
  97. url = {http://www.lesscss.de},
  98. note = {Zuletzt besucht am 26.02.2019}
  99. }
  100. @online{vue2,
  101. author = {Evan You},
  102. title = {Vue.js},
  103. month = {01},
  104. year = {2019},
  105. url = {https://vuejs.org},
  106. note = {Zuletzt besucht am 26.02.2019}
  107. }
  108. @online{ajax1,
  109. author = {Jesse James Garret},
  110. title = {Ajax: A New Approach to Web Applications},
  111. month = {07},
  112. year = {2008},
  113. url = {https://web.archive.org/web/20080702075113/http://www.adaptivepath.com/ideas/essays/archives/000385.php},
  114. note = {Zuletzt besucht am 26.02.2019}
  115. }
  116. @online{ajax2,
  117. author = {Matthias Hertel},
  118. title = {The AJAX Engine},
  119. month = {02},
  120. year = {2007},
  121. url = {http://www.mathertel.de/AJAXEngine/#view=Home},
  122. note = {Zuletzt besucht am 26.02.2019}
  123. }
  124. @book{ajax3,
  125. author = {David Sawyer McFarland},
  126. title = {JavaScript \& jQuery - the missing manual},
  127. year = {2012},
  128. publisher = {O'Reilly Media, inc.},
  129. address = {1005 Gravenstein Highway North, Sebastopol, CA 95472},
  130. }
  131. @online{api,
  132. title = {Programmierschnittstelle},
  133. month = {02},
  134. year = {2019},
  135. url = {https://de.wikipedia.org/wiki/Programmierschnittstelle},
  136. note = {Zuletzt besucht am 26.02.2019}
  137. }
  138. @online{rest,
  139. author = {Thomas Bayer},
  140. title = {REST Web Services},
  141. month = {11},
  142. year = {2002},
  143. url = {https://www.oio.de/public/xml/rest-webservices.htm},
  144. note = {Zuletzt besucht am 26.02.2019}
  145. }
  146. @online{mongo,
  147. title = {What is MongoDB?},
  148. year = {2019},
  149. url = {https://www.mongodb.com/what-is-mongodb},
  150. note = {Zuletzt besucht am 26.02.2019}
  151. }
  152. @online{mongoose,
  153. author = {Nick Karnik},
  154. title = {Introduction to Mongoose for MongoDB},
  155. month = {02},
  156. year = {2018},
  157. url = {https://medium.freecodecamp.org/introduction-to-mongoose-for-mongodb-d2a7aa593c57},
  158. note = {Zuletzt besucht am 26.02.2019}
  159. }
  160. @online{Bear,
  161. author = {Sevilleja, Chris},
  162. month = {02},
  163. year = {2019},
  164. title = {Build a RESTful API Using Node and Express 4},
  165. url = {https://scotch.io/tutorials/build-a-restful-api-using-node-and-express-4},
  166. note = {Zuletzt besucht am 01.03.219}
  167. }
  168. @online{gitefi,
  169. author = {Matthias Hopf},
  170. month = {02},
  171. year = {2019},
  172. title = {Git efi},
  173. url = {https://git.efi.th-nuernberg.de/gitea/hopfma/om/wiki/_pages},
  174. note = {Zuletzt besucht am 25.02.2019}
  175. }
  176. @online{Powtoon,
  177. title = {Powtoon - Brings Awesomeness to your presentations},
  178. month = {02},
  179. year = {2019},
  180. url = {https://www.powtoon.com/my-powtoons/#/},
  181. note = {Zuletzt besucht am 01.03.219}
  182. }
  183. @online{Risingstack,
  184. author = {Gergely Nemeth},
  185. year = {2017},
  186. title = {10 Best Practices for Writing Node.js REST APIs | @RisingStack},
  187. url = {https://blog.risingstack.com/10-best-practices-for-writing-node-js-rest-apis/},
  188. note = {Zuletzt besucht am 01.03.2019}
  189. }
  190. @online{trello:uri,
  191. author = {ATLASSIAN},
  192. title = {Trello},
  193. year = {2019},
  194. url = {https://trello.com/home},
  195. note = {(Zuletzt besucht am 25.02.2019)}
  196. }
  197. @online{trello:price,
  198. author = {ATLASSIAN},
  199. title = {Trello-Preisliste},
  200. year = {2019},
  201. url = {https://trello.com/pricing},
  202. note = {(Zuletzt besucht am 25.02.2019)}
  203. }
  204. @online{bitrix:uri,
  205. author = {Bitrix, Inc.},
  206. title = {Führende Kostenlose Plattform Für Kommunikation Und Zusammenarbeit Mit Aufgaben, Projekten, CRM, Dokumenten, Chat u.v.a.m.},
  207. year = {2019},
  208. url = {https://www.bitrix24.de/},
  209. note = {(Zuletzt besucht am 25.02.2019)}
  210. }
  211. @online{bitrix:feature,
  212. author = {Bitrix, Inc.},
  213. title = {Bitrix24: Führende kostenlose Software zum Projektmanagement},
  214. year = {2019},
  215. url = {https://www.bitrix24.de/tools/tasks_and_projects/},
  216. note = {(Zuletzt besucht am 25.02.2019)}
  217. }
  218. @online{sw:staleWhileRevalidate,
  219. author = {Jake Archibald},
  220. title = {The offline cookbook - JakeArchibald.com},
  221. month = {12},
  222. year = {2014},
  223. url = {https://jakearchibald.com/2014/offline-cookbook/#stale-while-revalidate},
  224. note = {(Zuletzt besucht am 26.02.2019)}
  225. }
  226. @online{sw:cacheBackToNetwork,
  227. author = {Jake Archibald},
  228. title = {The offline cookbook - JakeArchibald.com},
  229. month = {12},
  230. year = {2014},
  231. url = {https://jakearchibald.com/2014/offline-cookbook/#cache-falling-back-to-network},
  232. note = {(Zuletzt besucht am 26.02.2019)}
  233. }
  234. @online{sw:networkBackToCache,
  235. author = {Jake Archibald},
  236. title = {The offline cookbook - JakeArchibald.com},
  237. month = {12},
  238. year = {2014},
  239. url = {https://jakearchibald.com/2014/offline-cookbook/#network-falling-back-to-cache},
  240. note = {(Zuletzt besucht am 26.02.2019)}
  241. }
  242. @online{sw:cacheThenNetwork,
  243. author = {Jake Archibald},
  244. title = {The offline cookbook - JakeArchibald.com},
  245. month = {12},
  246. year = {2014},
  247. url = {https://jakearchibald.com/2014/offline-cookbook/#cache-then-network},
  248. note = {(Zuletzt besucht am 26.02.2019)}
  249. }
  250. @online{api:doku,
  251. author = {Erik Römmelt},
  252. title = {Build, Collaborate \& Integrate APIs | SwaggerHub - OHM News API},
  253. month = {02},
  254. year = {2019},
  255. url = {https://app.swaggerhub.com/apis-docs/roemmelter/om_api/1.0},
  256. note = {(Zuletzt besucht am 26.02.2019)}
  257. }
  258. @online{dev:homescreen,
  259. author = {Pete LePage},
  260. title = {Your First Progressive Web App | Web Fundamentals | Google Developers},
  261. month = {01},
  262. year = {2019},
  263. url = {https://developers.google.com/web/fundamentals/codelabs/your-first-pwapp/#support_native_integration},
  264. note = {(Zuletzt besucht am 26.02.2019)}
  265. }
  266. @online{dev:codeSource,
  267. author = {Pete LePage},
  268. title = {Your First Progressive Web App | Web Fundamentals | Google Developers},
  269. month = {01},
  270. year = {2019},
  271. url = {https://developers.google.com/web/fundamentals/codelabs/your-first-pwapp/},
  272. note = {(Zuletzt besucht am 26.02.2019)}
  273. }