-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprocess.json
26 lines (26 loc) · 1.67 KB
/
process.json
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
[
{
"date": "2021-10-25",
"title": "Start up",
"content": "it was fine, typical start up of a course in my opinion, we did some introductions and the way this 'seminar' is built up. We did some introductions within the support groups and had a bit of a chat up. Course wise I primarily did the setup for the subjects and started creating some functions for the data cleaning.",
"rating": 7
},
{
"date": "2021-10-26",
"title": "nvt",
"content": "Kiara uitgelegd hoe het zit met require paden en vervolgens een poging gedaan om verder te werken aan de functional programming patterns om de dataset op te schonen. Vandaag had ik moeite met het bedenken van logica omdat ik eigenlijk ieder object wil opschonen. Ik denk dat ik wellicht de theorie over de functional programming paradigm opnieuw moet doorlezen en een refresh course moet volgen.",
"rating": 6
},
{
"date": "2021-10-27",
"title": "Wiki galore",
"content": "Today was more or less crazy wiki action, i wrote most of the functional programming theory and content today and read and watched some theory about it to improve my understanding more. Besides that I played with fetch because it would be ideal for API calling. But decided to get it working isn't worth the time and effort with local files when API calling would be much easier without the extra's for this.",
"rating": 7
},
{
"date": "2021-10-29",
"title":"something",
"content": "Klasgenoten geholpen met minor issues en lezen van code want rubberducking tegen andere developers helpt. Het probleem was eigenlijk dat we het verkeerde bestand aanroepte waardoor we een andere repsonse kregen.",
"rating": 7
}
]