> ## Documentation Index
> Fetch the complete documentation index at: https://developer.upsun.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Ana Cidre

> Articles written by Ana Cidre.

<div className="flex items-center gap-4 mb-8 not-prose">
  <div className="flex flex-wrap gap-3">
    <a href="https://www.linkedin.com/in/ana-cidre" target="_blank" rel="noopener noreferrer" className="inline-flex items-center gap-1.5 px-3 py-1.5 rounded-full border border-gray-200 dark:border-white/10 text-sm text-gray-700 dark:text-gray-300 hover:border-primary dark:hover:border-primary-light transition-colors">LinkedIn</a>
  </div>
</div>

<div className="blog-card-grid">
  <a href="/posts/releases/introducing-developer-upsun-com" className="blog-card group rounded-xl bg-card border-theme card-hover shadow-sm hover:shadow-md transition-all overflow-hidden flex flex-col">
    {`/images/posts/releases/introducing-developer-upsun-com/developer-upsun-com.webp` !== '' && (
          <div className="blog-card-img-wrap">
            <img src="/images/posts/releases/introducing-developer-upsun-com/developer-upsun-com.webp" alt="Introducing developer.upsun.com: Upsun docs, rebuilt for developers and AI agents" className="blog-card-img" />
          </div>
        )}

    <div className="blog-card-body">
      <div className="flex items-center gap-2">
        {`releases` !== '' && (
                      <span className="text-xs font-semibold uppercase tracking-wider px-2 py-0.5 rounded-md bg-accent-badge border border-accent-soft text-accent">
                        releases
                      </span>
                    )}

        <span className="text-xs text-subtle">Monday, March 16th 2026</span>
      </div>

      <h3 className="blog-card-title group-hover:text-accent transition-colors">Introducing developer.upsun.com: Upsun docs, rebuilt for developers and AI agents</h3>
      <p className="blog-card-desc">The Upsun documentation has moved to developer.upsun.com with a complete infrastructure rebuild focused on agent-readiness. 244+ pages of structured, machine-readable content with llms.txt support and built-in AI assistance.</p>
    </div>
  </a>

  <a href="/posts/discussions/cpu-vs-gpu" className="blog-card group rounded-xl bg-card border-theme card-hover shadow-sm hover:shadow-md transition-all overflow-hidden flex flex-col">
    {`/images/posts/discussions/cpu-vs-gpu/cpu-vs-gpu.webp` !== '' && (
          <div className="blog-card-img-wrap">
            <img src="/images/posts/discussions/cpu-vs-gpu/cpu-vs-gpu.webp" alt="CPU vs GPU for AI: most AI applications don't need GPUs" className="blog-card-img" />
          </div>
        )}

    <div className="blog-card-body">
      <div className="flex items-center gap-2">
        {`discussions` !== '' && (
                      <span className="text-xs font-semibold uppercase tracking-wider px-2 py-0.5 rounded-md bg-accent-badge border border-accent-soft text-accent">
                        discussions
                      </span>
                    )}

        <span className="text-xs text-subtle">Thursday, February 26th 2026</span>
      </div>

      <h3 className="blog-card-title group-hover:text-accent transition-colors">CPU vs GPU for AI: most AI applications don't need GPUs</h3>
      <p className="blog-card-desc">How to build and deploy an Angular application on Upsun.</p>
    </div>
  </a>

  <a href="/posts/tutorials/angular-and-upsun" className="blog-card group rounded-xl bg-card border-theme card-hover shadow-sm hover:shadow-md transition-all overflow-hidden flex flex-col">
    {`/images/posts/tutorials/angular-and-upsun/angular-and-upsun.webp` !== '' && (
          <div className="blog-card-img-wrap">
            <img src="/images/posts/tutorials/angular-and-upsun/angular-and-upsun.webp" alt="Building and Deploying Angular Apps on Upsun" className="blog-card-img" />
          </div>
        )}

    <div className="blog-card-body">
      <div className="flex items-center gap-2">
        {`tutorials` !== '' && (
                      <span className="text-xs font-semibold uppercase tracking-wider px-2 py-0.5 rounded-md bg-accent-badge border border-accent-soft text-accent">
                        tutorials
                      </span>
                    )}

        <span className="text-xs text-subtle">Wednesday, December 3rd 2025</span>
      </div>

      <h3 className="blog-card-title group-hover:text-accent transition-colors">Building and Deploying Angular Apps on Upsun</h3>
      <p className="blog-card-desc">How to build and deploy an Angular application on Upsun.</p>
    </div>
  </a>
</div>
