<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Tushar Nankani</title>
    <description>The latest articles on DEV Community by Tushar Nankani (@tusharnankani).</description>
    <link>https://dev.to/tusharnankani</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F528901%2F4e959dd4-4e22-4430-9bdb-d2eed8265491.jpeg</url>
      <title>DEV Community: Tushar Nankani</title>
      <link>https://dev.to/tusharnankani</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tusharnankani"/>
    <language>en</language>
    <item>
      <title>KWOC | Kharagpur Winter Of Code Project Report.</title>
      <dc:creator>Tushar Nankani</dc:creator>
      <pubDate>Fri, 08 Jan 2021 20:34:49 +0000</pubDate>
      <link>https://dev.to/tusharnankani/kwoc-kharagpur-winter-of-code-project-report-ic</link>
      <guid>https://dev.to/tusharnankani/kwoc-kharagpur-winter-of-code-project-report-ic</guid>
      <description>&lt;h2&gt;
  
  
  &lt;em&gt;About Me&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;Hi, I'm &lt;a href="https://github.com/tusharnankani"&gt;Tushar Nankani&lt;/a&gt;, currently, a sophomore pursuing Computer Engineering from Mumbai University, and this winter, I worked on a bunch of projects under KWoC.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;em&gt;About KWoC&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--nZDIFxY4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/bfivx16g78bs00ngq38r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nZDIFxY4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/bfivx16g78bs00ngq38r.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kwoc.kossiitkgp.org/"&gt;Kharagpur Winter of Code&lt;/a&gt; is a 5-week long online program for students who are new to open source software development. The program not only helps students to get involved in open source but also prepares them for many open-source summer programs, Google Summer of Code being one of them.&lt;/p&gt;

&lt;h3&gt;
  
  
  Overview of my Contributions:
&lt;/h3&gt;

&lt;p&gt;I made contributions to around 10 projects and I will be taking you through them! I won't take you through the code as it doesn't make sense, I will describe my contributions to the projects, instead.&lt;/p&gt;

&lt;p&gt;[ Project Owner / Project Name ]&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ankingcodes/codemon&lt;/li&gt;
&lt;li&gt;prashantsengar/CleanPy&lt;/li&gt;
&lt;li&gt;sinha-debojyoti/Ookla-Speedtest.net-Crawler&lt;/li&gt;
&lt;li&gt;akshgpt7/MarvellOS&lt;/li&gt;
&lt;li&gt;Documentive/TemplateBuddy&lt;/li&gt;
&lt;li&gt;Rohan-cod/newspaper-app&lt;/li&gt;
&lt;li&gt;xypnox/todxpy&lt;/li&gt;
&lt;li&gt;wildfirepy/wildfirepy&lt;/li&gt;
&lt;li&gt;inaxia/hashcode_web&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://i.giphy.com/media/Ln2dAW9oycjgmTpjX9/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/Ln2dAW9oycjgmTpjX9/giphy.gif" alt="gif"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Codemon
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/ankingcodes/codemon"&gt;Codemon&lt;/a&gt; is a CLI tool to ace competitive programming contests on the website - Codeforces. &lt;/li&gt;
&lt;li&gt;The codebase of the project was Python. It is a very impressive and helpful tool and I have started using it since I regularly give CP contests. &lt;/li&gt;
&lt;li&gt;I made a &lt;a href="https://github.com/ankingcodes/codemon/pull/65"&gt;PR #65&lt;/a&gt; in which I &lt;strong&gt;&lt;em&gt;optimized&lt;/em&gt;&lt;/strong&gt; the code:

&lt;ul&gt;
&lt;li&gt;use a &lt;code&gt;tuple&lt;/code&gt; for multiple conditions under one &lt;code&gt;if&lt;/code&gt; statement.&lt;/li&gt;
&lt;li&gt;remove unnecessary use of &lt;code&gt;f-string&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  CleanPy
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/prashantsengar/CleanPy"&gt;CleanPy&lt;/a&gt; helps you organizes files in folders and helps you to clean your PC. The codebase is Python.&lt;/li&gt;
&lt;li&gt;I made a &lt;a href="https://github.com/prashantsengar/CleanPy/pull/21"&gt;PR #21&lt;/a&gt; in which I &lt;strong&gt;&lt;em&gt;refactored the code&lt;/em&gt;&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;remove unnecessary &lt;code&gt;break&lt;/code&gt; &amp;amp; &lt;code&gt;pass&lt;/code&gt; statements.&lt;/li&gt;
&lt;li&gt;followed python's &lt;code&gt;flake8&lt;/code&gt; guidelines to improve the code.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Ookla Crawler
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/sinha-debojyoti/Ookla-Speedtest.net-Crawler"&gt;Ookla-Speedtest.net-Crawler&lt;/a&gt; is a python web crawler that fetches more than 25 billion pages of &lt;a href="https://www.speedtest.net"&gt;https://www.speedtest.net&lt;/a&gt; to fetch download speed, upload speed, latency, date, distance, country code, server ID, server name, sponsor name, sponsor URL, connection_mode, isp name, isp rating, test rank, test grade, test rating, path. The codebase of this was Python as well.&lt;/li&gt;
&lt;li&gt;Here I made a &lt;a href="https://github.com/sinha-debojyoti/Ookla-Speedtest.net-Crawler/pull/70/"&gt;PR #70&lt;/a&gt; in which I improved code &lt;em&gt;performance&lt;/em&gt;.

&lt;ul&gt;
&lt;li&gt;removed unnecessary &lt;code&gt;list comprehension&lt;/code&gt; and instead used an in-built python constructor - &lt;code&gt;list()&lt;/code&gt;. It is unnecessary to use a comprehension just to loop over the iterable and create a &lt;code&gt;list/set/dict&lt;/code&gt; out of it. Python has a specialized set of tools for this task: the &lt;code&gt;list/set/dict&lt;/code&gt; constructors, which are &lt;strong&gt;&lt;em&gt;faster and more readable&lt;/em&gt;&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;remove &lt;code&gt;self&lt;/code&gt; - no use of self, the method doesn't use its bound instance. Decorate this method with &lt;code&gt;@staticmethod&lt;/code&gt;decorator, so that Python does not have to instantiate a bound method for every instance of this class thereby saving memory and computation. Read more about &lt;code&gt;staticmethods&lt;/code&gt; &lt;a href="https://docs.python.org/3/library/functions.html#staticmethod"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  MarvellOS
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/akshgpt7/MarvellOS/"&gt;akshgpt7/MarvellOS&lt;/a&gt; is a basic operating system GUI mock-up built using python's GUI module &lt;em&gt;Tkinter&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;Here, I made a &lt;a href="https://github.com/akshgpt7/MarvellOS/pull/40"&gt;PR #40&lt;/a&gt; which includes:

&lt;ul&gt;
&lt;li&gt;Opening a file using &lt;code&gt;with&lt;/code&gt; statement is preferred as function open implements the context manager protocol that releases the resource when it is outside of the &lt;code&gt;with&lt;/code&gt; block. Not doing so requires you to manually release the resource.&lt;/li&gt;
&lt;li&gt;When comparing a variable to True, one should always use the form &lt;code&gt;if x is True&lt;/code&gt; or simply &lt;code&gt;if x&lt;/code&gt;. Since boolean in python are singletons, identity checks with &lt;code&gt;is&lt;/code&gt; operator is recommended.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  TemplateBuddy
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/Documentive/TemplateBuddy/"&gt;Documentive/TemplateBuddy&lt;/a&gt; is an open-source tool for creating resumes and formatting research papers without hassle. The codebase was HTML, CSS, JS &amp;amp; Python.&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Here, I &lt;em&gt;resolved&lt;/em&gt; a &lt;a href="https://github.com/Documentive/TemplateBuddy/issues/39"&gt;UI issue #39&lt;/a&gt; and &lt;strong&gt;&lt;em&gt;improved upon the webpage&lt;/em&gt;&lt;/strong&gt; in the &lt;a href="https://github.com/Documentive/TemplateBuddy/pull/113"&gt;PR #113&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;change in the UI of the templates. &lt;code&gt;flex-wrap: wrap;&lt;/code&gt; would do the job of creating N * 3 templates. This would also make the page &lt;strong&gt;responsive&lt;/strong&gt;
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3xMf-_we--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/nev34tmsrag0gwwyo7zn.png" alt="Alt Text"&gt;
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AF4YFEGb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/eogqft77pfzn6966t8c6.png" alt="Alt Text"&gt;
&lt;/li&gt;
&lt;li&gt;Minor changes in the UX: changed to a more &lt;em&gt;readable and legible&lt;/em&gt; font, improved font size, and add transitions and transformations.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--t1i9tZND--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/7tgokjaga9x8mbrn7nap.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--t1i9tZND--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/7tgokjaga9x8mbrn7nap.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  newspaper app
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/Rohan-cod/newspaper-app"&gt;Rohan-cod/newspaper-app&lt;/a&gt; is a web app using Django framework. Frontend using HTML, CSS, Javascript, and Bootstrap. Add articles that can be viewed by anyone. Here I worked on the Python part of the codebase.&lt;/li&gt;
&lt;li&gt;I made the &lt;a href="https://github.com/Rohan-cod/newspaper-app/pull/46"&gt;PR #46&lt;/a&gt; in which I &lt;strong&gt;optimized code performance and fixed potential bug risks&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;Add @staticmethods, instead of using self.&lt;/li&gt;
&lt;li&gt;Remove unnecessary &lt;code&gt;else&lt;/code&gt; after &lt;code&gt;return&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Remove multiple imports.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  todxpy
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/xypnox/todxpy"&gt;xypnox/todxpy&lt;/a&gt; is a simple and easy to use yet configurable todo CLI app built with Python&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--DANwWq4N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jrp944gh00y4imdeei1y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DANwWq4N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/jrp944gh00y4imdeei1y.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Here, I made a &lt;em&gt;bunch of changes&lt;/em&gt; in &lt;a href="https://github.com/xypnox/todxpy/pull/37"&gt;PR #37&lt;/a&gt; which includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Changing the default arguments.

&lt;ul&gt;
&lt;li&gt;It is recommended not to use a mutable like list or dictionary as a default value to an argument. Python’s default arguments are evaluated once when the function is defined. Using a mutable default argument and mutating it will mutate that object for all future calls to the function as well.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Remove unused imported modules [Anti-pattern]&lt;/li&gt;
&lt;li&gt;Remove unnecessary &lt;code&gt;else&lt;/code&gt; / &lt;code&gt;elif&lt;/code&gt; used after &lt;code&gt;return&lt;/code&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;return&lt;/code&gt; statement causes the control flow to be disrupted, making the &lt;code&gt;else&lt;/code&gt; / &lt;code&gt;elif&lt;/code&gt; block here unnecessary. This doesn't mean you can not use it, but it is recommended to refactor this for better readability.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Remove unnecessary use of comprehension.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;raise AssertionError&lt;/code&gt; is preferred over bare &lt;code&gt;assert&lt;/code&gt; statements. Whenever the use of assert is detected, the enclosed code will be removed when compiling to optimized byte code.
The assert statement is generally for unit-testing or finding issues during the development process.&lt;/li&gt;
&lt;li&gt;Opening a file using with statement is preferred as function open implements the context manager protocol that releases the resource when it is outside of the with block.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It is one of the projects I can improve upon even after this ends, it has a great future scope.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  WildfirePy
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/wildfirepy/wildfirepy"&gt;wildfirepy/wildfirepy&lt;/a&gt; is a Python library for Wildfire GIS data analysis. &lt;/li&gt;
&lt;li&gt;Here, I made a [PR #96] in which I optimize &lt;em&gt;code performance&lt;/em&gt; and &lt;strong&gt;&lt;em&gt;fix potential security issues&lt;/em&gt;&lt;/strong&gt;.

&lt;ul&gt;
&lt;li&gt;remove unnecessary &lt;code&gt;dict()&lt;/code&gt; call&lt;/li&gt;
&lt;li&gt;It is slower to call e.g. dict() than using the empty literal &lt;code&gt;{}&lt;/code&gt;, because the name &lt;code&gt;dict&lt;/code&gt; must be looked up in the global scope in case it has been rebound.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;raise AssertionError&lt;/code&gt; is preferred over bare &lt;code&gt;assert&lt;/code&gt; statements. Whenever the use of assert is detected, the enclosed code will be removed when compiling to optimized byte code.

&lt;ul&gt;
&lt;li&gt;The &lt;code&gt;assert&lt;/code&gt; statement is generally for unit-testing or finding issues during the development process. This does not mean you will necessarily see the error.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  hashcode_web
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/inaxia/hashcode_web"&gt;inaxia/hashcode_web&lt;/a&gt; is an e-learning platform to learn different languages from the best hand-picked courses.&lt;/li&gt;
&lt;li&gt;The codebase here was HTML, CSS &amp;amp; JS. Here I made 2 important PRs.&lt;/li&gt;
&lt;li&gt;First &lt;a href="https://github.com/inaxia/hashcode_web/pull/11"&gt;PR #11&lt;/a&gt; - add &lt;strong&gt;&lt;em&gt;glassmorphism&lt;/em&gt;&lt;/strong&gt; to landing page. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--RrGIvMkq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/u2yjj5esrthijshs2gne.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--RrGIvMkq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/u2yjj5esrthijshs2gne.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;I also did some &lt;strong&gt;&lt;em&gt;major changes in the UI&lt;/em&gt;&lt;/strong&gt; and &lt;em&gt;improve the **UX&lt;/em&gt;**&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Switched to a more readable font.&lt;/li&gt;
&lt;li&gt;Navbar changes

&lt;ul&gt;
&lt;li&gt;add transitions&lt;/li&gt;
&lt;li&gt;remove background hover&lt;/li&gt;
&lt;li&gt;improve color coordination&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;footer changes

&lt;ul&gt;
&lt;li&gt;increase padding&lt;/li&gt;
&lt;li&gt;improve hover effect&lt;/li&gt;
&lt;li&gt;minor fix of &lt;code&gt;mailto&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Card changes:

&lt;ul&gt;
&lt;li&gt;add box-shadow to the card&lt;/li&gt;
&lt;li&gt;add transitions when hovered on courses&lt;/li&gt;
&lt;li&gt;change gif images layout to circular&lt;/li&gt;
&lt;li&gt;improve the overall user experience &lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1seQ9xXA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/zhoozgsst4gz292kq8s0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1seQ9xXA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/zhoozgsst4gz292kq8s0.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LfUSkYXR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/zctpuxd06nae1havd6m2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LfUSkYXR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/zctpuxd06nae1havd6m2.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;That's it from my end, hope you had a fun read! &lt;/p&gt;

&lt;p&gt;&lt;a href="https://i.giphy.com/media/dvrb6Nhg0sD8oPleea/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/dvrb6Nhg0sD8oPleea/giphy.gif" alt="gif"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;em&gt;My Overall Experience&lt;/em&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;My experience with KWoC was great.&lt;/li&gt;
&lt;li&gt;Got a lot of exposure:

&lt;ul&gt;
&lt;li&gt;Difference between good, bad, and a well-written codebase.&lt;/li&gt;
&lt;li&gt;How a project can be maintained effectively.&lt;/li&gt;
&lt;li&gt;Became fluent with Git and GitHub.&lt;/li&gt;
&lt;li&gt;I also made a bunch of issues while testing code, that I could not fix but could be addressed. &lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt; It was a great learning experience for me and not just tech-related, I learned that &lt;em&gt;communication is the key&lt;/em&gt; to everything.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I came across a lot of projects, that gave me so much &lt;em&gt;exposure&lt;/em&gt;. I will look forward to these projects and more in the future, as all of them have a great future scope. I also look forward to joining in as a mentor in the coming years. &lt;/p&gt;

&lt;p&gt;Also, one doesn't need these events that happen in Summers or Winters to contribute. You can start contributing!&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;And the best time to do it is right now, today, because tomorrow, typically means never.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That's it from my end! &lt;/p&gt;

&lt;p&gt;Tushar Nankani&lt;br&gt;
&lt;a href="https://github.com/tusharnankani"&gt;GitHub&lt;/a&gt; | &lt;a href="https://www.linkedin.com/in/tusharnankani/"&gt;LinkedIn&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>devjournal</category>
      <category>github</category>
      <category>python</category>
    </item>
  </channel>
</rss>
