<?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: gia ly bui</title>
    <description>The latest articles on DEV Community by gia ly bui (@gia_lybui).</description>
    <link>https://dev.to/gia_lybui</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%2F4014348%2Faed3682f-c18c-4684-832b-3748091e7b72.png</url>
      <title>DEV Community: gia ly bui</title>
      <link>https://dev.to/gia_lybui</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gia_lybui"/>
    <language>en</language>
    <item>
      <title>20 Free APIs on RapidAPI — The Complete List</title>
      <dc:creator>gia ly bui</dc:creator>
      <pubDate>Fri, 10 Jul 2026 12:09:44 +0000</pubDate>
      <link>https://dev.to/gia_lybui/20-free-apis-on-rapidapi-the-complete-list-jab</link>
      <guid>https://dev.to/gia_lybui/20-free-apis-on-rapidapi-the-complete-list-jab</guid>
      <description>&lt;p&gt;Over the past 3 weeks, I've built and published 20 APIs on RapidAPI. All free. All $0/month to run.&lt;/p&gt;

&lt;p&gt;Categories:&lt;br&gt;
📊 Business Data (3)&lt;br&gt;
✅ Validation (4)&lt;br&gt;
🔧 Generators (5)&lt;br&gt;
🛠 Utilities (7)&lt;br&gt;
📍 Location (1)&lt;/p&gt;

&lt;p&gt;Every API listed on my profile. Free tiers on all of them.&lt;/p&gt;

</description>
      <category>api</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>7 Free Utility APIs That Replace Paid SaaS Tools</title>
      <dc:creator>gia ly bui</dc:creator>
      <pubDate>Thu, 09 Jul 2026 11:23:35 +0000</pubDate>
      <link>https://dev.to/gia_lybui/7-free-utility-apis-that-replace-paid-saas-tools-5a77</link>
      <guid>https://dev.to/gia_lybui/7-free-utility-apis-that-replace-paid-saas-tools-5a77</guid>
      <description>&lt;ul&gt;
&lt;li&gt;URL Metadata — extract OG tags, favicon, title from any URL&lt;/li&gt;
&lt;li&gt;Markdown to HTML — convert MD to HTML in one call&lt;/li&gt;
&lt;li&gt;PDF to Text — extract text from PDF URLs&lt;/li&gt;
&lt;li&gt;Language Detector — 55+ languages in one call&lt;/li&gt;
&lt;li&gt;Sentiment Analysis — VADER lexicon, Positive/Negative/Neutral&lt;/li&gt;
&lt;li&gt;User Agent Parser — browser, OS, device from UA strings&lt;/li&gt;
&lt;li&gt;Currency Converter — 150+ currencies, live rates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All free. All on RapidAPI. All cost $0/month.&lt;/p&gt;

</description>
      <category>api</category>
      <category>tools</category>
      <category>webdev</category>
    </item>
    <item>
      <title>5 Free Generator APIs Every Indie Hacker Needs</title>
      <dc:creator>gia ly bui</dc:creator>
      <pubDate>Wed, 08 Jul 2026 11:48:00 +0000</pubDate>
      <link>https://dev.to/gia_lybui/5-free-generator-apis-every-indie-hacker-needs-93o</link>
      <guid>https://dev.to/gia_lybui/5-free-generator-apis-every-indie-hacker-needs-93o</guid>
      <description>&lt;ul&gt;
&lt;li&gt;QR Code Generator — PNG or base64, customizable size&lt;/li&gt;
&lt;li&gt;UUID Generator — v1 and v4, batch up to 100&lt;/li&gt;
&lt;li&gt;Barcode Generator — Code128, EAN13, EAN8&lt;/li&gt;
&lt;li&gt;Random User Generator — realistic fake profiles for testing&lt;/li&gt;
&lt;li&gt;Text to Slug — any text → URL-friendly slug&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No API keys. No limits for free tiers. All on RapidAPI.&lt;/p&gt;

</description>
      <category>api</category>
      <category>tools</category>
      <category>indiehacker</category>
    </item>
    <item>
      <title>I Built a Free Email Validator API — SMTP Handshake Explained</title>
      <dc:creator>gia ly bui</dc:creator>
      <pubDate>Tue, 07 Jul 2026 10:46:09 +0000</pubDate>
      <link>https://dev.to/gia_lybui/i-built-a-free-email-validator-api-smtp-handshake-explained-3gnf</link>
      <guid>https://dev.to/gia_lybui/i-built-a-free-email-validator-api-smtp-handshake-explained-3gnf</guid>
      <description>&lt;p&gt;Sending to invalid emails kills deliverability. Most validators cost $20-50/month.&lt;/p&gt;

&lt;p&gt;Built my own. Three checks: syntax (regex), MX record (DNS), SMTP handshake (connect to mail server, ask "does this mailbox exist?", disconnect).&lt;/p&gt;

&lt;p&gt;Stack: FastAPI + Python stdlib. Zero deps. $0/month. 1,000 free/month.&lt;/p&gt;

&lt;p&gt;Search "Email Validator API" on RapidAPI.&lt;/p&gt;

</description>
      <category>api</category>
      <category>email</category>
      <category>webdev</category>
    </item>
    <item>
      <title>I Built a Free Places Search API in One Day</title>
      <dc:creator>gia ly bui</dc:creator>
      <pubDate>Mon, 06 Jul 2026 14:49:32 +0000</pubDate>
      <link>https://dev.to/gia_lybui/i-built-a-free-places-search-api-in-one-day-57i5</link>
      <guid>https://dev.to/gia_lybui/i-built-a-free-places-search-api-in-one-day-57i5</guid>
      <description>&lt;p&gt;I needed business phone numbers for a sales project. Google Places wanted $0.03 per lookup. No thanks.&lt;/p&gt;

&lt;p&gt;Built this over a weekend. Search "plumber in New York" → returns:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Business name&lt;/li&gt;
&lt;li&gt;Phone number&lt;/li&gt;
&lt;li&gt;Address&lt;/li&gt;
&lt;li&gt;Website&lt;/li&gt;
&lt;li&gt;GPS coordinates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;60+ business types supported. Every country with OpenStreetMap data.&lt;/p&gt;

&lt;p&gt;Stack: FastAPI + Render free tier + Overpass API&lt;/p&gt;

&lt;p&gt;Total cost to run: $0/month. Free tier: 3,000 requests/month.&lt;br&gt;
Paid plans from $29.99/month.&lt;/p&gt;

&lt;p&gt;Search "Places Search API" on RapidAPI to try it.&lt;br&gt;
Code on GitHub: github.com/buigialy30206-eng/google-maps-api&lt;/p&gt;

</description>
      <category>api</category>
      <category>python</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Why I Switched from Google Places API to a Free Alternative</title>
      <dc:creator>gia ly bui</dc:creator>
      <pubDate>Sun, 05 Jul 2026 12:14:03 +0000</pubDate>
      <link>https://dev.to/gia_lybui/why-i-switched-from-google-places-api-to-a-free-alternative-10di</link>
      <guid>https://dev.to/gia_lybui/why-i-switched-from-google-places-api-to-a-free-alternative-10di</guid>
      <description>&lt;p&gt;I was building a local business directory and needed location data. Google Places API pricing added up fast:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Text Search: $0.032 per call&lt;/li&gt;
&lt;li&gt;Place Details: $0.017 per call&lt;/li&gt;
&lt;li&gt;1,000 searches = $49 gone&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I looked for alternatives.&lt;/p&gt;

&lt;p&gt;Found one built on OpenStreetMap data, hosted on RapidAPI. It's not Google-level coverage for every region, but for US/Europe cities it's solid.&lt;/p&gt;

&lt;p&gt;What I get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Business name, phone, address, website, GPS&lt;/li&gt;
&lt;li&gt;60+ types (restaurant, hotel, pharmacy, gym...)&lt;/li&gt;
&lt;li&gt;3,000 free requests/month&lt;/li&gt;
&lt;li&gt;No API key sign-up&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stack behind it is FastAPI + Overpass API. The source code is on GitHub.&lt;/p&gt;

&lt;p&gt;If you're prototyping or building something that doesn't need pixel-perfect data, this is worth a look. Search "Places Search API" on RapidAPI.&lt;/p&gt;

</description>
      <category>api</category>
      <category>webdev</category>
      <category>opensource</category>
    </item>
    <item>
      <title>I built a free Places Search API — 60+ business types, worldwide, no API keys</title>
      <dc:creator>gia ly bui</dc:creator>
      <pubDate>Sat, 04 Jul 2026 03:46:23 +0000</pubDate>
      <link>https://dev.to/gia_lybui/i-built-a-free-places-search-api-60-business-types-worldwide-no-api-keys-1opo</link>
      <guid>https://dev.to/gia_lybui/i-built-a-free-places-search-api-60-business-types-worldwide-no-api-keys-1opo</guid>
      <description>&lt;p&gt;markdown I scrape data for a living and got tired of paying for business data APIs.&lt;/p&gt;

&lt;p&gt;Built my own using OpenStreetMap. Returns structured JSON.&lt;/p&gt;

&lt;p&gt;What it does&lt;br&gt;
Search plumber in New York → name, phone, address, website, GPS&lt;br&gt;
60+ types: restaurant, hotel, pharmacy, dentist, gym, bank...&lt;br&gt;
Every country with OSM data&lt;br&gt;
Free tier: 3,000 req/month&lt;br&gt;
Tech&lt;br&gt;
FastAPI + Render free tier + Overpass API. $0/month to run.&lt;/p&gt;

&lt;p&gt;Links&lt;br&gt;
API: API Hub — search "Places Search API"&lt;br&gt;
Code: buigialy30206-eng/google-maps-api · GitHub&lt;br&gt;
Feedback welcome!&lt;/p&gt;

</description>
      <category>api</category>
      <category>opensource</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
