-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadvanced_June19.html
More file actions
41 lines (39 loc) · 1.49 KB
/
advanced_June19.html
File metadata and controls
41 lines (39 loc) · 1.49 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Software Developers CoP</title>
<link rel="stylesheet" href="css/bootstrap/css/bootstrap-yeti.min.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="/">Software Developers CoP</a>
</nav>
<div class="container">
<h3>Building Complex Web Applications June 2019</h3>
<p>
The class took place June 3rd - June 6th 2019 at the RMC Denver office. There were 12 students and our fearless teacher Will B.
</p>
<p>
The course covered the following topics:
</p>
<ul>
<li>Usin Node.js and NPM for development</li>
<li>How to use Redux bundler</li>
<li>Building user interfaces using components in React</li>
<li>Using JWT and Corpsmap packages to authenticate users via CAC cards</li>
<li>Posting and retrieving data from a no-sql database</li>
</ul>
<p align="center">
<img src="advancedWebDevJune\AdvancedWebDevClass.png" style="width:800px;height:600px;"/>
<br/>
Here is a picture of the students.
</p>
<p align="center">
<img src="advancedWebDevJune\AdvancedWebDevArt.png" style="width:800px;height:600px;"/>
<br/>
Here is a picture of the beautiful art we made with our application.
</p>
</div>
</body>
</html>