forked from Real-Dev-Squad/website-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent-web-mini-conf-july-2020.html
364 lines (350 loc) · 11.5 KB
/
event-web-mini-conf-july-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
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<!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="Web Mini-Conference" />
<meta
property="og:description"
content="Conference on important concepts a Web Developer should know about."
/>
<meta
property="og:image"
content="https://realdevsquad.com/img/events/og-image.png"
/>
<meta
property="og:url"
content="https://realdevsquad.com/event-web-mini-conf-july-2020.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"
/>
<script src="/js/analytics.js"></script>
</head>
<body>
<header>
<a href="https://realdevsquad.com/" rel="noopener noreferrer">
<img
class="logo-img"
src="img/Real-Dev-Squad@1x.png"
alt="Real Dev Squad logo"
/>
</a>
</header>
<main>
<section class="event-details">
<h2 class="event-upcoming">Past Events</h2>
<h1 class="event-title">Web Mini-Conference</h1>
<h3 class="event-date-time">July 12th, 2pm IST</h3>
</section>
<h2 class="speakers-title">Sessions</h2>
<div class="session-wrapper">
<div class="session-info">
<h1 class="topic-name">Object oriented pattern in JavaScript</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">Works at Eli Lilly and Company</h3>
<ul>
<li>
Different patterns for implementing objects like factory, hybrid
and parasitic
</li>
<li>What is prototype and how it works</li>
</ul>
</div>
<div class="session-info">
<h1 class="topic-name">Async programming with JavaScript</h1>
<h2 class="speaker-name">
Nikhil Bhandarkar
<span class="speaker-social-info linkedin-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/in/nikhil-bhandarkar/"
>
<img
class="social-media-logo"
src="img/linkedin512.png"
alt="LinkedIn logo"
/>
</a>
</span>
<span class="speaker-social-info twitter-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://twitter.com/__whatifi"
>
<img
class="social-media-logo"
src="img/twitter100.png"
alt="Twitter logo"
/>
</a>
</span>
</h2>
<h3 class="speaker-info">
Works at WayCool Foods & Products Pvt Ltd
</h3>
<ul>
<li>Callbacks</li>
<li>Promises</li>
<li>Async / Await</li>
</ul>
</div>
<div class="session-info">
<h1 class="topic-name">Closures and Promises</h1>
<h2 class="speaker-name">
Ramya Parthiban
<span class="speaker-social-info linkedin-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/in/ramya-parthiban-785205112"
>
<img
class="social-media-logo"
src="img/linkedin512.png"
alt="LinkedIn logo"
/>
</a>
</span>
</h2>
<h3 class="speaker-info">Works at Walmart labs</h3>
<ul>
<li>closures</li>
<li>promises</li>
</ul>
</div>
<div class="session-info">
<h1 class="topic-name">What the hell is this?</h1>
<h2 class="speaker-name">
Sahil Kapoor
<span class="speaker-social-info linkedin-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/in/invalidtoken/"
>
<img
class="social-media-logo"
src="img/linkedin512.png"
alt="LinkedIn logo"
/>
</a>
</span>
<span class="speaker-social-info twitter-info">
<a
target="_blank"
rel="noopener noreferrer"
href=" https://twitter.com/invalidtoken"
>
<img
class="social-media-logo"
src="img/twitter100.png"
alt="Twitter logo"
/>
</a>
</span>
</h2>
<h3 class="speaker-info">Works at Wizikey</h3>
<ul>
<li>Basic definition of this</li>
<li>Different Types of binding</li>
<li>The new binding</li>
<li>Binding Precedence</li>
</ul>
</div>
<div class="session-info">
<h1 class="topic-name">REST APIs and gRPC</h1>
<h2 class="speaker-name">
Sandeep Sinha Mahapatra
<span class="speaker-social-info linkedin-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/in"
>
<img
class="social-media-logo"
src="img/linkedin512.png"
alt="LinkedIn logo"
/>
</a>
</span>
</h2>
<h3 class="speaker-info">Works at</h3>
<ul>
<li>What is REST ?</li>
<li>What is statelessness?</li>
<li>GET , POST , PUT , DELET.</li>
<li>Headers, content type etc .</li>
<li>What is gRPC , and how it is different from REST .</li>
</ul>
</div>
<div class="session-info">
<h1 class="topic-name">Js concepts</h1>
<h2 class="speaker-name">
Shihabudheen US
<span class="speaker-social-info linkedin-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/in/shihabus/"
>
<img
class="social-media-logo"
src="img/linkedin512.png"
alt="LinkedIn logo"
/>
</a>
</span>
<span class="speaker-social-info twitter-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://twitter.com/type___error"
>
<img
class="social-media-logo"
src="img/twitter100.png"
alt="Twitter logo"
/>
</a>
</span>
<span class="speaker-social-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/shihabus"
>
<img
class="social-media-logo"
src="img/github512.png"
alt="Github logo"
/>
</a>
</span>
</h2>
<h3 class="speaker-info">Works at Dunzo</h3>
<ul>
<li>Event Loop</li>
<li>Call stack</li>
<li>setTimeout</li>
<li>Callback queue</li>
</ul>
</div>
<div class="session-info">
<h1 class="topic-name">
"Performance Matters - Optimization Techniques You Need to Know"
</h1>
<h2 class="speaker-name">
Sridharan Jayabal
<span class="speaker-social-info linkedin-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/in/sridharan-jayabal"
>
<img
class="social-media-logo"
src="img/linkedin512.png"
alt="LinkedIn logo"
/>
</a>
</span>
</h2>
<h3 class="speaker-info">Works at DocOn Technologies</h3>
<ul>
<li>
Optimization Cheatsheet: Reducing the size(js files, images, css
sprites, modules conversion)
</li>
<li>gzip vs brotli</li>
<li>CDNs, caching, loading techniques, asset placement</li>
<li>optimizing DOM manipulation and code</li>
</ul>
</div>
<div class="session-info">
<h1 class="topic-name">CSS Positioning and Flexbox</h1>
<h2 class="speaker-name">
Satyam Bansal
<span class="speaker-social-info linkedin-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/in/satyam-bansal"
>
<img
class="social-media-logo"
src="img/linkedin512.png"
alt="LinkedIn logo"
/>
</a>
</span>
</h2>
<h3 class="speaker-info">Works at Pesto</h3>
<ul>
<li>CSS Positioning overview</li>
<li>CSS Flexbox introduction</li>
<li>Why CSS flexbox is an essential skill for every developer</li>
<li>CSS flexbox useful properties and real world example demo</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>
<script src="js/darkmode.js"></script>
</body>
</html>