-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
331 lines (288 loc) Β· 27.8 KB
/
index.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
<!DOCTYPE HTML>
<html lang="en" class="sidebar-visible no-js light">
<head>
<!-- Book generated using mdBook -->
<meta charset="UTF-8">
<title>Introduction - The r/developersIndia Community Wiki</title>
<!-- Custom HTML head -->
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta name="description" content="The community driven wiki for r/developersIndia">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff" />
<meta property="og:type" content="article">
<meta property="og:site_name" content="r/developersIndia Wiki">
<meta name="twitter:card" content="summary" />
<meta property="og:title" content="Introduction - r/developersIndia Wiki" />
<meta property="og:description" content="The community driven wiki for r/developersIndia">
<meta property="twitter:title" content="Introduction">
<meta property="twitter:description" content="The community driven wiki for r/developersIndia">
<meta property="og:image" itemprop="image" content="favicon.svg"/>
<link rel="canonical" href="">
<link rel="icon" href="favicon.svg">
<link rel="stylesheet" href="css/variables.css">
<link rel="stylesheet" href="css/general.css">
<link rel="stylesheet" href="css/chrome.css">
<!-- Fonts -->
<link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
<link rel="stylesheet" href="fonts/fonts.css">
<!-- Highlight.js Stylesheets -->
<link rel="stylesheet" href="highlight.css">
<link rel="stylesheet" href="tomorrow-night.css">
<link rel="stylesheet" href="ayu-highlight.css">
<!-- Custom theme stylesheets -->
<meta name="google-site-verification" content="jeqscIfDl_A3eUsQzbMRqd74G3WaI1GHVaV3DHkDD4A" />
</head>
<body>
<!-- Provide site root to javascript -->
<script type="text/javascript">
var path_to_root = "";
var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "light";
</script>
<!-- Work around some values being stored in localStorage wrapped in quotes -->
<script type="text/javascript">
try {
var theme = localStorage.getItem('mdbook-theme');
var sidebar = localStorage.getItem('mdbook-sidebar');
if (theme.startsWith('"') && theme.endsWith('"')) {
localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
}
if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
}
} catch (e) { }
</script>
<!-- Set the theme before any content is loaded, prevents flash -->
<script type="text/javascript">
var theme;
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
if (theme === null || theme === undefined) { theme = default_theme; }
var html = document.querySelector('html');
html.classList.remove('no-js')
html.classList.remove('light')
html.classList.add(theme);
html.classList.add('js');
</script>
<!-- Hide / unhide sidebar before it is displayed -->
<script type="text/javascript">
var html = document.querySelector('html');
var sidebar = 'hidden';
if (document.body.clientWidth >= 1080) {
try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
sidebar = sidebar || 'visible';
}
html.classList.remove('sidebar-visible');
html.classList.add("sidebar-" + sidebar);
</script>
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded affix "><a href="../index.html" class="active">Introduction</a></li><li class="chapter-item expanded affix "><li class="part-title">Frequently Asked Questions (FAQs)</li><li class="chapter-item expanded "><a href="faqs/how-to-start-dsa.html"><strong aria-hidden="true">1.</strong> How to Start DSA</a></li><li class="chapter-item expanded "><a href="faqs/approaching-a-DSA-problem.html"><strong aria-hidden="true">2.</strong> Approaching a DSA problem</a></li><li class="chapter-item expanded "><a href="faqs/finding-small-foss-projects-on-github.html"><strong aria-hidden="true">3.</strong> Discovering small FOSS projects for contributing on github</a></li><li class="chapter-item expanded "><a href="faqs/advice-for-freshers.html"><strong aria-hidden="true">4.</strong> Advice for Freshers</a></li><li class="chapter-item expanded "><a href="faqs/advice-for-professionals.html"><strong aria-hidden="true">5.</strong> Advice for Professionals</a></li><li class="chapter-item expanded "><a href="faqs/switching-jobs/index.html"><strong aria-hidden="true">6.</strong> Switching Jobs</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="faqs/switching-jobs/planning-for-resignation.html"><strong aria-hidden="true">6.1.</strong> Planning for Resignation</a></li><li class="chapter-item expanded "><a href="faqs/switching-jobs/negotiating-notice-periods.html"><strong aria-hidden="true">6.2.</strong> Negotiating Notice Periods</a></li><li class="chapter-item expanded "><a href="faqs/switching-jobs/asking-for-referrals.html"><strong aria-hidden="true">6.3.</strong> Asking for Referrals</a></li><li class="chapter-item expanded "><a href="faqs/switching-jobs/choosing-your-new-workplace.html"><strong aria-hidden="true">6.4.</strong> Choosing your new workplace</a></li><li class="chapter-item expanded "><a href="faqs/switching-jobs/negotiating-salaries.html"><strong aria-hidden="true">6.5.</strong> Negotiating Salaries</a></li><li class="chapter-item expanded "><a href="faqs/switching-jobs/rejecting-an-offer.html"><strong aria-hidden="true">6.6.</strong> Rejecting a Job Offer</a></li><li class="chapter-item expanded "><a href="faqs/switching-jobs/sharing-offer-letters-and-past-salaries.html"><strong aria-hidden="true">6.7.</strong> Sharing offer letters & past salaries with recruiters</a></li><li class="chapter-item expanded "><a href="faqs/switching-jobs/service-based-to-product-based.html"><strong aria-hidden="true">6.8.</strong> Service Based to Product Based Organizations</a></li></ol></li><li class="chapter-item expanded "><a href="faqs/career-transitions/index.html"><strong aria-hidden="true">7.</strong> Career Transitions</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="faqs/career-transitions/qa-sdet-to-dev.html"><strong aria-hidden="true">7.1.</strong> From QA/SDET to Developer</a></li><li class="chapter-item expanded "><a href="faqs/career-transitions/dev-to-devops.html"><strong aria-hidden="true">7.2.</strong> From Dev to DevOps</a></li><li class="chapter-item expanded "><a href="faqs/career-transitions/game-dev.html"><strong aria-hidden="true">7.3.</strong> To Game Dev</a></li></ol></li><li class="chapter-item expanded "><a href="faqs/tech-interviews.html"><strong aria-hidden="true">8.</strong> Preparing for tech interviews</a></li><li class="chapter-item expanded "><a href="faqs/campus-placements/index.html"><strong aria-hidden="true">9.</strong> Campus Placements</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="faqs/campus-placements/effect-of-cgpa-getting-job.html"><strong aria-hidden="true">9.1.</strong> Effect of CGPA on getting a job</a></li><li class="chapter-item expanded "><a href="faqs/campus-placements/effect-college-tier.html"><strong aria-hidden="true">9.2.</strong> Effect of college tier on getting a job</a></li><li class="chapter-item expanded "><a href="faqs/campus-placements/effect-of-high-school-grades.html"><strong aria-hidden="true">9.3.</strong> Effect of High School grades on getting a job</a></li><li class="chapter-item expanded "><a href="faqs/campus-placements/effect-college-backlog.html"><strong aria-hidden="true">9.4.</strong> Effect of backlogs on getting a job</a></li></ol></li><li class="chapter-item expanded "><a href="faqs/workplace-conundrums/index.html"><strong aria-hidden="true">10.</strong> Workplace Conundrums</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="faqs/workplace-conundrums/dealing-with-micromanagement.html"><strong aria-hidden="true">10.1.</strong> Dealing with micro management</a></li><li class="chapter-item expanded "><a href="faqs/workplace-conundrums/dealing-with-toxic-workplaces.html"><strong aria-hidden="true">10.2.</strong> Dealing with toxic workplaces</a></li><li class="chapter-item expanded "><a href="faqs/workplace-conundrums/dealing-with-background-verification.html"><strong aria-hidden="true">10.3.</strong> Dealing with background verification (BGV)</a></li><li class="chapter-item expanded "><a href="faqs/workplace-conundrums/dealing-with-colleagues-who-steal-credit.html"><strong aria-hidden="true">10.4.</strong> Dealing with colleagues who steal credit for work</a></li></ol></li><li class="chapter-item expanded "><a href="faqs/effect-of-gap-year-on-getting-a-job.html"><strong aria-hidden="true">11.</strong> Effect of gap years on getting a job</a></li><li class="chapter-item expanded "><a href="faqs/freelancing.html"><strong aria-hidden="true">12.</strong> Freelancing</a></li><li class="chapter-item expanded "><a href="faqs/contract-work.html"><strong aria-hidden="true">13.</strong> Contract Work</a></li><li class="chapter-item expanded "><div><strong aria-hidden="true">14.</strong> Health</div></li><li><ol class="section"><li class="chapter-item expanded "><a href="faqs/health/managing-mental-health.html"><strong aria-hidden="true">14.1.</strong> Managing mental health</a></li><li class="chapter-item expanded "><div><strong aria-hidden="true">14.2.</strong> Managing eye strain</div></li></ol></li><li class="chapter-item expanded "><li class="part-title">Community Guides</li><li class="chapter-item expanded "><a href="community-guides/how-to-constantly-upskill-yourself-as-a-developer.html"><strong aria-hidden="true">15.</strong> How to constantly upskill yourself as a developer</a></li><li class="chapter-item expanded "><a href="community-guides/how-to-create-an-ideal-software-engineering-resume.html"><strong aria-hidden="true">16.</strong> How to Create an Ideal Software Engineering Resume</a></li><li class="chapter-item expanded "><a href="community-guides/where-to-find-tech-jobs.html"><strong aria-hidden="true">17.</strong> Where to find tech jobs?</a></li><li class="chapter-item expanded "><a href="community-guides/understanding-software-licenses.html"><strong aria-hidden="true">18.</strong> Understanding Software Licenses</a></li><li class="chapter-item expanded "><a href="community-guides/resources-to-get-started-in-cybersecurity.html"><strong aria-hidden="true">19.</strong> Getting Started in Cybersecurity</a></li><li class="chapter-item expanded "><a href="community-guides/hackathons-101-a-step-by-step-guide-to-success.html"><strong aria-hidden="true">20.</strong> Hackathons 101: A Step-by-Step Guide to Success</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
<div id="page-wrapper" class="page-wrapper">
<div class="page">
<div id="menu-bar-hover-placeholder"></div>
<div id="menu-bar" class="menu-bar sticky bordered">
<div class="left-buttons">
<button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
<i class="fa fa-bars"></i>
</button>
<button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
<i class="fa fa-paint-brush"></i>
</button>
<ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
<li role="none"><button role="menuitem" class="theme" id="light">Light (default)</button></li>
<li role="none"><button role="menuitem" class="theme" id="rust">Rust</button></li>
<li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
<li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
<li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
</ul>
<button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
<i class="fa fa-search"></i>
</button>
</div>
<h1 class="menu-title">The r/developersIndia Community Wiki</h1>
<div class="right-buttons">
<a href="https://www.reddit.com/r/developersIndia/" title="developersIndia forum" aria-label="Reddit">
<i id="reddit-button" class="fa fa-reddit"></i>
</a>
<a href="https://github.com/developersIndia/wiki" title="Git repository" aria-label="Git repository">
<i id="git-repository-button" class="fa fa-github"></i>
</a>
<a href="https://github.com/developersIndia/wiki/edit/main/src/../README.md" title="Suggest an edit" aria-label="Suggest an edit">
<i id="git-edit-button" class="fa fa-edit"></i>
</a>
</div>
</div>
<div id="search-wrapper" class="hidden">
<form id="searchbar-outer" class="searchbar-outer">
<input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
</form>
<div id="searchresults-outer" class="searchresults-outer hidden">
<div id="searchresults-header" class="searchresults-header"></div>
<ul id="searchresults">
</ul>
</div>
</div>
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
<script type="text/javascript">
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
});
</script>
<div id="content" class="content">
<main>
<h1 id="the-rdevelopersindia-community-wiki"><a class="header" href="#the-rdevelopersindia-community-wiki">The r/developersIndia Community Wiki</a></h1>
<p><a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-3-orange.svg" alt="All Contributors" /></a>
<a href="https://discordapp.com/invite/MKXMSNC"><img src="https://img.shields.io/discord/669880381649977354?color=%237289da&label=Discord&logo=Discord" alt="Discord" /></a>
<a href="https://www.reddit.com/r/developersIndia/"><img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdevelopersindia.github.io%2Fmetrics%2Fdata%2F&query=%24.totalMembers&suffix=%20members&style=flat&logo=reddit&label=r%2FdevelopersIndia&color=orange&link=https%3A%2F%2Fwww.reddit.com%2Fr%2FdevelopersIndia" alt="Subreddit subscribers" /></a></p>
<p>Welcome to the developersIndia Community Wiki! This repository is home to our
face-lifted community wiki which you'll find across all the platforms our
community is active on.</p>
<h2 id="how-to-use-read-the-wiki"><a class="header" href="#how-to-use-read-the-wiki">How to use (read) the wiki?</a></h2>
<ol>
<li>Use the search function to find the topic you're looking for.</li>
<li>It's possible that a query you are looking for is not yet covered in the
wiki. In that case, add the keyword <code>YOUR QUERY site:reddit.com/r/developersindia</code> to your search query on google.</li>
<li>Some of the topics may be grayed out. This means that the topic is still under construction and will be available soon. We encourage you to contribute in that case or <a href="https://github.com/developersIndia/wiki/discussions">open a discussion on the same topic</a>.</li>
<li>If a wiki is not helpful, <strong>consider contributing to it</strong>.</li>
<li>Each perspective/advice has a dedicated <code>Source</code> attached to it which is a comment on the forum. Consider visiting the source for more contextual information.</li>
</ol>
<h2 id="how-to-contribute"><a class="header" href="#how-to-contribute">How to contribute?</a></h2>
<p>The first and foremost goal of a wiki is that it helps the community, and
becomes an official standing on the topic. We have a
<a href="https://github.com/developersIndia/wiki/discussions/21">bunch of topics</a> being
requested over time. We request any author to have a look over them before
creating a new proposal.</p>
<p>We welcome community contributions! If you would like to share a word or two
that you believe will help the community achieve something good, please read
this section for instructions.</p>
<p>First off, we use the <a href="https://github.com/rust-lang/mdbook"><code>mdbook</code></a> project to maintain, create & generate the
static version of our <a href="https://wiki.developersindia.in">wiki</a>. So, if you would like to get your hands dirty
with this project, make sure you've read the official <code>mdbook</code>
<a href="https://rust-lang.github.io/mdBook">documentations</a>. Besides the CLI tool, we also write our wiki content in
<a href="https://github.github.com/gfm">GitHub Flavoured Markdown</a>. So if you need a rundown on how to write in
Markdown, the <a href="https://www.markdownguide.org">Markdown Guide</a> will be helpful for that cause.</p>
<p>That said, before contributing to the project make sure you've read & understood
the <a href="https://github.com/developersIndia/wiki/blob/main/CONTRIBUTING.md">contributing guidelines</a> of our community. Once you have read through
it, please keep the following points in mind to create a wiki entry:</p>
<ol>
<li>Ensure your wiki is comprehensive enough & benefits the community in some
ways.</li>
<li>Ensure your wiki entry is thoroughly reviewed for correctness & quality by
one of the moderators (<em>you can reach out to us over Discord</em>).</li>
<li>Follow the <a href="https://github.com/developersIndia/wiki/issues/new/choose">issue</a> & <a href="https://github.com/developersIndia/wiki/compare">pull request</a> templates to create a wiki entry
for one of the moderators to review it. Expect the review process to take a
while before it can be merged.</li>
</ol>
<h2 id="license--usage-terms--conditions"><a class="header" href="#license--usage-terms--conditions">License & Usage Terms & Conditions</a></h2>
<p>The community wiki is licensed under the terms & conditions (T&Cs) of the
Creative Commons license. If you're interested in reading more about it, please
take a look at the <a href="https://github.com/developersIndia/wiki/blob/main/LICENSE">LICENSE</a> document.</p>
<!-- Reference Links -->
<h2 id="contributors-"><a class="header" href="#contributors-">Contributors β¨</a></h2>
<p>Thanks go to these wonderful people
(<a href="https://allcontributors.org/docs/en/emoji-key">emoji key</a>):</p>
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="http://bhupesh.me"><img src="https://avatars.githubusercontent.com/u/34342551?v=4?s=100" width="100px;" alt="Bhupesh Varshney"/><br /><sub><b>Bhupesh Varshney</b></sub></a><br /><a href="https://github.com/developersIndia/wiki/pulls?q=is%3Apr+reviewed-by%3ABhupesh-V" title="Reviewed Pull Requests">π</a> <a href="#content-Bhupesh-V" title="Content">π</a> <a href="#ideas-Bhupesh-V" title="Ideas, Planning, & Feedback">π€</a> <a href="#projectManagement-Bhupesh-V" title="Project Management">π</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://jarmos.vercel.app"><img src="https://avatars.githubusercontent.com/u/31373860?v=4?s=100" width="100px;" alt="Somraj Saha"/><br /><sub><b>Somraj Saha</b></sub></a><br /><a href="https://github.com/developersIndia/wiki/pulls?q=is%3Apr+reviewed-by%3AJarmos-san" title="Reviewed Pull Requests">π</a> <a href="#content-Jarmos-san" title="Content">π</a> <a href="#ideas-Jarmos-san" title="Ideas, Planning, & Feedback">π€</a> <a href="#projectManagement-Jarmos-san" title="Project Management">π</a> <a href="#infra-Jarmos-san" title="Infrastructure (Hosting, Build-Tools, etc)">π</a> <a href="#tool-Jarmos-san" title="Tools">π§</a> <a href="https://github.com/developersIndia/wiki/commits?author=Jarmos-san" title="Code">π»</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://shreyasgupta.in"><img src="https://avatars.githubusercontent.com/u/20678047?v=4?s=100" width="100px;" alt="Shreyas Gupta"/><br /><sub><b>Shreyas Gupta</b></sub></a><br /><a href="#content-sggts04" title="Content">π</a> <a href="#ideas-sggts04" title="Ideas, Planning, & Feedback">π€</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://govindsnair.netlify.app"><img src="https://avatars.githubusercontent.com/u/115881229?v=4?s=100" width="100px;" alt="Govind S Nair"/><br /><sub><b>Govind S Nair</b></sub></a><br /><a href="#content-g0v1ndN" title="Content">π</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/triach-rold"><img src="https://avatars.githubusercontent.com/u/156170660?v=4?s=100" width="100px;" alt="Triach Rold"/><br /><sub><b>Triach Rold</b></sub></a><br /><a href="#content-triach-rold" title="Content">π</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://asce-21.github.io/"><img src="https://avatars.githubusercontent.com/u/39599300?v=4?s=100" width="100px;" alt="Sanam Dhar"/><br /><sub><b>Sanam Dhar</b></sub></a><br /><a href="#content-asce-21" title="Content">π</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ryukaizen"><img src="https://avatars.githubusercontent.com/u/55140313?v=4?s=100" width="100px;" alt="Akash"/><br /><sub><b>Akash</b></sub></a><br /><a href="#content-ryukaizen" title="Content">π</a></td>
</tr>
</tbody>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
<p>This project follows the
<a href="https://github.com/all-contributors/all-contributors">all-contributors</a>
specification. Contributions of any kind are welcome!</p>
<hr>
<div class="footer-links">
<table class="footer-links-table">
<tr>
<th style="padding-bottom: 23px;">Must Read Thread Collections on r/developersIndia</th>
</tr>
<tr>
<td><b><a href="https://www.reddit.com/r/developersIndia/wiki/community-threads/" target="_blank">200+ Insightful Handpicked Discussions</a></b></td>
</tr>
<tr>
<td><b><a href="https://developersindia.in/ama-archive/" target="_blank">All AMA sessions with Engineering Leaders in India</a></b></td>
</tr>
<tr>
<td><b><a href="https://www.reddit.com/r/developersIndia/?f=flair_name%3A%22Showcase%20Sunday%20%3Asnoo_hearteyes%3A%22" target="_blank">Monthly Showcase Sundays</a></b></td>
</tr>
<tr>
<td><b><a href="https://www.reddit.com/r/developersIndia/?f=flair_name%3A%22Community%20Roundup%22" target="_blank">Monthly Community Roundups</a></b></td>
</tr>
<tr>
<td><b><a href="https://www.reddit.com/r/developersIndia/new/?f=flair_name%3A%22Weekly%20Discussion%20%F0%9F%92%AC%22" target="_blank">Weekly Tech Discussions</a></b></td>
</tr>
</table>
</div>
</main>
<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
<a rel="next" href="faqs/how-to-start-dsa.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
<div style="clear: both"></div>
</nav>
</div>
</div>
<nav class="nav-wide-wrapper" aria-label="Page navigation">
<a rel="next" href="faqs/how-to-start-dsa.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
</nav>
</div>
<!-- Livereload script (if served using the cli tool) -->
<script type="text/javascript">
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};
window.onbeforeunload = function() {
socket.close();
}
</script>
<script type="text/javascript">
window.playground_copyable = true;
</script>
<script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
<script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
<script src="searcher.js" type="text/javascript" charset="utf-8"></script>
<script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
<script src="highlight.js" type="text/javascript" charset="utf-8"></script>
<script src="book.js" type="text/javascript" charset="utf-8"></script>
<!-- Custom JS scripts -->
<script>
function get_og_url(url){
return url.replace(/.md/, ".html");
}
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N27DH5VD1W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-N27DH5VD1W');
</script>
</body>
</html>