-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfour-years.html
651 lines (614 loc) · 18.2 KB
/
four-years.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
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="OTC, Our Tech Community, OTC CatchUp, Technical community"
/>
<meta name="description" content="OTC's 4th anniversary!" />
<meta name="author" content="Harsh Kapadia" />
<meta property="og:site_name" content="Our Tech Community" />
<meta property="og:title" content="Four Years of OTC" />
<meta property="og:type" content="website" />
<meta property="og:description" content="OTC's 4th anniversary!" />
<meta
property="og:url"
content="https://ourtech.community/four-years"
/>
<meta
property="og:image"
content="https://ourtech.community/static/img/og-img/four-years.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:image"
content="https://ourtech.community/static/img/og-img/four-years.png"
/>
<script
async
src="https://analytics.ourtech.community/script.js"
data-website-id="ef510b68-caad-41b7-a6ad-0f9f3f8cc1a3"
></script>
<script defer src="static/js/confetti.min.js"></script>
<script defer src="static/js/script.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="static/css/style.css" />
<link
rel="shortcut icon"
href="static/img/favicon.ico"
type="image/x-icon"
/>
<title>Four Years of OTC</title>
</head>
<body>
<header>
<nav>
<div class="burger-menu">
<div class="line-1"></div>
<div class="line-2"></div>
<div class="line-3"></div>
</div>
<ul class="navbar-ul hide-burger-menu burger-menu-dropdown">
<li><a href="/">Home</a></li>
<li>
<a
href="https://events.ourtech.community"
target="_blank"
rel="noreferrer"
>Our Events</a
>
</li>
<li>
<a
href="https://catchup.ourtech.community"
target="_blank"
rel="noreferrer"
>OTC CatchUp</a
>
</li>
<li>
<a
href="https://meetup.ourtech.community"
target="_blank"
rel="noreferrer"
>OTC MeetUp</a
>
</li>
<li><a href="#">Four Years of OTC</a></li>
<li><a href="three-years">Three Years of OTC</a></li>
<li><a href="two-years">Two Years of OTC</a></li>
<li><a href="team">Our Team</a></li>
<li><a href="coc">Code of Conduct</a></li>
<li>
<a
href="https://links.ourtech.community"
target="_blank"
rel="noreferrer"
>All Links</a
>
</li>
</ul>
</nav>
</header>
<h1>Four Years of OTC</h1>
<main id="main-content">
<p class="extra-bottom-margin">
Date: 24<sup>th</sup> January 2024
</p>
<p class="extra-bottom-margin">Dear members,</p>
<p class="extra-bottom-margin">
I am delighted to announce that Our Tech Community has completed
four years since its inception! To commemorate this occasion, we
held an in-person meetup,
<a
href="https://meetup.ourtech.community/4"
target="_blank"
rel="noreferrer"
>OTC MeetUp #4</a
>, where alongside technical lightning talks, I recapped some of
OTC's activities throughout these four years, gave my thanks to
our team and members, and talked about our future plans. I'll
sum up OTC's four years here as well.
</p>
<p>Our notable events in the last four years:</p>
<ul class="extra-bottom-margin">
<li>
OTC CatchUp
<div>
<ul>
<li>
These are weekly informal online Tech
discussions with project showcases and technical
debates.
</li>
<li>
We've conducted 167 consecutive weekly sessions
till date, which translates to conducting these
sessions
<b>weekly for over 3.2 years without a break</b
>!
</li>
<li>
We've had over 800 hours of learning and fun
till date!
</li>
<li>
We also diligently maintained
<a
href="https://catchup.ourtech.community/summary"
target="_blank"
rel="noreferrer"
>summaries for each session</a
>.
</li>
<li>
<a
href="https://catchup.ourtech.community/attend"
target="_blank"
rel="noreferrer"
>Attend a session!</a
>
</li>
</ul>
<img
src="static/img/events/otc-catchup-111.jpg"
alt="OTC CatchUp #111 Google Meet screenshot"
/>
</div>
</li>
<li>
OTC MeetUp
<div>
<ul>
<li>
These are in-person Tech meetups to learn
through technical talks and conversations.
</li>
<li>
We've conducted four official in-person meetups
till date, with over 70 attendees each!
</li>
<li>
We would like to thank
<a
href="https://www.linkedin.com/in/preetjdp"
target="_blank"
rel="noreferrer"
>
Preet Parekh</a
>
and the
<a
href="https://devfolio.co"
target="_blank"
rel="noreferrer"
>Devfolio</a
>
team for their support for all the meetups.
</li>
<li>
<a
href="https://meetup.ourtech.community"
target="_blank"
rel="noreferrer"
>Slide decks, pictures and more details</a
>
</li>
</ul>
<img
src="static/img/events/otc-meetup-4.jpg"
alt="OTC MeetUp #4 group picture"
/>
</div>
</li>
<li>
OTC Talks
<div>
<ul>
<li>
These are online technical talks held before OTC
CatchUp.
</li>
<li>
The aim is to encourage people to give 15 to 60
minute talks on technical topics. It also
provides a good starting point for the OTC
CatchUp discussion to start.
</li>
<li>
<a
href="https://talks.ourtech.community/#past-talks"
target="_blank"
rel="noreferrer"
>We've held five such talks till date.</a
>
</li>
<li>
Going forward, we want to conduct these talks
once a month and have deeper technical content.
</li>
<li>
Feel free to
<a
href="https://talks.ourtech.community/cfp"
target="_blank"
rel="noreferrer"
>fill the CFP</a
>
to give a talk and do share it with people who
you think might be interested!
</li>
</ul>
<img
src="static/img/events/otc-talks-3.jpg"
alt="OTC Talks #3 Google Meet screenshot"
/>
</div>
</li>
<li>
Unofficial meetups
<div>
<ul>
<li>
Throughout the years, we've learnt from a lot of
people and have had great relationships with
them, so when they're in town, we try to get a
few of our regular members together to meet them
in-person!
</li>
<li>
Some of the people we've stepped out to meet
include
<a
href="https://oberai.dev"
target="_blank"
rel="noreferrer"
>Aditya Oberai</a
>,
<a
href="https://linkedin.com/in/anilharwani"
target="_blank"
rel="noreferrer"
>Anil Harwani</a
>,
<a
href="https://twitter.com/ayushb_tweets"
target="_blank"
rel="noreferrer"
>Ayush Bhosle</a
>,
<a
href="https://twitter.com/DeepankarBhade"
target="_blank"
rel="noreferrer"
>Deepankar Bhade</a
>,
<a
href="https://twitter.com/ishandeveloper"
target="_blank"
rel="noreferrer"
>Ishan Sharma</a
>,
<a
href="https://twitter.com/omtalk"
target="_blank"
rel="noreferrer"
>Omkar Khair</a
>
and
<a
href="https://twitter.com/TmPreet"
target="_blank"
rel="noreferrer"
>Preet Parekh</a
>.
</li>
<li>
We would love to have more of these fun
hangouts!
<a
href="https://links.ourtech.community"
target="_blank"
rel="noreferrer"
>Let us know if you're in town!</a
>
</li>
</ul>
<img
src="static/img/events/mumbai-meetup-01-04-2022.jpg"
alt="Unofficial meetup group picture"
/>
</div>
</li>
<li>
Collaborations
<ul>
<li>
We also had a lot of collaborations with other
technical communities throughout the years.
</li>
<li>
Some of our notable collaborations:
<ul>
<li>
DevFest Mumbai 2022 and 2023 with
<a
href="https://gdgmad.com"
target="_blank"
rel="noreferrer"
>GDG MAD</a
>
was a great learning experience for the OTC
team.
</li>
<li>
We helped organise Women's Day Mumbai 2023
with over 20 technical communities in
Mumbai.
</li>
<li>
We conducted multiple online Hacktoberfest
2021 workshops with
<a
href="https://gdsc.community.dev/thadomal-shahani-engineering-college-mumbai"
target="_blank"
rel="noreferrer"
>GDSC TSEC</a
>
and
<a
href="https://tseccodecell.com"
target="_blank"
rel="noreferrer"
>TSEC CodeCell</a
>.
</li>
</ul>
</li>
<li>
We're always open for collaborations, so feel free
to
<a
href="https://links.ourtech.community"
target="_blank"
rel="noreferrer"
>reach out to us</a
>!
</li>
</ul>
</li>
<li>
More details regarding our events can be found at
<a
href="https://events.ourtech.community"
target="_blank"
rel="noreferrer"
>events.ourtech.community</a
>.
</li>
</ul>
<p class="extra-bottom-margin">
All in all, I think we have done amazing work in these last four
years, put in a lot of effort and have shown consistency and
dedication towards conducting hundreds of events and keeping
them as organic and Tech-focused as we can. We have been able to
conduct these events, learn from them and build friendships,
mainly because of two sets of people. One set is the people who
attend our events and the other set is the OTC team. I briefly
want to express my gratitude to all these inspiring people.
</p>
<p>Our attendees and members:</p>
<p class="extra-bottom-margin">
Thank you so much for attending our events, and for giving your
time, knowledge, experience, advice and energy to everyone at
our events. We all have built genuine bonds with each other and
have learnt a lot from each other. We have all collectively
helped each other be better and that makes me immensely proud. I
feel so grateful to realise that we have an atmosphere in OTC
where we all want each other to progress and have each other's
backs when things aren't going well. That, I believe, is the
strength of Our Tech Community and what indeed makes it
<i>our</i> tech community.
</p>
<p>The OTC Team:</p>
<p>
There are six people who help OTC run smoothly. I cannot thank
the team enough for putting in so much effort towards the
community and for inspiring me to be better. The community
wouldn't exist without their hard work. A lot of their
principles have shaped the community and how we decide to go
about doing things, which I have learnt from and am immensely
proud of. We know each other well and have learnt to complement
each other and work together. I am incredibly thankful and
grateful to have these people in my life as friends and as OTC's
team members.
</p>
<iframe
src="https://www.youtube-nocookie.com/embed/h38N34_gH2Y?si=YyLKL9h5umWKW5UX"
loading="lazy"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
<ul class="extra-bottom-margin">
<li>
Darshan Rander
<br />
Darshan is an Organiser at OTC alongside me. He has put in
immense efforts into OTC right since it started. He takes a
lot of initiative to do things and shows a lot of
enthusiasm. He finds things to be done to achieve something
and keeps at it till there is some resolution. When I had to
move to the USA for the foreseeable future, I did not have
to think for more than a minute to find someone who could
handle things in India and take initiative on their own.
Apart from admiring Darshan for his work with OTC, I have
noticed that he is a good coder and also writes great poems!
</li>
<li>
Dheeraj Lalwani
<br />
Dheeraj is an Admin with OTC and has again been there since
the start of OTC. He has been a regular at OTC CatchUp and
has contributed to OTC in multiple ways, be it writing
summaries, handling social media, helping with planning and
organisation, and more.
</li>
<li>
Kartik Soneji
<br />
Kartik is an Admin at OTC and is a class apart in terms of
his technical skills and principles. He has been there with
us since OTC started and has imparted a lot of his
principles and experience to help everyone around him be
better.
</li>
<li>
Pranav Dani
<br />
Pranav is an Admin at OTC and has been a regular at OTC
CatchUp since the initial sessions. He mainly helps us with
summaries and social media apart from other things. He has
good knowledge of hardware, which we have benefitted and
learnt from.
</li>
<li>
Tushar Nankani
<br />
Tushar is an Admin at OTC and has worn multiple hats. He is
great at communication, planning and organisation. He again
has good principles and has handled a lot of difficult
situations with maturity. He oversees OTC Talks sessions and
is also responsible for most of our designing work, amongst
other things.
</li>
<li>
<a
href="https://ourtech.community/team"
target="_blank"
rel="noreferrer"
>More information about the OTC team</a
>
</li>
</ul>
<p class="extra-bottom-margin">
We have conducted a lot of events, we have a great set of people
attending our events, a great team working tirelessly behind the
scenes and a supportive environment to grow. We're all extremely
grateful to have all this. Thank you! Let us now look at our
plans for OTC going ahead.
</p>
<p>Our future plans:</p>
<ul class="extra-bottom-margin">
<li>
At OTC, we have always kept a focus on Technical content.
From now on, we will try to present deeper technical content
and we plan to do that through OTC Talks.
</li>
<li>
OTC Talks will be an area of focus. We will try to conduct
one session per month and bring in speakers to talk deeply
about a particular topic. If you know anyone, please
<a
href="https://links.ourtech.community"
target="_blank"
rel="noreferrer"
>get in touch with us</a
>!
</li>
<li>
With OTC CatchUp, we will try to automate our summary
writing process using some AI tool to generate a summary on
the fly that we can edit after the session.
</li>
<li>
I wanted to get more people from the USA involved with OTC.
We don't have a specific plan for this yet, but if anyone
has any ideas,
<a
href="https://links.harshkapadia.me"
target="_blank"
rel="noreferrer"
>I'm all ears</a
>!
</li>
</ul>
<p>Our ask:</p>
<p>
Our events are open to all and aim to teach, help and foster
genuine connections between people. We have mainly been focused
on learning and thus rely mainly on our attendees to ask their
friends and acquaintances to attend our events. Word-of-mouth
publicity is the way a lot of people join us and we believe that
although slow, this is a more organic way to have people attend
our events and leads to better bonds between all of us as well.
So,
<b
>if you like any of our events and learn something from
them, we request you to ask your friends to join us for some
of our events</b
>, hang around for a bit and talk to people! We're sure they
will enjoy and learn a lot with OTC!
</p>
<p class="extra-bottom-margin">
We also wanted to remind everyone that we are on the lookout for
people who are willing to give 15 to 60 minute-long deeper
technical talks, so if anyone knows someone who might be
interested, please
<a
href="https://links.ourtech.community"
target="_blank"
rel="noreferrer"
>reach out to us</a
>
and
<a
href="https://talks.ourtech.community/cfp"
target="_blank"
rel="noreferrer"
>fill the CFP</a
>! It would be of great help!
</p>
<p class="extra-bottom-margin">
In conclusion, I want to thank our attandees and members, and
the OTC team. I am proud of everything we all have done
together. We will try our best to do even better moving forward
and I hope you
<a
href="https://links.ourtech.community"
target="_blank"
rel="noopener noreferrer"
>join us</a
>
for the journey!
</p>
<p class="extra-bottom-margin">Thank you!</p>
<p>
Regards,
<br />
<a
href="https://harshkapadia.me"
target="_blank"
rel="noreferrer"
>Harsh Kapadia</a
>
<br />
Organiser, OTC
</p>
</main>
<footer>
<a href="/">Our Tech Community</a>
</footer>
</body>
</html>