<?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: Jose Quevedo</title>
    <description>The latest articles on DEV Community by Jose Quevedo (@josequevedov08).</description>
    <link>https://dev.to/josequevedov08</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%2F4134875%2Fb5f74672-f7de-4bb8-9d61-92bf5dcc911c.jpg</url>
      <title>DEV Community: Jose Quevedo</title>
      <link>https://dev.to/josequevedov08</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/josequevedov08"/>
    <language>en</language>
    <item>
      <title>I built my portfolio with Claude Code. Here is what I decided myself</title>
      <dc:creator>Jose Quevedo</dc:creator>
      <pubDate>Mon, 21 Sep 2026 16:53:46 +0000</pubDate>
      <link>https://dev.to/josequevedov08/i-built-my-portfolio-with-claude-code-here-is-what-i-decided-myself-3a6k</link>
      <guid>https://dev.to/josequevedov08/i-built-my-portfolio-with-claude-code-here-is-what-i-decided-myself-3a6k</guid>
      <description>&lt;p&gt;I rebuilt my portfolio with Claude Code. The AI wrote a good part of the code. Every decision that mattered was mine.&lt;/p&gt;

&lt;p&gt;I am sharing this for anyone who thinks AI tools do everything on their own. They do not. Someone still has to know what to build, what to measure and when to say no.&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/K4-pE_FP8bw" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  The stack
&lt;/h2&gt;

&lt;p&gt;TypeScript, React 19, Next.js 16 (App Router), Tailwind CSS 4 and Framer Motion, deployed on Vercel with my own domain.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I decided myself
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;A clean design.&lt;/strong&gt; No extra widgets. A simple site reads as more professional than a busy one.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;An audit first, features second.&lt;/strong&gt; I asked for a full review of SEO, accessibility and performance, then fixed things by priority.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Real accessibility work.&lt;/strong&gt; A pause control for auto-rotating carousels, hidden slides marked with &lt;code&gt;inert&lt;/code&gt;, and touch targets sized for phones.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SEO basics done properly.&lt;/strong&gt; Per-page canonical and social metadata, a sitemap, a single &lt;code&gt;h1&lt;/code&gt; in the hero, and the site verified in Google Search Console.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Measure, then decide.&lt;/strong&gt; I tried a CSS-only change to speed up the hero. Lighthouse showed no real gain, so I reverted it. The AI can suggest a change. Only measuring tells you if it worked.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The result (Lighthouse, production)
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Performance&lt;/th&gt;
&lt;th&gt;Accessibility&lt;/th&gt;
&lt;th&gt;Best practices&lt;/th&gt;
&lt;th&gt;SEO&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Desktop&lt;/td&gt;
&lt;td&gt;99&lt;/td&gt;
&lt;td&gt;100&lt;/td&gt;
&lt;td&gt;100&lt;/td&gt;
&lt;td&gt;100&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mobile&lt;/td&gt;
&lt;td&gt;89&lt;/td&gt;
&lt;td&gt;100&lt;/td&gt;
&lt;td&gt;100&lt;/td&gt;
&lt;td&gt;100&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  What I would tell someone starting out
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Decide the goal and the constraints before you write a prompt.&lt;/li&gt;
&lt;li&gt;Ask for audits and reviews, not only for code.&lt;/li&gt;
&lt;li&gt;Read every change. You are the one who ships it.&lt;/li&gt;
&lt;li&gt;Measure before and after.&lt;/li&gt;
&lt;li&gt;Keep it simple.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Live site: &lt;a href="https://www.quevedojose.com" rel="noopener noreferrer"&gt;https://www.quevedojose.com&lt;/a&gt;&lt;br&gt;
More of my work: &lt;a href="https://github.com/Josequevedov08" rel="noopener noreferrer"&gt;https://github.com/Josequevedov08&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What is the first thing you check when you open someone else's portfolio?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
      <category>ai</category>
      <category>portfolio</category>
    </item>
    <item>
      <title>Are there any free API alternatives to Gemini or Groq with higher rate limits for a FastAPI backend?</title>
      <dc:creator>Jose Quevedo</dc:creator>
      <pubDate>Mon, 21 Sep 2026 14:32:06 +0000</pubDate>
      <link>https://dev.to/josequevedov08/are-there-any-free-api-alternatives-to-gemini-or-groq-with-higher-rate-limits-for-a-fastapi-backend-2m3n</link>
      <guid>https://dev.to/josequevedov08/are-there-any-free-api-alternatives-to-gemini-or-groq-with-higher-rate-limits-for-a-fastapi-backend-2m3n</guid>
      <description>&lt;p&gt;Hey everyone!&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I'm currently building a backend project using FastAPI and looking to integrate an LLM. I've been testing the free tiers of Gemini and Groq, but the rate limits run out extremely fast during active development and testing.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Do you know of any platforms, providers, or alternatives that offer a free tier (or a very generous free API limit) for LLMs without getting throttled so quickly?&lt;/p&gt;

&lt;p&gt;Any recommendations or strategies you usually use to handle this during development would be greatly appreciated. Thanks in advance!&lt;/p&gt;

</description>
      <category>api</category>
      <category>backend</category>
      <category>fastapi</category>
      <category>llm</category>
    </item>
    <item>
      <title>Hey everyone!

I'm currently building a backend project using FastAPI and looking to integrate an LLM. I've been testing the free tiers of Gemini and Groq, but the rate limits run out extremely fast during active development and testing.

Do you know of an</title>
      <dc:creator>Jose Quevedo</dc:creator>
      <pubDate>Mon, 21 Sep 2026 14:31:01 +0000</pubDate>
      <link>https://dev.to/josequevedov08/hey-everyone-im-currently-building-a-backend-project-using-fastapi-and-looking-to-integrate-an-275p</link>
      <guid>https://dev.to/josequevedov08/hey-everyone-im-currently-building-a-backend-project-using-fastapi-and-looking-to-integrate-an-275p</guid>
      <description></description>
    </item>
    <item>
      <title>How I Shipped a Functional AI Agent MVP in 18 Hours (Focusing on UI/UX)</title>
      <dc:creator>Jose Quevedo</dc:creator>
      <pubDate>Mon, 21 Sep 2026 04:32:16 +0000</pubDate>
      <link>https://dev.to/josequevedov08/how-i-shipped-a-functional-ai-agent-mvp-in-18-hours-focusing-on-uiux-2411</link>
      <guid>https://dev.to/josequevedov08/how-i-shipped-a-functional-ai-agent-mvp-in-18-hours-focusing-on-uiux-2411</guid>
      <description>&lt;p&gt;Hi DEV community! I'm Jose, a Tech Architect and UI/UX enthusiast from Venezuela. I wanted to share my recent experience surviving an intense 18-hour hackathon.&lt;/p&gt;

&lt;p&gt;While many developers focus strictly on writing every single line of code, my approach is different. I act as a "Tech Visionary". I direct AI agents to handle the heavy backend logic (like FastAPI and MCP servers) while I dedicate my energy to what really matters: Product flow, visual design, and user experience.&lt;/p&gt;

&lt;p&gt;The Result: We delivered a high-performance, secure MVP in record time.&lt;/p&gt;

&lt;p&gt;You can check out the repositories pinned on my profile! I joined this community to share more about designing digital experiences, AI workflows, and bridging the gap between complex logic and beautiful interfaces.&lt;/p&gt;

&lt;p&gt;Let's connect!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>python</category>
      <category>devops</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
