> ## 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.

# Shawn Ogasawara

> Articles written by Shawn Ogasawara.

<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/shawn-ogasawara-83a9a0/" 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/hands-on/unstable-website-use-queues" 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/hands-on/unstable-website-use-queues/unstable-website-use-queues.webp` !== '' && (
          <div className="blog-card-img-wrap">
            <img src="/images/posts/hands-on/unstable-website-use-queues/unstable-website-use-queues.webp" alt="Unstable website? Use queues." className="blog-card-img" />
          </div>
        )}

    <div className="blog-card-body">
      <div className="flex items-center gap-2">
        {`hands-on` !== '' && (
                      <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">
                        hands-on
                      </span>
                    )}

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

      <h3 className="blog-card-title group-hover:text-accent transition-colors">Unstable website? Use queues.</h3>
      <p className="blog-card-desc">Your site throws 502 errors when external APIs are slow. The fix isn't more resources. It's offloading that work to background jobs so your responses stay fast.</p>
    </div>
  </a>
</div>
