<?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: Shajia Abidi</title>
    <description>The latest articles on DEV Community by Shajia Abidi (@abidishajia).</description>
    <link>https://dev.to/abidishajia</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%2F152465%2F3cf5af73-6d4e-47a8-833a-58ac2fbad036.jpg</url>
      <title>DEV Community: Shajia Abidi</title>
      <link>https://dev.to/abidishajia</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abidishajia"/>
    <language>en</language>
    <item>
      <title>Jobamatic - Automate your job search</title>
      <dc:creator>Shajia Abidi</dc:creator>
      <pubDate>Sun, 10 Jan 2021 05:50:15 +0000</pubDate>
      <link>https://dev.to/abidishajia/jobamatic-automate-your-job-search-3p0p</link>
      <guid>https://dev.to/abidishajia/jobamatic-automate-your-job-search-3p0p</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;I built a web application to help users automate their job search.&lt;/p&gt;

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

&lt;p&gt;Built for Business&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://jobamatic-oftsr.ondigitalocean.app"&gt;Jobamatic&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Screenshots
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XN8DTQGs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/l42nab9111trn7vwo9a9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XN8DTQGs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/l42nab9111trn7vwo9a9.png" alt="landing page which reads Jobamatic"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ScMYtwgR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/hagbkydi7feb0i4ihga3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ScMYtwgR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/hagbkydi7feb0i4ihga3.png" alt="Login page with Auth0"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--m4ASiXxF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/1201v4oazvlu72dj1mhi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--m4ASiXxF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/1201v4oazvlu72dj1mhi.png" alt="table with a list of job postings"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;This is a full-stack application, and I used Node (Express) as a backend, MongoDB as my database, Auth0 for authentication, and React as my frontend.&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://github.com/abidishajia/jobamatic"&gt;Jobamatic&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://commonsclause.com/"&gt;Commons Clause&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Two years ago, when I was looking for work, I found more luck on Twitter than LinkedIn. Twitter made it easy for my resume to reach the hiring manager, whereas I was never sure on LinkedIn. On Twitter, I was able to talk to real human beings about the job and forward them my resume. There were no awkward cold emails. &lt;/p&gt;

&lt;p&gt;Soon, I was searching for jobs on Twitter daily. I quickly automated the process and wrote a script that will explore the jobs for me. &lt;/p&gt;

&lt;p&gt;And yes, it did land me a few interviews. &lt;/p&gt;

&lt;p&gt;So for this hackathon, I converted those few lines into a whole application. It has authentication, a database to save jobs, a frontend built with React, which lets the user create, search, delete, update, and store the relevant positions.&lt;/p&gt;

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

&lt;p&gt;Building this application was challenging for a lot of reasons; nonetheless, it was enjoyable.&lt;/p&gt;

&lt;h4&gt;
  
  
  Tools
&lt;/h4&gt;

&lt;p&gt;I had to decide what tools to use. I knew I would be using React to create my frontend (because I have been working with it for a few years). &lt;/p&gt;

&lt;p&gt;I wasn't sure what to use as my backend. I had always wanted to try Node(Express) and thought this would be an ideal place to start.&lt;/p&gt;

&lt;h4&gt;
  
  
  Twitter API
&lt;/h4&gt;

&lt;p&gt;The other issue I faced was the Twitter API. Even though they have documentation, it isn't easy to work with. I had to find another way around, but I will work with their direct API in the future.&lt;/p&gt;

&lt;h4&gt;
  
  
  Authentication
&lt;/h4&gt;

&lt;p&gt;I never worked with authentication before, so learning authentication was fun. I decided to use Auth0 for authentication, and it was super straightforward. &lt;/p&gt;

&lt;p&gt;I would like to give a shoutout to &lt;a href="https://the-collab-lab.codes/"&gt;The Collab Lab&lt;/a&gt; here and especially to &lt;a href="https://twitter.com/samjulien"&gt;Sam Julien&lt;/a&gt; for helping me find my way around the Auth0 authentication.&lt;/p&gt;

&lt;h4&gt;
  
  
  Deployment
&lt;/h4&gt;

&lt;p&gt;I had never deployed a full-stack application before, and I wasn't sure how to do it. I tried, but Digital Ocean didn't let me. For whatever reasons, my Digital Ocean account wasn't allowing me to deploy my application. I reached out to &lt;a href="https://dev.to/chris__sev"&gt;Chris Sev&lt;/a&gt;, and he was able to deploy it on his end with some errors. I then created another Digital Ocean account, and I was able to deploy it (again with some errors). (I still can't deploy the application using my original account). &lt;/p&gt;

&lt;p&gt;I followed Traversy Media's &lt;a href="https://www.youtube.com/watch?v=71wSzpLyW9k&amp;amp;t=833s"&gt;video&lt;/a&gt; to fix some of the issues. I deployed it again, but this time, I saw a new error. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://the-collab-lab.codes/"&gt;The Collab Lab&lt;/a&gt; came to my rescue again. I posted my problem on their slack channel, and &lt;a href="https://twitter.com/llunatweets"&gt;David Lluna&lt;/a&gt; hop on a call with me within a couple of hours and helped me figure out what I was doing wrong. &lt;/p&gt;

&lt;p&gt;I was adding all of my environmental variables except &lt;code&gt;NODE_ENV === 'production'&lt;/code&gt;, due to which my client was not building. &lt;/p&gt;

&lt;h3&gt;
  
  
  Future Features
&lt;/h3&gt;

&lt;p&gt;I would like to add &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Notifications&lt;/li&gt;
&lt;li&gt;Categories - I am a developer but I also am a freelance writer. I look for both opportunities and I would benefit from having the jobs listing separately for both of them.&lt;/li&gt;
&lt;li&gt;Get premium Twitter API to have more reliable results&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;I would like to add some resources I used for building this application:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://the-collab-lab.codes/"&gt;The Collab Lab&lt;/a&gt;&lt;br&gt;
&lt;a href="https://auth0.com/docs/quickstart/spa/react"&gt;Auth0 - React&lt;/a&gt;&lt;/p&gt;

</description>
      <category>dohackathon</category>
    </item>
    <item>
      <title>Authentication</title>
      <dc:creator>Shajia Abidi</dc:creator>
      <pubDate>Mon, 14 Dec 2020 03:05:32 +0000</pubDate>
      <link>https://dev.to/abidishajia/authentication-2nhg</link>
      <guid>https://dev.to/abidishajia/authentication-2nhg</guid>
      <description>&lt;p&gt;I am creating a web app, and I'd like to get started with authentication. I am aware of firebase authentication, but I wanted to learn more about other options. &lt;/p&gt;

&lt;p&gt;What do people use for authenticattion?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Automate Job Search</title>
      <dc:creator>Shajia Abidi</dc:creator>
      <pubDate>Sat, 31 Oct 2020 17:24:35 +0000</pubDate>
      <link>https://dev.to/abidishajia/automate-job-search-1da8</link>
      <guid>https://dev.to/abidishajia/automate-job-search-1da8</guid>
      <description>&lt;p&gt;Job search is a tedious and time-consuming task. We all have been there. But if there was a way to automate the job search, what are some of the features you’d want or some of the tasks you'd want to automate?&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
