<?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: Anshu Sharma</title>
    <description>The latest articles on DEV Community by Anshu Sharma (@anshu0x).</description>
    <link>https://dev.to/anshu0x</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%2F972826%2Fbf4a0b2f-57cc-4cdb-805b-99a07a7e9cd7.jpeg</url>
      <title>DEV Community: Anshu Sharma</title>
      <link>https://dev.to/anshu0x</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anshu0x"/>
    <language>en</language>
    <item>
      <title>Building a developer first temporary email service</title>
      <dc:creator>Anshu Sharma</dc:creator>
      <pubDate>Thu, 23 Apr 2026 18:25:51 +0000</pubDate>
      <link>https://dev.to/anshu0x/building-a-developer-first-temporary-email-service-4a9</link>
      <guid>https://dev.to/anshu0x/building-a-developer-first-temporary-email-service-4a9</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2p5pyn2122gj55psv736.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2p5pyn2122gj55psv736.png" alt=" " width="800" height="428"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  I built a disposable email API for developers
&lt;/h1&gt;

&lt;p&gt;While working on multiple side projects, I kept hitting the same bottleneck:&lt;/p&gt;

&lt;p&gt;Testing email flows is painful.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You don’t want to use your personal inbox&lt;/li&gt;
&lt;li&gt;Test emails clutter everything&lt;/li&gt;
&lt;li&gt;Most temp mail services are not API-friendly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I built: 👉 &lt;a href="https://devmail.online/" rel="noopener noreferrer"&gt;Devmail&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Generate disposable email addresses instantly&lt;/li&gt;
&lt;li&gt;Receive emails in real-time&lt;/li&gt;
&lt;li&gt;Access inbox programmatically via API&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why this matters
&lt;/h2&gt;

&lt;p&gt;If you're building:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;authentication systems&lt;/li&gt;
&lt;li&gt;SaaS products&lt;/li&gt;
&lt;li&gt;automation scripts&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You need a reliable way to test:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;OTP flows&lt;/li&gt;
&lt;li&gt;verification emails&lt;/li&gt;
&lt;li&gt;transactional messaging&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;No signup required&lt;/li&gt;
&lt;li&gt;Lightweight API&lt;/li&gt;
&lt;li&gt;Fast inbox refresh&lt;/li&gt;
&lt;li&gt;Developer-first design&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Example use case
&lt;/h2&gt;

&lt;p&gt;You can integrate it into automated tests:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;create temp email&lt;/li&gt;
&lt;li&gt;trigger signup&lt;/li&gt;
&lt;li&gt;fetch verification email&lt;/li&gt;
&lt;li&gt;extract token&lt;/li&gt;
&lt;li&gt;complete flow&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Looking for feedback
&lt;/h2&gt;

&lt;p&gt;I’m actively improving this and would love input:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;missing endpoints?&lt;/li&gt;
&lt;li&gt;performance issues?&lt;/li&gt;
&lt;li&gt;feature requests?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Drop your thoughts 👇&lt;/p&gt;

</description>
      <category>ai</category>
      <category>anonymous</category>
      <category>tempmail</category>
      <category>programming</category>
    </item>
    <item>
      <title>I Bought anshu.uk — Turning My Name into a Searchable Asset</title>
      <dc:creator>Anshu Sharma</dc:creator>
      <pubDate>Wed, 15 Apr 2026 14:02:33 +0000</pubDate>
      <link>https://dev.to/anshu0x/i-bought-anshuuk-heres-why-every-developer-should-own-their-name-3j57</link>
      <guid>https://dev.to/anshu0x/i-bought-anshuuk-heres-why-every-developer-should-own-their-name-3j57</guid>
      <description>&lt;p&gt;Most developers treat portfolios as a side project.&lt;/p&gt;

&lt;p&gt;I decided to treat mine like &lt;strong&gt;infrastructure&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;👉 Live: &lt;a href="https://www.anshu.uk/" rel="noopener noreferrer"&gt;https://www.anshu.uk/&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 The Problem: You Don’t Exist on Google
&lt;/h2&gt;

&lt;p&gt;Search “Anshu” and you’ll see:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Academics&lt;/li&gt;
&lt;li&gt;Brands&lt;/li&gt;
&lt;li&gt;Random social profiles&lt;/li&gt;
&lt;li&gt;Completely unrelated people&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There are hundreds of people with the same name across industries.&lt;/p&gt;

&lt;p&gt;If you don’t actively build your presence, &lt;strong&gt;Google assigns your identity for you&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  ⚙️ The Strategy: Treat Your Name Like a Product
&lt;/h2&gt;

&lt;p&gt;Instead of building just another portfolio, I approached this as:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“How do I rank my name like a startup ranks its product?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;So I bought:&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://www.anshu.uk/" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fanshu.uk%2Fog-image.png" height="auto" class="m-0"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://www.anshu.uk/" rel="noopener noreferrer" class="c-link"&gt;
            Anshu Sharma | Software Engineer | Golang • MERN • Microservices • Kafka • Temporal
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Engineering scalable backend ecosystems using Golang, MERN, Kafka, Temporal, and cloud-native tooling.
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.anshu.uk%2Ffavicon.ico%3Ffavicon.0x3dzn~oxb6tn.ico"&gt;
          anshu.uk
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Short. Clean. Memorable. Brandable.&lt;/p&gt;




&lt;h2&gt;
  
  
  🏗️ What I Built
&lt;/h2&gt;

&lt;p&gt;The site is not just a portfolio — it’s a &lt;strong&gt;central identity hub&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;According to the live site, it positions me as a:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Software engineer focused on scalable, production-grade systems (Golang, MERN, microservices) ([Anshu Sharma Portfolio][1])&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Core components:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;👨‍💻 About → clear positioning&lt;/li&gt;
&lt;li&gt;🧠 Tech stack → Golang, Kafka, Temporal, distributed systems&lt;/li&gt;
&lt;li&gt;🚀 Projects → proof of execution&lt;/li&gt;
&lt;li&gt;🔗 External links → authority signals&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Everything points back to one thing:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“This is the Anshu you’re looking for.”&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🔗 My Digital Identity Stack
&lt;/h2&gt;

&lt;p&gt;To reinforce search signals, everything is interconnected:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitHub → &lt;a href="https://github.com/anshu4sharma" rel="noopener noreferrer"&gt;https://github.com/anshu4sharma&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;LinkedIn → &lt;a href="https://www.linkedin.com/in/anshu24/" rel="noopener noreferrer"&gt;https://www.linkedin.com/in/anshu24/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Resume → &lt;a href="https://www.anshu.uk/anshuresume.pdf" rel="noopener noreferrer"&gt;https://www.anshu.uk/anshuresume.pdf&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Website → &lt;a href="https://www.anshu.uk/" rel="noopener noreferrer"&gt;https://www.anshu.uk/&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This creates a &lt;strong&gt;closed-loop identity graph&lt;/strong&gt;, which helps Google understand:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;All these profiles belong to the same person&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🔗 Why a Personal Domain Matters
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. You control your SEO surface
&lt;/h3&gt;

&lt;p&gt;Platforms like LinkedIn or GitHub:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You don’t own them&lt;/li&gt;
&lt;li&gt;You don’t control ranking&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your domain = &lt;strong&gt;your authority layer&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  2. Google understands entities, not just pages
&lt;/h3&gt;

&lt;p&gt;When everything links together:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;anshu.uk → GitHub → LinkedIn → Articles → Backlinks
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Google starts treating you as a &lt;strong&gt;single entity&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  3. It compounds over time
&lt;/h3&gt;

&lt;p&gt;Unlike social media:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Blog posts rank for years&lt;/li&gt;
&lt;li&gt;Backlinks increase authority&lt;/li&gt;
&lt;li&gt;Your name becomes searchable&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📈 The Real Goal (Not Just a Portfolio)
&lt;/h2&gt;

&lt;p&gt;I’m not trying to “have a website”.&lt;/p&gt;

&lt;p&gt;I’m trying to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Rank for &lt;strong&gt;“anshu developer”&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Then &lt;strong&gt;“anshu golang”&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Eventually just &lt;strong&gt;“anshu”&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is a &lt;strong&gt;long-term SEO play (6–12 months minimum)&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧱 What Most Developers Get Wrong
&lt;/h2&gt;

&lt;p&gt;They:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Build a portfolio once&lt;/li&gt;
&lt;li&gt;Never update it&lt;/li&gt;
&lt;li&gt;Don’t distribute content&lt;/li&gt;
&lt;li&gt;Don’t build backlinks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Result:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Dead site. Zero traffic. No discoverability.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🚀 My Execution Plan
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Phase 1 — Foundation
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Domain + portfolio&lt;/li&gt;
&lt;li&gt;Clear positioning&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Phase 2 — Content Engine
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Write about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Microservices&lt;/li&gt;
&lt;li&gt;Kafka / Temporal&lt;/li&gt;
&lt;li&gt;Backend scaling&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h3&gt;
  
  
  Phase 3 — Distribution
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Dev.to&lt;/li&gt;
&lt;li&gt;Medium&lt;/li&gt;
&lt;li&gt;GitHub&lt;/li&gt;
&lt;li&gt;Communities&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Phase 4 — Backlinks
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Guest posts&lt;/li&gt;
&lt;li&gt;Open source&lt;/li&gt;
&lt;li&gt;Mentions&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🧠 Key Insight
&lt;/h2&gt;

&lt;p&gt;You don’t become searchable by accident.&lt;/p&gt;

&lt;p&gt;You become searchable by:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Repetition&lt;/li&gt;
&lt;li&gt;Authority&lt;/li&gt;
&lt;li&gt;Distribution&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ⚠️ Reality Check
&lt;/h2&gt;

&lt;p&gt;This is not a hack.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No shortcuts&lt;/li&gt;
&lt;li&gt;No instant ranking&lt;/li&gt;
&lt;li&gt;No AI spam&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Consistent output + strategic positioning&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  📌 Final Thought
&lt;/h2&gt;

&lt;p&gt;If your name is common, you have two options:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Compete randomly&lt;/li&gt;
&lt;li&gt;Systematically dominate your niche&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I chose the second.&lt;/p&gt;




&lt;p&gt;If you’re a developer and don’t own your name yet:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;You’re building on rented land.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>discuss</category>
      <category>ai</category>
    </item>
    <item>
      <title>Why ATS rejects 70% of resumes</title>
      <dc:creator>Anshu Sharma</dc:creator>
      <pubDate>Tue, 27 Jan 2026 07:01:55 +0000</pubDate>
      <link>https://dev.to/anshu0x/why-ats-rejects-70-of-resumes-3pda</link>
      <guid>https://dev.to/anshu0x/why-ats-rejects-70-of-resumes-3pda</guid>
      <description>&lt;p&gt;Most resumes don't fail because candidates lack skills. They fail because Applicant Tracking Systems never properly read them.&lt;br&gt;
Modern hiring pipelines are optimized for scale, not nuance. Before a human ever evaluates your experience, an ATS scans, parses, scores, and frequently discards your resume based on structure, keyword alignment, and machine readability. The result is a silent rejection loop impacting an estimated 70% of applicants.&lt;br&gt;
This exact failure pattern is what resume.anshu.uk is designed to surface.&lt;br&gt;
Where Things Break&amp;nbsp;Down&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Parsing&amp;nbsp;Failure
Non-standard layouts, multi-column designs, icons, tables, and graphics routinely confuse ATS parsers. If the system cannot correctly extract your name, role history, or skills, the resume becomes functionally unusable.
&amp;nbsp;resume.anshu.uk explicitly tests for these parsing breakdowns.&lt;/li&gt;
&lt;li&gt;Keyword Misalignment
ATS platforms rank resumes against job descriptions using keyword relevance. Strong experience phrased differently than the posting can score poorly, even when the candidate is objectively qualified.
&amp;nbsp;The ATS Resume Analyzer on resume.anshu.uk highlights missing and weak keyword matches before submission.&lt;/li&gt;
&lt;li&gt;Formatting Compliance Issues
PDFs exported from design tools, inconsistent headings, unconventional section titles, and embedded fonts regularly cause parsing errors. Visually impressive resumes are often technically fragile.
&amp;nbsp;resume.anshu.uk evaluates formatting risks that commonly trigger automated rejection.&lt;/li&gt;
&lt;li&gt;Signal&amp;nbsp;Dilution
Overloaded skill sections, vague summaries, and generic phrasing reduce keyword density and weaken relevance scoring. ATS systems reward clarity and structure, not creativity.
&amp;nbsp;This signal-to-noise imbalance is directly measured by resume.anshu.uk.
The Real&amp;nbsp;Problem
Candidates optimize for humans.
&amp;nbsp;Hiring systems optimize for machines.
The gap between those two priorities is where most resumes are lost. Tools like resume.anshu.uk exist specifically to close that gap.
The Solution: Validate Before You&amp;nbsp;Apply
ATS Resume&amp;nbsp;Analyzer
Get instant feedback on your resume's ATS compatibility.
Available at resume.anshu.uk, the analyzer evaluates:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Parsing accuracy&lt;br&gt;
Keyword alignment&lt;br&gt;
Structural compliance&lt;br&gt;
ATS readability risks&lt;/p&gt;

&lt;p&gt;It delivers actionable insights designed to reduce automated rejections and improve shortlisting probability, without guesswork.&lt;br&gt;
👉 Try it here: &lt;a href="https://resume.anshu.uk" rel="noopener noreferrer"&gt;https://resume.anshu.uk&lt;/a&gt;&lt;br&gt;
Who Built&amp;nbsp;It&lt;br&gt;
resume.anshu.uk is developed and maintained by anshu.uk, a software engineer focused on building practical, automation-aware tools that align candidates with modern hiring systems rather than outdated resume advice.&lt;br&gt;
In a hiring market driven by automation, ATS optimization is no longer optional. Treat compatibility as a baseline requirement, not an afterthought.&lt;/p&gt;

</description>
      <category>career</category>
      <category>productivity</category>
      <category>resources</category>
    </item>
  </channel>
</rss>
