<?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>Forem: Prathamesh Sahasrabhojane ✔️</title>
    <description>The latest articles on Forem by Prathamesh Sahasrabhojane ✔️ (@theshubham99).</description>
    <link>https://forem.com/theshubham99</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%2F395715%2F76788e01-c7c2-454e-99cd-2bf6a059ea59.jpeg</url>
      <title>Forem: Prathamesh Sahasrabhojane ✔️</title>
      <link>https://forem.com/theshubham99</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/theshubham99"/>
    <language>en</language>
    <item>
      <title>Revised 150+ LeetCode in 2 hours</title>
      <dc:creator>Prathamesh Sahasrabhojane ✔️</dc:creator>
      <pubDate>Tue, 11 Jun 2024 19:39:29 +0000</pubDate>
      <link>https://forem.com/theshubham99/download-all-leetcode-solved-questions-4lk</link>
      <guid>https://forem.com/theshubham99/download-all-leetcode-solved-questions-4lk</guid>
      <description>&lt;p&gt;
  &lt;a href="https://nextjs.org" rel="noopener noreferrer"&gt;
    
      
  &lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
  &lt;a&gt;
    &lt;img alt="" src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimg.shields.io%2Fnpm%2Fl%2Fnext.svg%3Fstyle%3Dfor-the-badge%26labelColor%3D000000"&gt;
  &lt;/a&gt;
  &lt;a href="https://www.linkedin.com/in/prathamesh-sahasrabhojane" rel="noopener noreferrer"&gt;
    &lt;img alt="" src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimg.shields.io%2Fbadge%2FLinkedIn-0077B5%3Fstyle%3Dfor-the-badge%26logo%3Dlinkedin%26logoColor%3Dwhite%26labelColor%3D000000"&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  LeetCode Submission Saver
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/TheShubham99/leetcode-to-pdf" rel="noopener noreferrer"&gt;Github&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;LeetCode Submission Saver is a tool that allows users to save all their accepted submissions from LeetCode to a PDF file for easy reference and offline access.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Use
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Copy the Script&lt;/strong&gt;: Copy the code from &lt;a href="https://github.com/TheShubham99/leetcode-to-pdf/blob/main/leetcode-pdf.js" rel="noopener noreferrer"&gt;leetcode-pdf.js&lt;/a&gt; This script contains the necessary functionality to extract and save accepted submissions from LeetCode.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Log in to LeetCode&lt;/strong&gt;: Visit the LeetCode website (&lt;a href="https://leetcode.com" rel="noopener noreferrer"&gt;https://leetcode.com&lt;/a&gt;) and log in to your account.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Open Developer Tools&lt;/strong&gt;: Right-click on the webpage and select "Inspect" or press &lt;code&gt;Ctrl + Shift + I&lt;/code&gt; to open the Developer Tools panel.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Go to Console&lt;/strong&gt;: In the Developer Tools panel, navigate to the "Console" tab.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Paste the Code&lt;/strong&gt;: Paste the code copied from &lt;code&gt;leetcode-pdf.js&lt;/code&gt; into the console and press &lt;code&gt;Enter&lt;/code&gt; to execute it.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Follow Instructions&lt;/strong&gt;: Follow the on-screen instructions to complete the process, which may include authenticating with LeetCode and initiating the PDF generation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Observe the Console&lt;/strong&gt;: After pasting the code, wait for a few moments and observe the console for any errors or messages.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;View the Output&lt;/strong&gt;: Once the process is complete, the generated PDF will be available for download.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/hbQM4ioN3b4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Credits
&lt;/h2&gt;

&lt;p&gt;Inspired by &lt;a href="https://github.com/world177/Leetcode-Downloader-for-Submissions" rel="noopener noreferrer"&gt;Leetcode Downloader for Submissions&lt;/a&gt; by world177.&lt;/p&gt;

&lt;h2&gt;
  
  
  Contributing
&lt;/h2&gt;

&lt;p&gt;Contributions are welcome! If you have any ideas for improvements or feature requests, feel free to open an issue or submit a pull request.&lt;/p&gt;

&lt;h2&gt;
  
  
  License
&lt;/h2&gt;

&lt;p&gt;This project is licensed under the &lt;a href="https://dev.toLICENSE"&gt;MIT License&lt;/a&gt;.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Disclaimer&lt;/strong&gt;: This project is not affiliated with LeetCode. Use it responsibly and in compliance with LeetCode's terms of service.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>leetcode</category>
      <category>interview</category>
      <category>beginners</category>
    </item>
    <item>
      <title>You Contribute You Rock - (Submission)</title>
      <dc:creator>Prathamesh Sahasrabhojane ✔️</dc:creator>
      <pubDate>Mon, 31 Aug 2020 06:34:52 +0000</pubDate>
      <link>https://forem.com/theshubham99/you-contribute-you-rock-week-2-3454</link>
      <guid>https://forem.com/theshubham99/you-contribute-you-rock-week-2-3454</guid>
      <description>&lt;h3&gt;
  
  
  Hey there folks 👋
&lt;/h3&gt;

&lt;p&gt;This is a summary of my previous 3 weeks that I spent on github actions. As I wrote in the previous blog, I am developing a &lt;code&gt;Contributor Appreciator&lt;/code&gt; Action called &lt;code&gt;YouRock&lt;/code&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;This is my submission for #️⃣actionsHackathon&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Aim and Impact
&lt;/h2&gt;

&lt;p&gt;This action will help #️⃣ &lt;strong&gt;maintainers&lt;/strong&gt; to improve the &lt;code&gt;outreach&lt;/code&gt; and Public Relations.  &lt;/p&gt;

&lt;h2&gt;
  
  
  What it do?
&lt;/h2&gt;

&lt;p&gt;Sends out a personalized email appreciating the contribution with some badges and &lt;strong&gt;Image Processed Personalized Material&lt;/strong&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Submission Categories:
&lt;/h4&gt;

&lt;p&gt;#️⃣Maintainer Must-Haves, #️⃣Wacky Wildcards.   &lt;/p&gt;

&lt;h2&gt;
  
  
  What it looks like?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F6i6rektrha9wi4w78fd3.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F6i6rektrha9wi4w78fd3.gif" width="597" height="289"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works?
&lt;/h2&gt;

&lt;p&gt;When a user contributes to a particular repository, the &lt;code&gt;YouRock&lt;/code&gt; action gets triggered and performs the following steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;User's public data gets fetched from &lt;code&gt;Github graphQL API&lt;/code&gt;. &lt;/li&gt;
&lt;li&gt;A small image processing task gets executed. It pastes the &lt;code&gt;mask&lt;/code&gt; image by doing facial recognition using &lt;code&gt;OpenCV&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fqd6xd0a6o7iarm74hnnv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fqd6xd0a6o7iarm74hnnv.png" alt="Alt Text" width="800" height="415"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;(In this case the mask image is given below ⬇️ But it can be changed easily according to the organizations need)&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fe62qsfcytg1sz5nnd28a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fe62qsfcytg1sz5nnd28a.png" alt="Alt Text" width="195" height="204"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Then a mini mailing server sends the email from your given email.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;
  
  
  How to test?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Foo03juzr2lvyr1ue74xt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Foo03juzr2lvyr1ue74xt.png" alt="Alt Text" width="800" height="372"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Just open a new issue on this &lt;a href="https://github.com/TheShubham99/YouRock"&gt;YouRock&lt;/a&gt; Repo.&lt;/li&gt;
&lt;li&gt;You'll receive a personalized email (email account linked to your &lt;strong&gt;Github&lt;/strong&gt;)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1300155509656285184-797" src="https://platform.twitter.com/embed/Tweet.html?id=1300155509656285184"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1300155509656285184-797');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1300155509656285184&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;h2&gt;
  
  
  How to use it in your repository?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Yes, you can use it in your organization or even for your personal repository.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/TheShubham99/YouRock#how-to-use-it-in-your-repo"&gt;here is a detailed guide for that.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Driver Code &lt;em&gt;&lt;strong&gt;(Update)&lt;/strong&gt;&lt;/em&gt; -
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Check out the &lt;a href="https://github.com/TheShubham99/YouRock/blob/master/Rock.py"&gt;Rock.py&lt;/a&gt; file to know how it works.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Code -
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Fetching Users Data. [JOB - start_sending]
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;- uses: octokit/graphql-action@v2.x
        id: start_sending
        with:
          query: |
            query send($login:String!){
              user(login:$login){
                  login
                  avatarUrl
                  email
                }
              }
          login: ${{ github.actor }}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;Run Python Script [JOB - Send Email]
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;- name: Send Email
        run: |
          python ./Rock.py '${{steps.start_sending.outputs.data}}' '${{github.repository}}'
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  &lt;a href="https://github.com/TheShubham99/YouRock/blob/master/.github/workflows/Appreciate.yml"&gt;Actual Workflow file&lt;/a&gt;
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Stack
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Github Actions running on ubuntu.&lt;/li&gt;
&lt;li&gt;Python.&lt;/li&gt;
&lt;li&gt;open-cv.&lt;/li&gt;
&lt;li&gt;Pillow.&lt;/li&gt;
&lt;li&gt;GraphQL API.&lt;/li&gt;
&lt;/ol&gt;

&lt;h4&gt;
  
  
  Repository - &lt;a href="https://github.com/TheShubham99/YouRock/"&gt;https://github.com/TheShubham99/YouRock/&lt;/a&gt;
&lt;/h4&gt;

</description>
      <category>actionshackathon</category>
      <category>github</category>
      <category>showdev</category>
      <category>formaintainers</category>
    </item>
    <item>
      <title>GSoC Final Code Submission</title>
      <dc:creator>Prathamesh Sahasrabhojane ✔️</dc:creator>
      <pubDate>Wed, 26 Aug 2020 19:05:20 +0000</pubDate>
      <link>https://forem.com/theshubham99/gsoc-final-code-submission-3aad</link>
      <guid>https://forem.com/theshubham99/gsoc-final-code-submission-3aad</guid>
      <description>&lt;p&gt;Hello there,&lt;/p&gt;

&lt;p&gt;So, Here is a summary of my wonderful GSoC Journey with &lt;strong&gt;The Terasology Foundation&lt;/strong&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  Aim
&lt;/h2&gt;

&lt;p&gt;The basic aim of this project is to build a navigational web experience for new contributors. The &lt;strong&gt;Tutorial Journey&lt;/strong&gt; aka &lt;a href="https://github.com/MovingBlocks/AdventureSite"&gt;Adventure Site&lt;/a&gt; &lt;br&gt;
helps new contributors to understand the project structure and key concepts very easily. &lt;/p&gt;

&lt;h1&gt;
  
  
  Pre GSoC Scenario
&lt;/h1&gt;

&lt;p&gt;The projects of &lt;code&gt;The Terasology Foundation&lt;/code&gt; have their own &lt;code&gt;wikis&lt;/code&gt; and docs. The docs are spread across various platforms and&lt;br&gt;
It is overwhelming for a new user to follow those resources. So we thought of making something that will serve the existing resources to the user in an efficient way.&lt;/p&gt;

&lt;h1&gt;
  
  
  My Contribution
&lt;/h1&gt;

&lt;p&gt;As a part of my GSoC project, I developed a &lt;a href="https://prathamesh.me/AdventureSite/"&gt;Web App&lt;/a&gt; that compiles all of the resources and serves them to the user in a conversational form. It accepts responses from users and responds with the resources according to the user's choice. An avatar called &lt;code&gt;Gooey&lt;/code&gt; from The Terasology Universe helps users in this &lt;strong&gt;Journey&lt;/strong&gt;.  &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://prathamesh.me/AdventureSite/"&gt;You can try it out here (Adventure Site)&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  How it looks?
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3ayLEHag--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://lh5.googleusercontent.com/proxy/L2_DpgFsWplHw9VzEx-jRwwb1k_snbtYjmvm1ACG1F8NPov22Xzzg2quaX4ztpjmksWidkiaNxj2su_o6aoNl3RGMRMED9kUNEhwzHO6dWw5_XaUSpXr0V6Q30rG0fL5-dD1vaf1Az0%3Ds0-d" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3ayLEHag--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://lh5.googleusercontent.com/proxy/L2_DpgFsWplHw9VzEx-jRwwb1k_snbtYjmvm1ACG1F8NPov22Xzzg2quaX4ztpjmksWidkiaNxj2su_o6aoNl3RGMRMED9kUNEhwzHO6dWw5_XaUSpXr0V6Q30rG0fL5-dD1vaf1Az0%3Ds0-d" width="320" height="320"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--NM2eOy3o--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://github.com/TheShubham99/TheShubham99.github.io/blob/master/Terasology/TJ/AdventureSiteOut.gif%3Fraw%3Dtrue" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--NM2eOy3o--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://github.com/TheShubham99/TheShubham99.github.io/blob/master/Terasology/TJ/AdventureSiteOut.gif%3Fraw%3Dtrue" alt="Gif" width="600" height="276"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Summary of GSoC Period
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Tasks Done:
&lt;/h2&gt;

&lt;p&gt;✔️ Built a Logical Mockup and Diagrams.&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=9evOvbQrksQ&amp;amp;feature=youtu.be"&gt;(click to play video)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=9evOvbQrksQ&amp;amp;feature=youtu.be"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--lDC4F1GD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/http://i3.ytimg.com/vi/9evOvbQrksQ/hqdefault.jpg" width="480" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;✔️ Built a Basic Layout/Container.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fsylq8zzd75o5yf66h2ys.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fsylq8zzd75o5yf66h2ys.png" alt="Alt Text" width="800" height="326"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;✔️ Designed Gooey Chat Section/Component.&lt;/p&gt;

&lt;p&gt;✔️ Designed User Chat Section/Component.&lt;/p&gt;

&lt;p&gt;✔️ Built UI Nodes and Paths (Statically).&lt;/p&gt;

&lt;p&gt;✔️ Created the Data Structure/Database for Path Data.&lt;br&gt;
(find the path data here - &lt;a href="https://github.com/MovingBlocks/AdventureSite/tree/master/src/data"&gt;https://github.com/MovingBlocks/AdventureSite/tree/master/src/data&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;✔️ Integrated the Data Structure with the Static website.&lt;/p&gt;

&lt;p&gt;✔️ Added Animations and Transitions.&lt;br&gt;
(find the link of the website in the &lt;code&gt;Outcomes&lt;/code&gt; Section)&lt;/p&gt;

&lt;p&gt;✔️ Added various Roles to the pathMap.&lt;br&gt;
eg. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Player&lt;/li&gt;
&lt;li&gt;Contributor -&amp;gt; Core Game Developer/ 3D, 2D, Sound Artist / etc.&lt;/li&gt;
&lt;li&gt;Editor and Translator&lt;/li&gt;
&lt;li&gt;Web Development
etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;✔️ Added Initial Docs and Contribution Readme, etc.&lt;/p&gt;

&lt;p&gt;✔️ Optimized the mobile view.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Figrb213lbnizenecd00e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Figrb213lbnizenecd00e.png" alt="Alt Text" width="800" height="1422"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Future Goals
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Adding a visual drag and drop editor for the pathMap (JSON file) is one of the important future goals to be achieved.&lt;/li&gt;
&lt;li&gt;A centralized progress tracker will improve the overall UX.&lt;/li&gt;
&lt;li&gt;Further, Gamification will make the web app more exciting. &lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  Links
&lt;/h1&gt;

&lt;h3&gt;
  
  
  Repo -
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite"&gt;https://github.com/MovingBlocks/AdventureSite&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Web App link -
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://prathamesh.me/AdventureSite/"&gt;https://prathamesh.me/AdventureSite/&lt;/a&gt; &lt;code&gt;(development build)&lt;/code&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Pull Requests -
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/1"&gt;https://github.com/MovingBlocks/AdventureSite/pull/1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/3"&gt;https://github.com/MovingBlocks/AdventureSite/pull/3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/4"&gt;https://github.com/MovingBlocks/AdventureSite/pull/4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/5"&gt;https://github.com/MovingBlocks/AdventureSite/pull/5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/6"&gt;https://github.com/MovingBlocks/AdventureSite/pull/6&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/7"&gt;https://github.com/MovingBlocks/AdventureSite/pull/7&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/8"&gt;https://github.com/MovingBlocks/AdventureSite/pull/8&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/9"&gt;https://github.com/MovingBlocks/AdventureSite/pull/9&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/10"&gt;https://github.com/MovingBlocks/AdventureSite/pull/10&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/11"&gt;https://github.com/MovingBlocks/AdventureSite/pull/11&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/12"&gt;https://github.com/MovingBlocks/AdventureSite/pull/12&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/13"&gt;https://github.com/MovingBlocks/AdventureSite/pull/13&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/14"&gt;https://github.com/MovingBlocks/AdventureSite/pull/14&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/15"&gt;https://github.com/MovingBlocks/AdventureSite/pull/15&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/16"&gt;https://github.com/MovingBlocks/AdventureSite/pull/16&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/17"&gt;https://github.com/MovingBlocks/AdventureSite/pull/17&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/18"&gt;https://github.com/MovingBlocks/AdventureSite/pull/18&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/19"&gt;https://github.com/MovingBlocks/AdventureSite/pull/19&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/20"&gt;https://github.com/MovingBlocks/AdventureSite/pull/20&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/21"&gt;https://github.com/MovingBlocks/AdventureSite/pull/21&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/22"&gt;https://github.com/MovingBlocks/AdventureSite/pull/22&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Experience
&lt;/h3&gt;

&lt;p&gt;It was a wonderful experience working with the community and the mentors. I've learned a lot of new things during this period and I am looking forward to continuing the work with The Terasology Foundation. I would like to thank every community member and mentors, Especially, &lt;strong&gt;Rasmus aka Cervator and Michael.&lt;/strong&gt; :)&lt;/p&gt;

&lt;p&gt;A big Thanks to &lt;strong&gt;Google&lt;/strong&gt; for providing a platform like GSoC. It's a great opportunity to sharpen our skills and help the Open Source community.&lt;/p&gt;




&lt;blockquote&gt;
&lt;h4&gt;
  
  
  Post Type: Code Submission.
&lt;/h4&gt;
&lt;/blockquote&gt;

&lt;p&gt;Regards,&lt;br&gt;
Prathamesh (TheShubham99)&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;$ Ctrl+z&lt;/code&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;h3&gt;
  
  
  &lt;code&gt;program exited with exit code :heart: (0x0)&lt;/code&gt;
&lt;/h3&gt;
&lt;/blockquote&gt;

</description>
      <category>gsoc</category>
      <category>opensource</category>
      <category>github</category>
    </item>
    <item>
      <title>You Contribute, You Rock! (gh-action hackathon - WEEK 1)</title>
      <dc:creator>Prathamesh Sahasrabhojane ✔️</dc:creator>
      <pubDate>Tue, 18 Aug 2020 18:53:03 +0000</pubDate>
      <link>https://forem.com/theshubham99/you-contribute-you-rock-24pa</link>
      <guid>https://forem.com/theshubham99/you-contribute-you-rock-24pa</guid>
      <description>&lt;h2&gt;
  
  
  Hey there folks 👋
&lt;/h2&gt;

&lt;p&gt;This is a summary of my last week that I spent on github actions.&lt;br&gt;
I am developing a &lt;code&gt;Contributor Appreciator&lt;/code&gt; Action called &lt;code&gt;YouRock&lt;/code&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  What It'll do?
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;It'll send out a personalized email to contributors with some &lt;code&gt;personalized Image Processed material&lt;/code&gt; with #️⃣open-cv&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Also, It'll consist of some Badges that contributors can showcase on their social media.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  Aim and Impact
&lt;/h1&gt;

&lt;p&gt;This action will help #️⃣ &lt;strong&gt;maintainers&lt;/strong&gt; to improve the &lt;code&gt;outreach&lt;/code&gt; and Public Relations.  &lt;/p&gt;

&lt;h1&gt;
  
  
  Stack
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;Github Actions running on ubuntu&lt;/li&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;open-cv&lt;/li&gt;
&lt;li&gt;Pillow&lt;/li&gt;
&lt;li&gt;GraphQL&lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  Work done :
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;Process the GrphQL query to find the user's avatar and email in actions.&lt;/li&gt;
&lt;li&gt;Send out an email.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fcqq1lptdriau7nbcy9ej.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fcqq1lptdriau7nbcy9ej.png" alt="Simple Email sent from action" width="625" height="508"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Code -
&lt;/h1&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;- uses: octokit/graphql-action@v2.x
        id: start_sending
        with:
          query: |
            query send($login:String!){
              user(login:$login){
                  login
                  avatarUrl
                  email
                }
              }
          login: ${{ github.actor }}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Run Python Script
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;- name: Send Email
        run: |
          python ./Rock.py '${{steps.start_sending.outputs.data}}' '${{github.repository}}'
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  Repository - &lt;a href="https://github.com/TheShubham99/YouRock/"&gt;https://github.com/TheShubham99/YouRock/&lt;/a&gt;
&lt;/h4&gt;

</description>
      <category>actionshackathon</category>
      <category>github</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Navigating through the Adventure</title>
      <dc:creator>Prathamesh Sahasrabhojane ✔️</dc:creator>
      <pubDate>Sat, 01 Aug 2020 16:08:47 +0000</pubDate>
      <link>https://forem.com/theshubham99/navigating-through-the-adventure-4a74</link>
      <guid>https://forem.com/theshubham99/navigating-through-the-adventure-4a74</guid>
      <description>&lt;p&gt;Hey there,&lt;br&gt;
Here is the summary of my last 2 weeks in JULY.&lt;/p&gt;

&lt;p&gt;Goal:&lt;br&gt;
The goal for this week was to add the dynamic URI's to the app and add some roles to the system. Along with that to add small features like &lt;code&gt;back&lt;/code&gt; navigation.&lt;/p&gt;

&lt;p&gt;Brief:&lt;br&gt;
Initially, I  updated the structure of the project according to community inputs. Later, Some UI animations were fixed/removed. &lt;/p&gt;

&lt;p&gt;Some features added during this period are - &lt;/p&gt;

&lt;p&gt;✔️ URI based rendering.&lt;br&gt;
✔️ Navigational buttons and permalink button.&lt;br&gt;
✔️ Jump feature to switch stages dynamically.&lt;br&gt;
✔️ External links handling.&lt;br&gt;
✔️ pathMap roles and paths:&lt;br&gt;
      * Player Role.&lt;br&gt;
      * Artist Role.&lt;br&gt;
      * Basic contribution path.&lt;br&gt;
      * Documentation and i18 Role.&lt;/p&gt;

&lt;p&gt;Links:&lt;br&gt;
Pull Requests -&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/10"&gt;https://github.com/MovingBlocks/AdventureSite/pull/10&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/11"&gt;https://github.com/MovingBlocks/AdventureSite/pull/11&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/12"&gt;https://github.com/MovingBlocks/AdventureSite/pull/12&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/13"&gt;https://github.com/MovingBlocks/AdventureSite/pull/13&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/14"&gt;https://github.com/MovingBlocks/AdventureSite/pull/14&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/15"&gt;https://github.com/MovingBlocks/AdventureSite/pull/15&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/16"&gt;https://github.com/MovingBlocks/AdventureSite/pull/16&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Post Type: Update.&lt;br&gt;
Regards,&lt;br&gt;
Prathamesh (TheShubham99)&lt;/p&gt;

&lt;p&gt;$ Ctrl+z&lt;br&gt;
program exited with exit code 0 (0x0)&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Designing the itinerary of the Adventure.</title>
      <dc:creator>Prathamesh Sahasrabhojane ✔️</dc:creator>
      <pubDate>Mon, 13 Jul 2020 09:22:06 +0000</pubDate>
      <link>https://forem.com/theshubham99/designing-the-itinerary-of-adventure-5h75</link>
      <guid>https://forem.com/theshubham99/designing-the-itinerary-of-adventure-5h75</guid>
      <description>&lt;p&gt;Hey there,&lt;br&gt;
Here is the summary of 1st week of JULY 2020.&lt;/p&gt;

&lt;h1&gt;
  
  
  Goal:
&lt;/h1&gt;

&lt;p&gt;The &lt;strong&gt;goal&lt;/strong&gt; of this week was to define the integration of JSON Maps with the design structure.&lt;/p&gt;

&lt;h1&gt;
  
  
  Brief:
&lt;/h1&gt;

&lt;p&gt;The static design is ready now. So, I decided to work on the core logic of this project. The intent behind this project is to make the new visitors familiar with the project and community. Everything on the frontend part is dependent on the logic under the hood. To make the journey meaningful, I worked on the PathMap module this week. Also, I added sass support to the project during this week. &lt;/p&gt;

&lt;h1&gt;
  
  
  Tasks Completed:
&lt;/h1&gt;

&lt;p&gt;✔️ Added Sass as a style sheet language.&lt;br&gt;
✔️ add central data extraction in the App component.&lt;br&gt;
✔️ fixed typing effect error.&lt;br&gt;
✔️ fixed styling issues.&lt;/p&gt;




&lt;h1&gt;
  
  
  Links:
&lt;/h1&gt;

&lt;p&gt;Pull Requests - &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/8"&gt;https://github.com/MovingBlocks/AdventureSite/pull/8&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/9"&gt;https://github.com/MovingBlocks/AdventureSite/pull/9&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;blockquote&gt;
&lt;h4&gt;
  
  
  Post Type: Update.
&lt;/h4&gt;
&lt;/blockquote&gt;

&lt;p&gt;Regards,&lt;br&gt;
Prathamesh (TheShubham99)&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;$ Ctrl+z&lt;/code&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;h3&gt;
  
  
  &lt;code&gt;program exited with exit code 0 (0x0)&lt;/code&gt;
&lt;/h3&gt;
&lt;/blockquote&gt;

</description>
      <category>json</category>
      <category>terasology</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Pre Evaluation Weeks</title>
      <dc:creator>Prathamesh Sahasrabhojane ✔️</dc:creator>
      <pubDate>Fri, 03 Jul 2020 06:55:21 +0000</pubDate>
      <link>https://forem.com/theshubham99/pre-evaluation-weeks-13pn</link>
      <guid>https://forem.com/theshubham99/pre-evaluation-weeks-13pn</guid>
      <description>&lt;p&gt;Hey there,&lt;br&gt;
Here is the summary of 2 weeks prior to the 1st evaluation period. I worked mainly on Major Navigational components along with optimizations and bug fixes.&lt;/p&gt;

&lt;h1&gt;
  
  
  Tasks Completed:
&lt;/h1&gt;

&lt;p&gt;✅ Add Navigation to User Responses.&lt;br&gt;
✅ Optimize the UI for larger screens.&lt;br&gt;
✅ fixed alarming colors in the UI.&lt;br&gt;
✅ Add Typing effect to Gooey Message.&lt;br&gt;
✅ Restructure JSON Path-Map.&lt;br&gt;
✅ Add dynamic gooey messages fetched from the JSON path map.&lt;br&gt;
✅ Centralize the React State Handling.&lt;/p&gt;




&lt;h1&gt;
  
  
  Links:
&lt;/h1&gt;

&lt;p&gt;Pull Requests - &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/6"&gt;https://github.com/MovingBlocks/AdventureSite/pull/6&lt;/a&gt;&lt;br&gt;
PR&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/MovingBlocks/AdventureSite/pull/7"&gt;https://github.com/MovingBlocks/AdventureSite/pull/7&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;blockquote&gt;
&lt;h4&gt;
  
  
  Post Type: Update.
&lt;/h4&gt;
&lt;/blockquote&gt;

&lt;p&gt;Regards,&lt;br&gt;
Prathamesh (TheShubham99)&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;$ Ctrl+z&lt;/code&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;h3&gt;
  
  
  &lt;code&gt;program exited with exit code 0 (0x0)&lt;/code&gt;
&lt;/h3&gt;
&lt;/blockquote&gt;

</description>
      <category>opensource</category>
      <category>react</category>
      <category>webdev</category>
      <category>ux</category>
    </item>
    <item>
      <title>Collapsing Message, Responsive Gooey / User Message section, JSON Path Map, Scrollbar and other bug fixes and styling</title>
      <dc:creator>Prathamesh Sahasrabhojane ✔️</dc:creator>
      <pubDate>Sun, 21 Jun 2020 11:38:23 +0000</pubDate>
      <link>https://forem.com/theshubham99/collapsing-message-responsive-gooey-user-message-section-json-path-map-scrollbar-and-other-bug-fixes-and-styling-28m4</link>
      <guid>https://forem.com/theshubham99/collapsing-message-responsive-gooey-user-message-section-json-path-map-scrollbar-and-other-bug-fixes-and-styling-28m4</guid>
      <description>&lt;p&gt;Hey there 👋,&lt;br&gt;
So here is my new post from GSoC series, It sums up the 2nd 3rd week of the GSoC Work Period.&lt;/p&gt;

&lt;h1&gt;
  
  
  Tasks Completed :
&lt;/h1&gt;

&lt;p&gt;✅ Collapsing Message with read-more.&lt;/p&gt;

&lt;p&gt;✅ Responsive Gooey and User Message section.&lt;/p&gt;

&lt;p&gt;✅User section with user message having dynamic responses fetched from the JSON file.&lt;/p&gt;

&lt;p&gt;✅ Scrollbar for a longer message in gooey/user messages (Responsive)&lt;/p&gt;

&lt;p&gt;✅Placeholder User Image and Username.&lt;/p&gt;

&lt;p&gt;✅Other bug fixes and styling.&lt;/p&gt;




&lt;blockquote&gt;
&lt;h4&gt;
  
  
  Post Type: Update.
&lt;/h4&gt;
&lt;/blockquote&gt;

&lt;p&gt;Regards,&lt;br&gt;
Prathamesh (TheShubham99)&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;$ Ctrl+z&lt;/code&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;h3&gt;
  
  
  &lt;code&gt;program exited with exit code 0 (0x0)&lt;/code&gt;
&lt;/h3&gt;
&lt;/blockquote&gt;

</description>
      <category>github</category>
      <category>opensource</category>
      <category>react</category>
      <category>webdev</category>
    </item>
    <item>
      <title>[~]$ git init (AdventureSite)</title>
      <dc:creator>Prathamesh Sahasrabhojane ✔️</dc:creator>
      <pubDate>Wed, 10 Jun 2020 13:52:10 +0000</pubDate>
      <link>https://forem.com/theshubham99/git-init-58k0</link>
      <guid>https://forem.com/theshubham99/git-init-58k0</guid>
      <description>&lt;p&gt;Hey there 👋,&lt;br&gt;
Hope you guys are doing well :) (&amp;amp; washing your hands 💧 👏 💧) So here is my new post from GSoC series, It sums up the 1st week of the GSoC Work Period.   &lt;/p&gt;

&lt;h1&gt;
  
  
  Tasks I Did:
&lt;/h1&gt;




&lt;h4&gt;
  
  
  ✅ Setup A New React Project
&lt;/h4&gt;

&lt;h4&gt;
  
  
  ✅ Added dependencies
&lt;/h4&gt;

&lt;h4&gt;
  
  
  ✅ Created a GitHub a Repository (Update - It's now in the &lt;code&gt;Moving Blocks&lt;/code&gt; Organization)
&lt;/h4&gt;

&lt;h4&gt;
  
  
  ✅ Translated the front-end [Html/css --&amp;gt; React jsx]
&lt;/h4&gt;

&lt;h4&gt;
  
  
  ✅ Optimized styling and Replaced pure JS functions('s working) into jsx and stylsheets.
&lt;/h4&gt;

&lt;h4&gt;
  
  
  ✅ Setup gh-pages (on origin repository)
&lt;/h4&gt;

&lt;h4&gt;
  
  
  ✅ Implemented the basic Layout.
&lt;/h4&gt;




&lt;blockquote&gt;
&lt;h4&gt;
  
  
  Post Type: Update.
&lt;/h4&gt;
&lt;/blockquote&gt;

&lt;p&gt;Regards,&lt;br&gt;
Prathamesh (TheShubham99)&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;$ Ctrl+z&lt;/code&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;h3&gt;
  
  
  &lt;code&gt;program exited with exit code 0 (0x0)&lt;/code&gt;
&lt;/h3&gt;
&lt;/blockquote&gt;

</description>
      <category>github</category>
      <category>opensource</category>
      <category>react</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Interactive Journey in Terasology World.</title>
      <dc:creator>Prathamesh Sahasrabhojane ✔️</dc:creator>
      <pubDate>Sat, 30 May 2020 18:00:11 +0000</pubDate>
      <link>https://forem.com/theshubham99/interactive-journey-in-terasology-world-elh</link>
      <guid>https://forem.com/theshubham99/interactive-journey-in-terasology-world-elh</guid>
      <description>&lt;p&gt;Hey there,&lt;/p&gt;

&lt;p&gt;As mentioned in the last post, I have shared the details about the project in this Post. :)&lt;/p&gt;

&lt;h1&gt;
  
  
  Brief:
&lt;/h1&gt;

&lt;p&gt;The journey of a contributor/Player in open source projects is exciting, especially when the contributors can map their abilities with the workflow of the vast open source projects like terasology. In this project I'll be working on an Interactive experience for the contributor, which will take them through all the possible paths according to his/her interests in the terasology project.&lt;/p&gt;

&lt;h1&gt;
  
  
  Overview:
&lt;/h1&gt;

&lt;p&gt;Currently, there are a lot of modules in terasology and the documentation is distributed in forms of wikis, tutorials,forums, etc. and It is a bit Intimidating for a newbie (as a contributor or gamer) to understand the file structures &amp;amp; workflow. So, I am targeting to remove this obstacle for new contributors by implementing an Interactive web experience as a Tutorial Journey with the help of vector graphics &amp;amp; implement a system where all the steps &amp;amp; documentations will integrate together to simplify the experience for the contributors as well as enthusiast gamers. It will be guiding the new contributor to reach the required resources in which they are interested. The end goal is to deploy a web app having a stepwise guide to follow for newbies.&lt;/p&gt;

&lt;h2&gt;
  
  
  Flow:
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F5ktajf9s2hjxdft1pmem.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F5ktajf9s2hjxdft1pmem.gif" alt="Mockup level 1" width="521" height="276"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;h4&gt;
  
  
  Post Type: Pre-GSoC post - I.
&lt;/h4&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;$ Ctrl+z&lt;/code&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;h3&gt;
  
  
  &lt;code&gt;program exited with exit code 0 (0x0)&lt;/code&gt;
&lt;/h3&gt;
&lt;/blockquote&gt;

</description>
    </item>
    <item>
      <title>GSoC 2020 | Introduction</title>
      <dc:creator>Prathamesh Sahasrabhojane ✔️</dc:creator>
      <pubDate>Tue, 26 May 2020 15:38:02 +0000</pubDate>
      <link>https://forem.com/theshubham99/whoami-560o</link>
      <guid>https://forem.com/theshubham99/whoami-560o</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F70ixang2487kk3945vwp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F70ixang2487kk3945vwp.png" alt="Me" width="192" height="192"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hey there :)&lt;/p&gt;

&lt;p&gt;Welcome to my &lt;strong&gt;GSoC'20&lt;/strong&gt; microblog series. &lt;br&gt;
I am Prathamesh, an opensource enthusiast working with the Terasology Foundation as a GSoC'20 student developer, during this summer (May-August 2020). I'll be discussing my project (i.e. Tutorial Journey Website) in upcoming posts.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Github/Discord- TheShubham99&lt;br&gt;
&lt;code&gt;offline&lt;/code&gt; - Prathamesh&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  &lt;code&gt;$ Ctrl+z&lt;/code&gt;
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;h3&gt;
  
  
  &lt;code&gt;program exited with exit code 0 (0x0)&lt;/code&gt;
&lt;/h3&gt;
&lt;/blockquote&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
