-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtwo-years.html
286 lines (269 loc) · 7.57 KB
/
two-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
<!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 2nd anniversary!" />
<meta name="author" content="Harsh Kapadia" />
<meta property="og:site_name" content="Our Tech Community" />
<meta property="og:title" content="Two Years of OTC" />
<meta property="og:type" content="website" />
<meta property="og:description" content="OTC's 2nd anniversary!" />
<meta property="og:url" content="https://ourtech.community/two-years" />
<meta
property="og:image"
content="https://ourtech.community/static/img/og-img/two-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/two-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>Two 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">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>Two Years of OTC</h1>
<main id="main-content">
<p>Date: 24/01/2022</p>
<p>
I am so happy and proud to announce that
<a href="/">Our Tech Community (OTC)</a> is two years old today!
What a journey it has been! We all have learnt and laughed a
lot.
</p>
<p>We have conducted so many events in two years:</p>
<ul>
<li>
<strong
><a
href="https://catchup.ourtech.community"
target="_blank"
rel="noreferrer"
>OTC CatchUp</a
></strong
>: We have been conducting CatchUps weekly for
<b>63 consecutive weeks</b> at this point, with
<a
href="https://github.com/mihikagaonkar/OTC-Dashboard#results"
target="_blank"
rel="noreferrer"
>an average of 7.65 hours per session</a
>. This implies that we have had approximately
<b>500 hours</b> of project showcases, technical
discussions, laughs and friendly interactions. We have
written
<a
href="https://catchup.ourtech.community/summary"
target="_blank"
rel="noreferrer"
>summaries for all our sessions</a
>
as well!
</li>
<li>
<strong>Project Showcase && Community Review</strong>: We
partnered with
<a
href="https://gdsc.community.dev/thadomal-shahani-engineering-college-mumbai"
target="_blank"
rel="noreferrer"
>GDSC TSEC</a
>
and
<a
href="https://www.csitsec.in"
target="_blank"
rel="noreferrer"
>CSI TSEC</a
>
to conduct a project showcasing session. It had a lot of
discussions about the technologies used, ways to present
projects, pros and cons of the presented projects, etc. (<a
href="https://undirected-graph.netlify.app/posts/presentation"
target="_blank"
rel="noreferrer"
>Summary</a
>, Date: 23/01/2022)
</li>
<li>
<strong>Hacktoberfest 2021</strong>: We partnered 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
>
to conduct three sessions related to Git and GitHub.
<ul>
<li>
<a
href="https://www.youtube.com/watch?v=OmZHKCg7qf4"
target="_blank"
rel="noreferrer"
>Git and GitHub Workshop</a
>
</li>
<li>
<a
href="https://www.youtube.com/watch?v=TZRS9llBBYU"
target="_blank"
rel="noreferrer"
>Git Internals - How Does Git Work!?</a
>
</li>
<li>
<a
href="https://www.youtube.com/watch?v=nym5fh0Ggrw"
target="_blank"
rel="noreferrer"
>Working with CI/CD (GitHub Actions)</a
>
</li>
</ul>
</li>
<li>
<strong>Hacktoberfest 2020</strong>: We conducted a session
demonstrating opening Pull Requests (PRs) and the nuances
and scenarios that are involved while opening PRs. (<a
href="https://www.youtube.com/watch?v=uJdFNksgKJA"
target="_blank"
rel="noreferrer"
>YouTube video</a
>)
</li>
</ul>
<p></p>
<p>
Almost all of these two years at OTC have been full of fun, hard
work, growth, learning and friendships. This would not have been
possible without Dheeraj, Darshan and Kartik,
<a href="/team">OTC's Admins</a>, who have put in hours and
hours of their time and effort into the community. Thank you! I
am especially thankful to all the members of OTC and all the
people who attend our sessions, because without you all
attending, none of our sessions would have been successful.
</p>
<p>
Our goal is to keep the community and its sessions inclusive and
Technology-focused. That is what we have done and that is what
we will continue to do.
</p>
<p>
Moving forward, our plans are to continue
<a
href="https://catchup.ourtech.community"
target="_blank"
rel="noreferrer"
>OTC CatchUp</a
>, start 'OTC Discussion', start a mailing list and start
offline meetups once the COVID-19 pandemic subsides. I hope you
all will
<a
href="https://links.ourtech.community"
target="_blank"
rel="noreferrer"
>be a part of OTC</a
>
and its upcoming activities!
</p>
<p>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>