<?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: Marlen Istambaev</title>
    <description>The latest articles on DEV Community by Marlen Istambaev (@mambaxan).</description>
    <link>https://dev.to/mambaxan</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%2F3944369%2Fc39cb46b-2984-4cde-b351-65dd18d38ee9.jpg</url>
      <title>DEV Community: Marlen Istambaev</title>
      <link>https://dev.to/mambaxan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mambaxan"/>
    <language>en</language>
    <item>
      <title>I built a minimalist Sales Pipeline with React + FastAPI (And deployed it to Vercel)</title>
      <dc:creator>Marlen Istambaev</dc:creator>
      <pubDate>Thu, 18 Jun 2026 16:31:16 +0000</pubDate>
      <link>https://dev.to/mambaxan/i-built-a-minimalist-sales-pipeline-with-react-fastapi-and-deployed-it-to-vercel-19el</link>
      <guid>https://dev.to/mambaxan/i-built-a-minimalist-sales-pipeline-with-react-fastapi-and-deployed-it-to-vercel-19el</guid>
      <description>&lt;p&gt;Hey everyone!&lt;/p&gt;

&lt;p&gt;I wanted to share a project I've been working on: Salesflow. It's a minimalist sales pipeline designed for people who hate bloated CRMs and want something fast and clean.&lt;/p&gt;

&lt;p&gt;The Stack:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Frontend: React + TypeScript + SCSS

Backend: Python (FastAPI)

Deployment: Vercel
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;I just launched the early live version to test the core value and see if anyone actually needs a tool like this, or if I'm just building for myself again.&lt;/p&gt;

&lt;p&gt;Here is the live link: &lt;a href="https://salesflow-lemon.vercel.app/" rel="noopener noreferrer"&gt;https://salesflow-lemon.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hooked up a quick waitlist form for early access. I'd love to hear your honest feedback on the UI/UX and the overall idea. What would you add or change?&lt;/p&gt;

&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnh5mn3qlimrf43dsf1dn.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnh5mn3qlimrf43dsf1dn.png" alt=" " width="800" height="435"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to Bypass LinkedIn Commercial Use Limit in 2026 (Without Paying $150/mo)</title>
      <dc:creator>Marlen Istambaev</dc:creator>
      <pubDate>Thu, 21 May 2026 15:12:04 +0000</pubDate>
      <link>https://dev.to/mambaxan/how-to-bypass-linkedin-commercial-use-limit-in-2026-without-paying-150mo-g2c</link>
      <guid>https://dev.to/mambaxan/how-to-bypass-linkedin-commercial-use-limit-in-2026-without-paying-150mo-g2c</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%2Fbtoqhgkzca0d0ccp8vmh.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%2Fbtoqhgkzca0d0ccp8vmh.png" alt=" " width="800" height="435"&gt;&lt;/a&gt;LinkedIn is aggressively cutting down on free features. If you are a solo founder, indie hacker, or technical recruiter, you've probably hit that depressing screen: "You've reached the commercial use limit on search."&lt;/p&gt;

&lt;p&gt;LinkedIn wants you to shell out $150+/month for Premium or Recruiter Lite just to view public profiles.&lt;/p&gt;

&lt;p&gt;As a student and independent developer, I couldn't afford that. So I decided to find a workaround using code.&lt;br&gt;
The Solution: Google X-Ray Dorking&lt;/p&gt;

&lt;p&gt;Most people forget that Google indexes almost all public LinkedIn profiles. By using advanced search operators (also known as Google Dorking), you can bypass LinkedIn's internal search limits completely.&lt;/p&gt;

&lt;p&gt;For example, if you type this directly into Google:&lt;br&gt;
site:linkedin.com/in/ "Senior React Developer" "Italy"&lt;br&gt;
Google will return live LinkedIn profiles without counting towards your monthly limit.&lt;br&gt;
The Problem with Manual Dorking&lt;/p&gt;

&lt;p&gt;Writing these strings manually sucks. If you need to find someone with a specific stack (e.g., FastAPI + Next.js + Stripe integration experience), your search query becomes a massive, unreadable monster. One typo, and the search breaks.&lt;br&gt;
Enter GhostIn 👻&lt;/p&gt;

&lt;p&gt;To solve this for myself and other bootstrappers, I built GhostIn. It’s a lightweight OSINT tool powered by an AI Strategist.&lt;/p&gt;

&lt;p&gt;Instead of messing with complex search syntax, you just describe your hiring goal in plain English (e.g., "I need a Python engineer in Europe who knows AWS"). The AI automatically generates the perfect, optimized Google X-Ray dork and hands you the results instantly.&lt;br&gt;
Zero Friction (No Signup Required)&lt;/p&gt;

&lt;p&gt;I initially launched it with a mandatory registration wall, but after looking at the analytics, I realized people just want to solve their problem fast without giving away their emails.&lt;/p&gt;

&lt;p&gt;So I removed the signup requirement completely.&lt;/p&gt;

&lt;p&gt;You can now run 5 AI-powered searches daily for free and completely anonymously directly on the homepage. No credit cards, no accounts, no bullshit.&lt;/p&gt;

&lt;p&gt;If you are currently blocked by LinkedIn limits, try it out:&lt;br&gt;
👉 &lt;a href="https://ghostin.org" rel="noopener noreferrer"&gt;https://ghostin.org&lt;/a&gt;&lt;/p&gt;

</description>
      <category>osint</category>
      <category>ai</category>
      <category>growthhacking</category>
    </item>
  </channel>
</rss>
