-
Notifications
You must be signed in to change notification settings - Fork 11
/
lsh-tutorials.json
143 lines (142 loc) · 4.15 KB
/
lsh-tutorials.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
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
{
"title": "LSH Tutorials",
"githubURL": "https://github.com/Ladies-Storm-Hackathons/Tutorials",
"programmingLanguageDetails": [
{
"name": "HTML",
"url": "https://developer.mozilla.org/en-US/docs/Web/HTML"
},
{
"name": "CSS",
"url": "https://developer.mozilla.org/en-US/docs/Web/CSS"
},
{
"name": "Javascript",
"url": "https://developer.mozilla.org/en-US/docs/Web/Javascript"
}
],
"frameworkDetails": [
{
"name": "AngularJS",
"url": "https://angularjs.org"
},
{
"name": "Bootstrap",
"url": "http://getbootstrap/"
}
],
"tutorials": [
{
"topic": "Learn AngularJS",
"description": "Learn AngularJS - From hello world to building your own directory of Star Wars",
"writeUp": "http://blog.aashni.me/2016/08/angularjs-an-introduction/",
"youtubeVideo": "",
"urlFiles": "https://github.com/Ladies-Storm-Hackathons/Tutorials/tree/master/learn-angularjs",
"location": "Online",
"date": "August 16, 2016",
"time": "5 pm EST",
"howToAttendURL": "https://www.facebook.com/events/1748805382027851/1752788888296167",
"speakersContactInfo": {
"name": "Aashni Shah",
"location": "Toronto, Canada",
"email": "contact@aashni.me",
"github": "https://github.com/aashnisshah"
},
"level": "Beginner",
"technologiesRequired": [
"laptop",
"internet",
"text editor",
"internet browser (preferrably chrome)",
"chrome plugin: ng-inspector for AngularJS",
"HTTPServer"
],
"programmingLanguageUsed": [
{
"name": "HTML",
"isRequired": true,
"notes": ""
},
{
"name": "CSS",
"isRequired": true,
"notes": ""
},
{
"name": "Javascript",
"isRequired": false,
"notes": "It's a plus if you know Javascript"
}
],
"frameworksUsed": [
{
"name": "AngularJS",
"isRequired": false,
"notes": ""
},
{
"name": "Bootstrap",
"isRequired": false,
"notes": ""
}
],
"apisUsed": [
{
"name": "Star Wars API",
"isRequired": false,
"uRL": "http://swapi.co/",
"isDeveloperAccountRequired": false,
"notes": ""
}
]
},
{
"topic": "Introduction to APIs & Build Your Own Twitter Bot",
"urlFiles": "https://github.com/Ladies-Storm-Hackathons/Tutorials/tree/master/Intro-To-APIs-Twitter",
"location": "Online",
"date": "September 3, 2016",
"time": "7 pm CDT",
"howToAttendURL": "https://www.youtube.com/watch?v=q3I4LreKcR0",
"speakersContactInfo": {
"name": "Alaina Kafkes",
"email": "alainakafkes@gmail.com",
"twitter": "https://twitter.com/alainakafkes",
"linkedin": "https://linkedin.com/in/alainakafkes"
},
"level": "Beginner",
"previousSkillRequired": "Python background recommended, but not necessary"
},
{
"topic": "Pair Programming PAIRadigms",
"urlFiles": "https://github.com/Ladies-Storm-Hackathons/Tutorials/tree/master/PairProgrammingPAIRadigms",
"location": "Online",
"date": "October 6, 2016",
"time": "7 pm CST",
"howToAttendURL": "https://drive.google.com/file/d/0B4oIwiIQoiI0TVdxUmRYS0pwckU/view?usp=sharing",
"speakersContactInfo": {
"name": "Kathryn Reagan",
"email": "kathryn.m.reagan@gmail.com",
"twitter": "https://twitter.com/nyrhtakk",
"linkedin": "Public Profilehttps://www.linkedin.com/in/kathrynreagan"
},
"level": "Beginner",
"previousSkillRequired": "Know how to write some code!"
},
{
"topic": "git init: A Beginner's Guide to Git Workflow",
"urlFiles": "https://github.com/Ladies-Storm-Hackathons/Tutorials/tree/master/Intro-To-Git",
"location": "Online",
"date": "December 19, 2016",
"time": "8 pm CST",
"howToAttendURL": "https://www.youtube.com/watch?v=uTwLeN3-mjI",
"speakersContactInfo": {
"name": "Alaina Kafkes",
"email": "alainakafkes@gmail.com",
"twitter": "https://twitter.com/alainakafkes",
"linkedin": "https://linkedin.com/in/alainakafkes"
},
"level": "Beginner",
"previousSkillRequired": "Some Unix command line knowledge"
}
]
}