<?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: Sagar jariwala</title>
    <description>The latest articles on DEV Community by Sagar jariwala (@sagar_jariwala_30fafe8395).</description>
    <link>https://dev.to/sagar_jariwala_30fafe8395</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%2F3286956%2F4e8c92c0-016b-460a-b893-9fdc4f16c731.jpg</url>
      <title>DEV Community: Sagar jariwala</title>
      <link>https://dev.to/sagar_jariwala_30fafe8395</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sagar_jariwala_30fafe8395"/>
    <language>en</language>
    <item>
      <title>First Interview of My Job Search: Lessons &amp; Next Steps</title>
      <dc:creator>Sagar jariwala</dc:creator>
      <pubDate>Mon, 22 Sep 2025 17:41:11 +0000</pubDate>
      <link>https://dev.to/sagar_jariwala_30fafe8395/first-interview-of-my-job-search-lessons-next-steps-1ce6</link>
      <guid>https://dev.to/sagar_jariwala_30fafe8395/first-interview-of-my-job-search-lessons-next-steps-1ce6</guid>
      <description>&lt;p&gt;Last week marked my second week of job hunting and I just completed my first interview.&lt;br&gt;
It was a mix of wins and wake-up calls:&lt;/p&gt;

&lt;p&gt;✅ The interviewer was impressed with my AI/ML skills and I answered questions on frontend and backend.&lt;/p&gt;

&lt;p&gt;⚠️ But I stumbled on some fundamentals—things like cross-platform concepts, hosting differences, types of dependency injection, and the reasoning behind microservices and SOLID principles.&lt;/p&gt;

&lt;p&gt;The best part? Constructive feedback.&lt;/p&gt;

&lt;p&gt;“When you go for an interview, you must be able to represent your project precisely and clearly.”&lt;/p&gt;

&lt;p&gt;I’m taking that seriously. Here’s my plan:&lt;/p&gt;

&lt;p&gt;Revisit the basics: write one-paragraph explanations and real examples for each topic.&lt;/p&gt;

&lt;p&gt;Sharpen project storytelling: 90-second pitch using context → role → challenges → impact.&lt;/p&gt;

&lt;p&gt;Prepare for the practical round scheduled later this week.&lt;/p&gt;

&lt;p&gt;First interviews aren’t just about getting the job—they’re real-world practice sessions and a chance to grow.&lt;br&gt;
Feeling grateful for the feedback and excited to improve before the next round. 🚀&lt;/p&gt;

</description>
      <category>job</category>
      <category>career</category>
      <category>javascript</category>
      <category>programming</category>
    </item>
    <item>
      <title>Automating CAPA Report Generation from Images Using n8n 🤖📸</title>
      <dc:creator>Sagar jariwala</dc:creator>
      <pubDate>Sun, 21 Sep 2025 20:13:41 +0000</pubDate>
      <link>https://dev.to/sagar_jariwala_30fafe8395/automating-capa-report-generation-from-images-using-n8n-43d1</link>
      <guid>https://dev.to/sagar_jariwala_30fafe8395/automating-capa-report-generation-from-images-using-n8n-43d1</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;u&gt;Workflow Overview&lt;br&gt;
&lt;/u&gt;&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Webhook Input:&lt;/strong&gt;&lt;br&gt;
The workflow receives an image via a webhook (tested using Postman).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Validation&lt;/strong&gt;:&lt;br&gt;
If no image is found → sends an error email.&lt;br&gt;
Converts the image to Base64 for processing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Industry Relevance Check:&lt;/strong&gt;&lt;br&gt;
Determines if the image is related to the industry.&lt;br&gt;
If not → sends an email stating the image is not industrial.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Image Recreation &amp;amp; Processing:&lt;/strong&gt;&lt;br&gt;
Recreates the image from Base64.&lt;br&gt;
Processes it to extract all information required for a CAPA report.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HTML Generation:&lt;/strong&gt;&lt;br&gt;
Converts the extracted information into an HTML report.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Email Delivery:&lt;/strong&gt;&lt;br&gt;
Sends the final CAPA report via email.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I Built This&lt;/strong&gt;&lt;br&gt;
To automate manual report generation and reduce human error.&lt;br&gt;
To experiment with n8n’s workflow automation capabilities.&lt;br&gt;
To explore image processing and industry-specific validation in automation pipelines.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Achieved measurable results:&lt;/strong&gt;&lt;br&gt;
Saves ~60% of the time previously spent on manual report creation&lt;br&gt;
Improves efficiency by ~50% in CAPA report processing&lt;br&gt;
Reduces manual work by ~70%, minimizing human errors&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tools &amp;amp; Tech&lt;/strong&gt;&lt;br&gt;
n8n – for workflow orchestration&lt;br&gt;
Postman – for testing webhook inputs&lt;br&gt;
Base64 encoding/decoding – for image handling&lt;br&gt;
Email node in n8n – for notifications&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;&lt;br&gt;
This workflow demonstrates how automation can:&lt;br&gt;
Streamline repetitive tasks&lt;br&gt;
Integrate multiple services&lt;br&gt;
Ensure timely reporting&lt;br&gt;
Deliver measurable productivity improvements in industrial reporting&lt;/p&gt;

</description>
      <category>ai</category>
      <category>software</category>
      <category>programming</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
