|
|
@@ -1,3 +1,43 @@
|
|
1
|
|
-# tutorial-dump-
|
|
|
1
|
+# tutorial dump
|
|
|
2
|
+
|
|
|
3
|
+Tutorials/cheatsheets/linkjes/stackoverflow vragen die ik vaak naar collega's en mezelf stuur.
|
|
|
4
|
+
|
|
|
5
|
+Meeste zijn gelist omdat die nodig/gebruikt zijn voor een intern project waar mensen mee bezig zijn, of basisopleiding
|
|
|
6
|
+
|
|
|
7
|
+## FrontEnd
|
|
|
8
|
+
|
|
|
9
|
+#### Angular / Javascript
|
|
|
10
|
+
|
|
|
11
|
+[Tutorial: Angular official](https://angular.io/tutorial)
|
|
|
12
|
+
|
|
|
13
|
+[Tutorial: Creating a full MEAN stack application using Angular combined with MongoDB, Express and NodeJS](https://appdividend.com/2018/05/27/angular-6-crud-example-mean-stack-tutorial/)
|
|
|
14
|
+
|
|
|
15
|
+#### CSS / SCSS / SASS
|
|
|
16
|
+
|
|
|
17
|
+[Cheatsheet: Bootstrap](https://hackerthemes.com/bootstrap-cheatsheet/)
|
|
|
18
|
+
|
|
|
19
|
+[Cheatsheet: CSS flex](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)
|
|
|
20
|
+
|
|
|
21
|
+[Cheatsheet: Fontawesome Icons](https://fontawesome.com/cheatsheet)
|
|
|
22
|
+
|
|
|
23
|
+[Tutorial: SASS/SCSS basics](https://sass-lang.com/guide)
|
|
|
24
|
+
|
|
|
25
|
+## BackEnd
|
|
|
26
|
+
|
|
|
27
|
+#### Chat function
|
|
|
28
|
+
|
|
|
29
|
+[Tutorial: Creating a chatroom with Socket.io and Node.JS](https://socket.io/get-started/chat)
|
|
|
30
|
+
|
|
|
31
|
+[Github: Using Socket.io with typescript & angular](https://github.com/luixaviles/socket-io-typescript-chat)
|
|
|
32
|
+
|
|
|
33
|
+## Misc/Others
|
|
|
34
|
+
|
|
|
35
|
+#### Heroku
|
|
|
36
|
+
|
|
|
37
|
+[Tutorial: Deploying Angular apps to Heroku](https://medium.com/@ervib/deploy-angular-4-app-with-express-to-heroku-6113146915ca)
|
|
|
38
|
+
|
|
|
39
|
+#### Testing
|
|
|
40
|
+
|
|
|
41
|
+[Tutorial: Unit testing with Karma / Jasmine](https://medium.com/frontend-fun/angular-unit-testing-jasmine-karma-step-by-step-e3376d110ab4)
|
|
|
42
|
+
|
|
2
|
43
|
|
|
3
|
|
-Tutorials/cheatsheets/linkjes/stackoverflow vragen die ik vaak naar collega's en mezelf stuur.
|