-
Notifications
You must be signed in to change notification settings - Fork 21
/
devresources.html
125 lines (115 loc) · 5.4 KB
/
devresources.html
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
---
layout: default
title: "Developer Resources"
permalink: "/dev/resources"
---
<h1 class="title page-title">Developer Resources</h1>
<p>
Here are some resources that we've created to help with developer onboarding, training, and tooling!
</p>
<hr class="divider" />
<h2 class="text-center">
Learning Resources
</h2>
<div class="resource-card-container">
<div class="resource-card">
<div class="text-center">
<img src="{{ site.baseurl }}/img/teachLA_logo_light.png" class="resource-logo" alt="teach la logo" />
</div>
<div>
<h3 class="title">
Learning Labs Crash Course
</h3>
<p>
Over Summer '20, we made 18 videos (and accompanying written notes) covering <b>everything you need to know to work on our learning labs</b>! We cover the basics of HTML, CSS, and JS; dive into React; and touch on DevOps, accessibility and best practices, and even Firebase and backends!
</p>
<p>
If you're just joining Teach LA, we'll most likely point you towards these resources!
</p>
<p>
Watch the <a href="https://www.youtube.com/playlist?list=PLPO7_kXilXFa6YdXxn5oln1gagcqnFI4l" class="tla-link" target="_blank" rel="noopener noreferrer">videos on YouTube</a>, or follow along with the <a href="https://github.com/uclaacm/learning-lab-crash-course-su20" class="tla-link" target="_blank" rel="noopener noreferrer">notes on Github</a>!
</p>
</div>
</div>
</div>
<div class="resource-card-container">
<div class="resource-card">
<div class="text-center">
<img src="{{ site.baseurl }}/img/partners/qwerhacks.png" class="resource-logo" alt="QWER hacks logos" />
</div>
<div>
<h3 class="title">
QWER Hacks React/Firebase Workshops
</h3>
<p>
We love working with <a class="tla-link" target="_blank" rel="noopener noreferrer">QWER Hacks</a>, the first collegiate LGBTQIA+ hackathon - held right here at UCLA!
</p>
<p>
We've coprogrammed with them by developing workshops on React and Firestore. They're great short intros to how to use some of the newer web technologies and make your own web app!
</p>
<h4>2021 Workshops</h4>
<ul>
<li>
<a href="https://www.youtube.com/playlist?list=PLPO7_kXilXFbpznCbpni9fjg7MKU7lyKS" class="tla-link" target="_blank" rel="noopener noreferrer">Intro to React</a>
</li>
<li>
<a href="https://www.youtube.com/playlist?list=PLPO7_kXilXFb0_hrPKxlx-UEhZHiiTEWY" class="tla-link" target="_blank" rel="noopener noreferrer">Intro to Firebase and Firestore</a>
</li>
<li>
<a href="https://github.com/malsf21/qwerhacks-21-workshops"
class="tla-link" target="_blank" rel="noopener noreferrer">notes for all workshops on GitHub</a>
</li>
</ul>
<h4>2020 Workshop</h4>
<ul>
<li>
<a href="https://github.com/malsf21/qwerhacks-web-dev-workshop"
class="tla-link" target="_blank" rel="noopener noreferrer">workshop notes and walkthrough</a>
</li>
</ul>
</div>
</div>
</div>
<div class="resource-card-container">
<div class="resource-card">
<div class="text-center">
<img src="{{ site.baseurl }}/img/teachLA_logo_light.png" class="resource-logo" alt="teach la logo" />
</div>
<div>
<h3 class="title">
Dev Team Intern Training (Winter '21)
</h3>
<p>
We ran a set of in-depth training sessions with our dev team interns to cover practical topics related to our workflow. Sessions range from intro to project management to CI/CD and linting to intro to backend.
</p>
<p>
There's a bit of overlap with our learning labs crash course; you can check that our first!
</p>
<p>
Follow along with the <a href="https://github.com/uclaacm/tla-dev-intern-training-w21" class="tla-link" target="_blank" rel="noopener noreferrer">notes on GitHub</a>!
</p>
</div>
</div>
</div>
<h2 class="text-center">
Templates
</h2>
<div class="resource-card-container">
<div class="resource-card">
<div class="text-center">
<img src="{{ site.baseurl }}/img/partners/react.png" class="resource-logo"
alt="react programming language logo" />
</div>
<div>
<h3 class="title">
Barebones React Template
</h3>
<p>
We set up a template repository for React projects with automatic build actions, dependabot setup, and some other neat things! Light and unopionated, this starter powers a few of our internal React projects.
</p>
<p>
Check out our <a href="https://github.com/uclaacm/teach-la-react-starter-barebones" class="tla-link" target="_blank" rel="noopener noreferrer">GitHub repository</a>!
</p>
</div>
</div>
</div>