<?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: Ishan Jain</title>
    <description>The latest articles on DEV Community by Ishan Jain (@ishnjn).</description>
    <link>https://dev.to/ishnjn</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%2F791094%2F21fde0a3-131a-40f4-9bec-5284e43aed21.jpeg</url>
      <title>DEV Community: Ishan Jain</title>
      <link>https://dev.to/ishnjn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ishnjn"/>
    <language>en</language>
    <item>
      <title>MongoDB Atlas Hackathon 2022 on DEV</title>
      <dc:creator>Ishan Jain</dc:creator>
      <pubDate>Thu, 08 Dec 2022 17:50:29 +0000</pubDate>
      <link>https://dev.to/ishnjn/mongodb-atlas-hackathon-2022-on-dev-1gf9</link>
      <guid>https://dev.to/ishnjn/mongodb-atlas-hackathon-2022-on-dev-1gf9</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;I built an LotteryGame API, it is typically used for selecting winners as per there contribution to the community to award them with special NFTs &lt;/p&gt;

&lt;h3&gt;
  
  
  Category Submission:
&lt;/h3&gt;

&lt;p&gt;The category of my submission is Choose Your Own Adventure, as i like to go freestyle with my work, not being bounded my anything&lt;/p&gt;

&lt;h3&gt;
  
  
  App Link
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://web-production-22ee.up.railway.app/"&gt;https://web-production-22ee.up.railway.app/&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Description
&lt;/h3&gt;

&lt;p&gt;Waffle is a API combination which powers few websites and a discord bots it is connected to, it takes in information from its servers and maps individuals work, awards them and later also selects them for lucky draw with a weighted average like method as in NBA drafts&lt;/p&gt;

&lt;h3&gt;
  
  
  Link to Source Code
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/ishanjain1502/The-Odd-Waffles"&gt;https://github.com/ishanjain1502/The-Odd-Waffles&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Permissive License
&lt;/h3&gt;

&lt;p&gt;ISC&lt;/p&gt;

&lt;h2&gt;
  
  
  Background
&lt;/h2&gt;

&lt;p&gt;The rise in NFT marketplace and evolution of discord servers around it, and the very nature of all this tech prioritizing people on the basis of their contribution gave me this idea&lt;/p&gt;

&lt;h3&gt;
  
  
  How I built it
&lt;/h3&gt;

&lt;p&gt;I used MongoDB Atlas to create my own online database, where I can store all of my data&lt;br&gt;
I have an authentication process which onboards users, and save there details on my DB, then later as per there contribution on there servers, they are given points, these points help them in participating in drops, here this list of participants selected for drop are on a different collection, from this collection we randomly select lucky winners with the help of weighted selection and get our luck winners&lt;/p&gt;

&lt;p&gt;These lucky winners are then marked as won in the DB so that later they cant participate in next 3 drops, so as to allow other people to win too&lt;/p&gt;

</description>
      <category>atlashackathon22</category>
    </item>
    <item>
      <title>TweetJOBS</title>
      <dc:creator>Ishan Jain</dc:creator>
      <pubDate>Fri, 18 Feb 2022 17:25:44 +0000</pubDate>
      <link>https://dev.to/ishnjn/tweetjobs-56g1</link>
      <guid>https://dev.to/ishnjn/tweetjobs-56g1</guid>
      <description>&lt;p&gt;TweetJOBS displays all the jobs posted on twitter and updates it in real time, you can search your skill in the search bar and VIOLA you will get the job post for the skill on twitter from where you can apply for it. &lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Technologies Used&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Tech-Stack Used: Next.JS, twitter API and hazelbase for authentication.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Our Inspiration&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;This project was inspired from &lt;a href="https://yellowjobs.org/"&gt;YellowJobs&lt;/a&gt;, which also uses twitter functions in the same way and provides user with job posts posted on twitter and helps them get jobs&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;So What Have We Done Basically:&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;We are using twitter API to search for jobs and use there URLs to generate embedded tweets of the same and render on our page/&lt;/p&gt;

&lt;p&gt;We are using Hazelbase's authentication to provide faster and secure authentication to our user with the help of next-auth.&lt;/p&gt;

&lt;p&gt;Our Search bar searches for the related query on twitter and brings you best required results &lt;/p&gt;

&lt;p&gt;You can also save job posts for later, and can go trough them when you see fit. &lt;/p&gt;

&lt;p&gt;This project not only highlights the power of twitter as social media but also the values of skill in today's modern day world.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Important Links&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;This project is made by &lt;a href="https://github.com/ishanjain1502"&gt;Ishan&lt;/a&gt; and &lt;a href="https://github.com/Gulshanaggarwal/"&gt;Gulshan&lt;/a&gt;&lt;br&gt;
Project Repository: &lt;a href="https://github.com/Gulshanaggarwal/tweet-jobs"&gt;https://github.com/Gulshanaggarwal/tweet-jobs&lt;/a&gt;&lt;br&gt;
Deployed Project: &lt;a href="https://tweet-jobs.vercel.app/"&gt;https://tweet-jobs.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;IF YOU ARE READING THIS BLOG, GO PARTICIPATE IN THE HACKATHON &lt;a href="https://www.hazelbase.com/blog/hackathon"&gt;Hazelbase&lt;/a&gt; AND DON'T FORGET TO MENTION US IN YOUR SUBMISSION&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>twitter</category>
      <category>nextjs</category>
      <category>javascript</category>
      <category>hackathon</category>
    </item>
    <item>
      <title>Authentication </title>
      <dc:creator>Ishan Jain</dc:creator>
      <pubDate>Thu, 13 Jan 2022 18:22:25 +0000</pubDate>
      <link>https://dev.to/ishnjn/authentication-2io2</link>
      <guid>https://dev.to/ishnjn/authentication-2io2</guid>
      <description>&lt;h3&gt;
  
  
  Overview of My Submission
&lt;/h3&gt;

&lt;p&gt;The project uses a special type of authentication where a mathematical problem is generated on a canvas based captcha which you need to solve in order to enter&lt;/p&gt;

&lt;h3&gt;
  
  
  Submission Category:
&lt;/h3&gt;

&lt;p&gt;Own Adventure&lt;/p&gt;

&lt;h3&gt;
  
  
  Link to Code
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/ishanjain1502/Super-Auth"&gt;Super-Auth&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Additional Resources / Info
&lt;/h3&gt;

&lt;p&gt;As of now no open source project is using it.&lt;/p&gt;

</description>
      <category>atlashackathon</category>
    </item>
  </channel>
</rss>
