<?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: Vineet</title>
    <description>The latest articles on DEV Community by Vineet (@vineetgoyalhuf).</description>
    <link>https://dev.to/vineetgoyalhuf</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3853742%2F03f8ee8c-02f8-4969-869d-ec224942815c.png</url>
      <title>DEV Community: Vineet</title>
      <link>https://dev.to/vineetgoyalhuf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vineetgoyalhuf"/>
    <language>en</language>
    <item>
      <title>Building UnofficialOS: What are your favorite Cloudflare OS tools and MCP servers?</title>
      <dc:creator>Vineet</dc:creator>
      <pubDate>Sun, 09 Aug 2026 03:32:44 +0000</pubDate>
      <link>https://dev.to/vineetgoyalhuf/building-unofficialos-what-are-your-favorite-cloudflare-os-tools-and-mcp-servers-g5l</link>
      <guid>https://dev.to/vineetgoyalhuf/building-unofficialos-what-are-your-favorite-cloudflare-os-tools-and-mcp-servers-g5l</guid>
      <description>&lt;p&gt;Hey everyone! 👋 &lt;/p&gt;

&lt;p&gt;We’re gearing up to launch UnofficialOS (&lt;a href="https://www.unofficialos.com" rel="noopener noreferrer"&gt;https://www.unofficialos.com&lt;/a&gt;) — an open-source registry indexing 384+ Cloudflare OS gadgets, agent blueprints, and Model Context Protocol (MCP) servers.&lt;/p&gt;

&lt;p&gt;With the rapid rise of autonomous AI assistants (Claude Desktop, Cursor IDE, Windsurf), connecting models to reliable edge execution environments is becoming essential.&lt;/p&gt;

&lt;p&gt;We’d love to hear from fellow builders:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What edge tools or MCP servers do you use in your daily AI workflow?&lt;/li&gt;
&lt;li&gt;What features would you like to see in an open-source edge tool directory?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Drop your thoughts below! 🚀&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>mcp</category>
      <category>opensource</category>
    </item>
    <item>
      <title>How to Build a Free Applicant Tracking System in Google Sheets with Apps Script</title>
      <dc:creator>Vineet</dc:creator>
      <pubDate>Tue, 31 Mar 2026 15:02:22 +0000</pubDate>
      <link>https://dev.to/vineetgoyalhuf/how-to-build-a-free-applicant-tracking-system-in-google-sheets-with-apps-script-3oo7</link>
      <guid>https://dev.to/vineetgoyalhuf/how-to-build-a-free-applicant-tracking-system-in-google-sheets-with-apps-script-3oo7</guid>
      <description>&lt;p&gt;INTRO: Small businesses don't need a $300/month ATS. Here's how to build a candidate tracking and email automation system in Google Sheets — free, with Apps Script.&lt;/p&gt;

&lt;p&gt;SECTION 1: The Sheet Structure&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;4 sheets: Applications, Email Templates, Settings, Email Log&lt;/li&gt;
&lt;li&gt;Key design: Status column never triggers emails — explain why this matters&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;SECTION 2: Reading Candidate Data Correctly&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The timezone bug: why getDisplayValue() is needed for date cells&lt;/li&gt;
&lt;li&gt;Code snippet: getCandidate() function&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;SECTION 3: Non-Contiguous Row Selection&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The bug: getActiveRange() only returns last clicked range&lt;/li&gt;
&lt;li&gt;The fix: getActiveRangeList().getRanges()&lt;/li&gt;
&lt;li&gt;Code snippet: getSelectedRows() function&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;SECTION 4: Email Providers&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GmailApp vs MailApp&lt;/li&gt;
&lt;li&gt;How to support 4 providers from one settings cell&lt;/li&gt;
&lt;li&gt;Code snippet: dispatch() function&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;SECTION 5: Logo and HTML Signature&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;buildHtmlEmail() wrapper function&lt;/li&gt;
&lt;li&gt;Code snippet&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;SECTION 6: The Menu&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;6 menu items, no more&lt;/li&gt;
&lt;li&gt;Why manual confirmation before every send matters&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you want the pre-built template with all this already done: &lt;a href="https://subswift.gumroad.com/l/jobapplicationtrack-googlesheets" rel="noopener noreferrer"&gt;https://subswift.gumroad.com/l/jobapplicationtrack-googlesheets&lt;/a&gt;&lt;/p&gt;

</description>
      <category>googleappsscript</category>
      <category>productivity</category>
      <category>javascript</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
