forked from Real-Dev-Squad/website-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
event-nodejs-workshop-october-2020.html
114 lines (109 loc) · 3.53 KB
/
event-nodejs-workshop-october-2020.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Upcoming Events" />
<meta
property="og:description"
content="Events on important concepts a Web Developer should know about."
/>
<meta
property="og:image"
content="https://realdevsquad.com/img/events/Sagar_Poster.png"
/>
<meta property="og:url" content="https://realdevsquad.com/events.html" />
<meta
name="keywords"
content="Web, JavaScript, New Developers, Developers, Conference, Social, Community, Software Dev, Coaching, Mentoring, Speakers"
/>
<meta
name="description"
content="Conference on important concepts a Web Developer should know about."
/>
<link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="./img/favicon.ico" type="image/x-icon" />
<title>
Web Mini-Conference | Important concepts a Web Developer should know
</title>
<link rel="stylesheet" href="./css/main.css" />
<link rel="stylesheet" href="./css/events.css" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,700;1,400&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<a href="https://realdevsquad.com/" rel="noopener noreferrer">
<img
class="logo-img"
src="img/[email protected]"
alt="Real Dev Squad logo"
/>
</a>
</header>
<main>
<section class="event-details">
<h2 class="event-upcoming">Past Events</h2>
<h1 class="event-title">NodeJS Workshop Part I</h1>
<h3 class="event-date-time">Saturday, October 3rd, 2pm IST</h3>
</section>
<div class="session-wrapper">
<div class="session-info">
<h1 class="topic-name">NodeJS</h1>
<h2 class="speaker-name">
Kratika Chowdhary
<span class="speaker-social-info linkedin-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/in/kratikac"
>
<img
class="social-media-logo"
src="img/linkedin512.png"
alt="LinkedIn logo"
/>
</a>
</span>
</h2>
<h3 class="speaker-info">IT Analyst, Eli Lilly & Company</h3>
<ul>
<li>What is Node</li>
<li>Installing Node</li>
<li>Browser Vs Node</li>
<li>Globals</li>
<li>Modules</li>
<li>npm, package.json, package lock</li>
<li>Streams</li>
<li>Internal Modules: fs, gzip, crypto</li>
<li>Putting together in application</li>
</ul>
</div>
</div>
</main>
<footer>
<h3 class="info-note">
To know how this page is getting developed, join our Discord Channel.
Contact one of the existing
<a
href="https://members.realdevsquad.com"
target="_blank"
rel="noopener noreferrer"
>members.</a
>
</h3>
<p class="info-repo">
The contents of this website are deployed from this
<a
href="https://github.com/Real-Dev-Squad/website"
target="_blank"
rel="noopener noreferrer"
>
open sourced repo
</a>
</p>
</footer>
</body>
</html>