<?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: AveesDev</title>
    <description>The latest articles on DEV Community by AveesDev (@aveesdev).</description>
    <link>https://dev.to/aveesdev</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%2F1947103%2F4041d55e-b3f8-4c1e-a36c-af8e18691853.png</url>
      <title>DEV Community: AveesDev</title>
      <link>https://dev.to/aveesdev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aveesdev"/>
    <language>en</language>
    <item>
      <title>Actually Useful interview prep tool.</title>
      <dc:creator>AveesDev</dc:creator>
      <pubDate>Sat, 24 Aug 2024 19:55:05 +0000</pubDate>
      <link>https://dev.to/aveesdev/actually-useful-interview-prep-tool-4lho</link>
      <guid>https://dev.to/aveesdev/actually-useful-interview-prep-tool-4lho</guid>
      <description>&lt;p&gt;So  I made a WinForms app whilst applying for jobs, and it used AI to generate questions based on the role I was applying for and the information from my CV.&lt;/p&gt;

&lt;p&gt;It turns out, that the model of repetitive trial - feedback - improvement is a perfect way to prep your brain to associate skills, experiences and the right points to make, for any question you could possibly asked.&lt;/p&gt;

&lt;p&gt;So I turned it into a web tool. Feel free to try it out, it's basic right now so please give feedback, there's a settings icon you might want to check out. Also, you need to have an OpenAI API key and hey if you're really interested in trying it, I'll give you one of mine :)&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://interview-prep-app-v3.onrender.com/" rel="noopener noreferrer"&gt;https://interview-prep-app-v3.onrender.com/&lt;/a&gt;
&lt;/h2&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>career</category>
    </item>
    <item>
      <title>A tool I made for me, but thought I'd share - Interview Prep Pro</title>
      <dc:creator>AveesDev</dc:creator>
      <pubDate>Mon, 19 Aug 2024 02:00:43 +0000</pubDate>
      <link>https://dev.to/aveesdev/a-tool-i-made-for-me-but-thought-id-share-interview-prep-pro-578a</link>
      <guid>https://dev.to/aveesdev/a-tool-i-made-for-me-but-thought-id-share-interview-prep-pro-578a</guid>
      <description>&lt;p&gt;Hey, hope you're all well and on track!&lt;/p&gt;

&lt;p&gt;I was hesitant to share this, but thought why the hell not?&lt;/p&gt;

&lt;p&gt;I've developed a tool that's been instrumental in my interview preparation. It's currently called &lt;strong&gt;Interview Prep Pro&lt;/strong&gt;, though this is like V0.1 so very likely to change. Its an AI-powered platform that allows you to upload your CV (or you can upload any .txt file that you'd like it to consider) then generates suitable, appropriate interview questions and provides typically great feedback on your responses (I've had few where I thought I don't think that'd be suited, but I'm going to be prompt testing a lot so hopefully reviews get even more accurate).&lt;/p&gt;

&lt;p&gt;As someone who's recently been in the job market, I've found this tool incredibly useful. I used it three times daily for a week leading up to my first interview, and I've never felt more fluid in an interview before. In my experience, I've found that this approach significantly accelerates trial and improvement. The variety of questions enables your brain to form connections and be primed with examples and points for any question you might encounter, even if you haven't practiced that specific one. - answers were readily available in my mind before the interviewer had even finished their questions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key features:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Cost-effective (I DO NOT MAKE MONEY FROM THIS, THE COST COMES FROM YOUR USE OF OPENAI's SERVICES!)&lt;/li&gt;
&lt;li&gt;Unlimited usage&lt;/li&gt;
&lt;li&gt;Helps prepare for a broad spectrum of questions&lt;/li&gt;
&lt;li&gt;Simple but effective interface&lt;/li&gt;
&lt;li&gt;Compared to alternatives, you should see more improvement in less time.&lt;/li&gt;
&lt;li&gt;Added a userID feature. This means you don't need to sign up, but remember your user ID and you can track your progression using the chart at the end of the page.... Maybe, I' ve just implemented this and have no time of data to actually know if it is working.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Potential drawbacks:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Requires a personal OpenAI API key (I don't profit from this, but it means users cover their own API costs)&lt;/li&gt;
&lt;li&gt;Currently in beta (v0.1), so expect some gremlins to remain - &lt;em&gt;please&lt;/em&gt; report these to me as I can't recreate all scenarios myself. &lt;/li&gt;
&lt;li&gt;Initial loading can be very slow if no one has visited the site in a while. Please allow up to 1 minute,&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Can Only Upload .TXT Files!&lt;/strong&gt; This is a priority, I want to at least have .docx and .pdf functional too.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why Tho??
&lt;/h2&gt;

&lt;p&gt;I created this tool out of frustration with the increasingly expensive AI solutions flooding the market. My goal was to provide an affordable option, particularly for those in the midst of a job search.&lt;br&gt;
To give you an idea of the cost, even with 3/day usage for 2 months, you're looking at around £8.50(11$) total, disclaimer - keep up to date with OpenAIs token charges. &lt;/p&gt;

&lt;h2&gt;
  
  
  If you're interested in trying it out, you can &lt;a href="https://interview-prep-app-v3.onrender.com" rel="noopener noreferrer"&gt;find it here.&lt;/a&gt;](&lt;a href="https://interview-prep-app-v3.onrender.com/" rel="noopener noreferrer"&gt;https://interview-prep-app-v3.onrender.com/&lt;/a&gt;)
&lt;/h2&gt;

&lt;p&gt;I'm open to feedback and suggestions for improvement. If you encounter any issues or have ideas to enhance the tool, please don't hesitate to reach out.&lt;/p&gt;

&lt;p&gt;Best of luck with your interview prep!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>interview</category>
      <category>career</category>
      <category>careerdevelopment</category>
    </item>
  </channel>
</rss>
