Señors at Scale Titelbild

Señors at Scale

Señors at Scale

Von: Dan Neciu
Jetzt kostenlos hören, ohne Abo

ZEITLICH BEGRENZTES ANGEBOT. Nur 0,99 € pro Monat für die ersten 3 Monate. 3 Monate für 0,99 €/Monat, danach 9,95 €/Monat. Bedingungen gelten. Jetzt starten.

Über diesen Titel

Welcome to Señors at Scale, the podcast where seasoned engineers spill the secrets, successes, and facepalms of building and maintaining software at scale. Join host Neciu Dan as we sit down with Staff Engineers, Principal Engineers, and other senior technologists to dive deep into the hard-won lessons of distributed systems, technical leadership, and scaling products that refuse to stay small. From war stories in incident response to behind-the-scenes architecture decisions, each episode brings a mix of practical insights, hard truths, and a healthy dose of dev humor. If you’ve ever wrangDan Neciu
  • Reliability at Scale – With Bruno Paulino (N26)
    Oct 26 2025

    🎙 About the Podcast:
    Señors @ Scale is a no-fluff engineering podcast hosted by Neciu Dan — diving into the real-world chaos of scaling systems, teams, and yourself. From production bugs to platform bets, we sit down with senior engineers to discuss the scars, strategies, and lessons that truly matter.

    In this episode, host Neciu Dan sits down with Bruno Paulino, Tech Lead at N26, to unpack how reliability, experimentation, and platform culture shape one of Europe’s most trusted digital banks.

    Bruno’s path is anything but ordinary — from serving as a police officer in Brazil to leading FinTech engineering teams at scale. He shares how N26 builds server-driven UIs, runs AI-powered customer support, and balances speed vs reliability when every deploy touches millions of users.

    They break down:

    • How server-driven UI lets N26 ship features in minutes

    • Why CI/CD pipelines are the backbone of reliability

    • What it means to trade speed for resilience in FinTech

    • How Statsig changed experimentation culture company-wide

    • Lessons from production outages and post-mortems

    • Why strong developer experience drives safer systems

    It’s a deep dive into the real architecture, trade-offs, and human decisions behind reliable banking systems at scale.

    🎧 Whether you’re scaling a FinTech product, managing CI/CD pipelines, or just trying to keep production sane, this one’s for you.

    Follow & Subscribe:
    📸 Instagram: https://www.instagram.com/senorsatscale/
    📸 Instagram: https://www.instagram.com/neciudev
    🎙 Podcast URL: https://neciudan.dev/senors-at-scale
    📬 Newsletter: https://neciudan.dev/subscribe
    💼 LinkedIn: https://www.linkedin.com/in/neciudan
    💼 LinkedIn: https://www.linkedin.com/company/se%C3%B1ors-scale/

    Mehr anzeigen Weniger anzeigen
    1 Std. und 8 Min.
  • MicroFrontend at Scale with Igor (Director of Engineering at Cloudflare, co-creator of Angular) and Natalia (Principal Product Manager at Microsoft)
    Oct 19 2025

    In this episode of Señors @ Scale, Dan chats with Natalia Venditto, Principal Product Manager at Microsoft, and Igor Minar, Senior Director of Engineering at Cloudflare and co-creator of Angular, about WebFragments — a radical new approach to micro-frontends that rethinks how we build for the web.

    Natalia and Igor share how WebFragments was born from years of pain with module federation and brittle micro-frontend systems. They explain why shared dependencies and team coupling still plague large-scale applications, and how WebFragments breaks that pattern by isolating each fragment’s JavaScript and DOM context while still delivering a seamless user experience.

    We dive deep into the architecture:
    how iframes are being reinvented for performance and isolation,
    how Shadow DOM and a technique called Reframing encapsulate code like Docker does for containers,
    and how Fragment Piercing enables server-rendered fragments to appear instantly — even before the client shell has loaded.

    The conversation also covers the challenges of building vendor-agnostic, framework-independent systems, the middleware patterns that eliminate CORS issues, and Cloudflare’s real-world migration of its production dashboard to WebFragments.
    Plus, Natalia and Igor share what’s next — from nested fragments and out-of-order streaming to growing an open-source community around this new model of frontend architecture.

    Whether you’re building micro-frontends, leading platform teams, or just curious about what’s next for web architecture, this episode is a masterclass in isolation, performance, and pragmatic innovation at scale.

    Chapters
    00:00 Introduction to WebFragments and Guests
    06:48 Differentiating WebFragments from Module Federation
    13:46 The Promise of Independence in Micro-Frontends
    16:49 Reframing: A New Approach to Isolation
    19:54 The Concept of Piercing in WebFragments
    33:26 Fragment Communication and State Management
    36:09 Middleware and Request Routing
    39:22 WebFragments in Action at Cloudflare
    44:02 Getting Started and Migration Path
    50:13 Future Developments and Features
    54:37 Community and Contributions
    01:02:02 Outro

    Follow & Subscribe
    📸 Instagram: https://www.instagram.com/senorsatscale/
    📸 Instagram: https://www.instagram.com/neciudev
    🎙 Podcast: https://neciudan.dev/senors-at-scale
    📬 Newsletter: https://neciudan.dev/subscribe
    💼 LinkedIn: https://www.linkedin.com/in/neciudan
    💼 LinkedIn: https://www.linkedin.com/company/se%C3%B1ors-scale/

    Additional Resources
    https://github.com/webfragments
    https://blog.cloudflare.com/
    https://learn.microsoft.com/

    #microfrontends #webfragments #javascript #angular #cloudflare #microsoft #frontend #softwarearchitecture #performance #webdevelopment #softwareengineering #señorsatscale

    Don’t forget to like, comment, and subscribe for more engineering stories from the front lines.
    How is your team approaching micro-frontends and architectural independence? Share below 👇


    Mehr anzeigen Weniger anzeigen
    1 Std. und 2 Min.
  • Observability at Scale with Erik Grijzen, Principal Software Engineer at New Relic
    Oct 12 2025

    In this episode of Señors @ Scale, Erik Grijzen, Principal Software Engineer at New Relic, joins Dan to share his journey from web designer to principal architect and what it really takes to scale UI development across dozens of teams. Erik walks us through how New Relic built one of the first large-scale micro-frontend architectures before the term even existed, designing tooling that lets teams ship independently—from CLI bootstrapping to runtime composition. He explains how to manage hundreds of deploys a day without breaking the platform, and how observability keeps complex systems reliable when they inevitably fail.We dive deep into observability at scale—how metrics, logs, traces, and business data blend to show what’s happening inside distributed systems, and why visibility isn’t just for developers anymore but a business priority tied to uptime, revenue, and customer trust.Erik also shares what technical leadership looks like at New Relic: influencing without authority, scaling architecture through culture, and using processes like RFCs and change documents to make better decisions. He emphasizes writing before building, POCs before roadmaps, and the mindset shift from coding features to guiding direction.The episode closes with a thoughtful discussion on burnout, balance, and habits for longevity in engineering—from sports and shutdown rituals to books like A Philosophy of Software Design and 4,000 Weeks.Whether you’re an architect, staff engineer, or team lead scaling a complex frontend platform, this episode is packed with real lessons on architecture, observability, and leadership at scale.Chapters00:00 Introduction to Erik Grijzen and His Journey08:48 Building a Unified Platform at New Relic13:34 Challenges and Solutions in Micro-Frontend Development18:47 How Observability Works Behind the Scenes32:02 Organizing Teams Around Domains36:38 Testing in Micro Frontends43:38 Technical Leadership and Management49:38 Effective Processes for Teams54:05 Decompressing and Work-Life Balance---Follow & Subscribe:📸 Instagram: https://www.instagram.com/senorsatscale/📸 Instagram: https://www.instagram.com/neciudev🎙 Podcast URL: https://neciudan.dev/senors-at-scale📬 Newsletter: https://neciudan.dev/subscribe💼 LinkedIn: https://www.linkedin.com/in/neciudan💼 LinkedIn: https://www.linkedin.com/company/se%C3%B1ors-scale/---Additional Resources[https://newrelic.com/blog](https://newrelic.com/blog)[https://micro-frontends.org/](https://micro-frontends.org/)[https://web.stanford.edu/~ouster/cgi-bin/book.php](https://web.stanford.edu/~ouster/cgi-bin/book.php)[https://oliverburkeman.com/books/4000-weeks/](https://oliverburkeman.com/books/4000-weeks/)#microfrontends #observability #softwarearchitecture #newrelic #frontend #softwareengineering #leadership #teammanagement #engineeringculture #señorsatscaleDon’t forget to like, comment, and subscribe for more engineering stories from the front lines. How is your team scaling architecture and observability? Share below 👇

    Mehr anzeigen Weniger anzeigen
    1 Std. und 1 Min.
Noch keine Rezensionen vorhanden