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

# Nicolas Grekas

> Articles written by Nicolas Grekas.

<div className="flex items-center gap-4 mb-8 not-prose">
  <img src="https://github.com/nicolas-grekas.png?size=128" alt="Nicolas Grekas" className="w-16 h-16 rounded-full" />

  <div className="flex flex-wrap gap-3">
    <a href="https://github.com/nicolas-grekas" 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">GitHub</a>
    <a href="https://www.linkedin.com/in/nicolasgrekas/" 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/unknown/how-we-scaled-live-connections-for-1200-developers-at-symfonycon" 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/unknown/how-we-scaled-live-connections-for-1200-developers-at-symfonycon/how-we-scaled-live-connections-for-1200-developers-at-symfonycon.webp` !== '' && (
          <div className="blog-card-img-wrap">
            <img src="/images/posts/unknown/how-we-scaled-live-connections-for-1200-developers-at-symfonycon/how-we-scaled-live-connections-for-1200-developers-at-symfonycon.webp" alt="How we scaled live connections for 1200 developers at SymfonyCon" className="blog-card-img" />
          </div>
        )}

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

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

      <h3 className="blog-card-title group-hover:text-accent transition-colors">How we scaled live connections for 1200 developers at SymfonyCon</h3>
      <p className="blog-card-desc">A Symfony core contributor's journey from FrankenPHP 502 errors to a stable multi-app architecture that handled hundreds of live connections at SymfonyCon 2025.</p>
    </div>
  </a>
</div>
