🎙️ Señors @ Scale
Software Engineering & Tech Leadership
🎧 Latest Episodes
Frontend at Meta with Evyatar Alush | Hack, Flow, Sapling, Open Source at Scale
What does engineering at Meta actually look like from the inside? Spoiler: almost nothing you know from outside applies.In this episode, Dan sits down with Evyatar Alush, Software Engineer at Meta in Tel Aviv and the creator of EmojiPicker React (600K+ weekly downloads) and Vest. Evyatar's journey is one of the most unusual on the show: no degree, no high school diploma, learned JavaScript on Code Academy during military night shifts in a server room, then talked his way into Fiverr, scaled to Front End Platform Lead, and got recruited into Facebook in 2019.We get into what it's actually like inside Meta's frontend infrastructure: Hack instead of PHP, Flow instead of TypeScript, Relay instead of Apollo, Sapling instead of Git, stacked diffs instead of pull requests, and a custom everything (testing frameworks, ORMs, dev servers, data centers). We also cover his open source philosophy, why he builds his own libraries instead of pulling dependencies, the supply chain risks of modern npm, and how AI-assisted code is reshaping open source maintainer work.Key Topics:- Learning to code on military night shifts with zero CS background- Joining Fiverr with one year of experience and bluffing through the interview- Building Fiverr's notification system, in-app inbox, and toast library- Creating EmojiPicker React from a Fiverr internal tool- The "Unmask" manifesto and starting Fiverr's frontend infrastructure team- Designing the Front Ants team by faking the trappings of a real team- Building micro-frontends that bridge a Ruby on Rails monolith and React- Saying no to Facebook on the first email- Interviewing at Meta in London (and the Dan Abramov interview)- The Calibra/Diem crypto wallet team during COVID- Hack vs PHP, Flow vs TypeScript, Relay vs Apollo, Sapling vs Git- Stacked diffs and why ex-Meta engineers miss them- Why "move fast and break things" is dead at Meta- Code review, dev mod servers, and end-to-end testing at scale- Open source maintenance in the AI era and Cursor-generated PRs- Why he owns the "context" package on npmGUEST: Evyatar Alush💼 LinkedIn: https://www.linkedin.com/in/evyataralush-5b760866🐙 GitHub: https://github.com/ealush🌐 EmojiPicker React: https://github.com/ealush/emoji-picker-react🌐 Vest: https://vestjs.devFOLLOW & 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/senors-scale/ADDITIONAL RESOURCES- EmojiPicker React: https://www.npmjs.com/package/emoji-picker-react- Vest (form validation): https://vestjs.dev- Sapling (Meta's source control): https://sapling-scm.com- The Hack language: https://hacklang.org- Flow: https://flow.org- Relay: https://relay.dev- The Design of Everyday Things by Don Norman- Never Split the Difference by Chris Voss#Meta #Facebook #Frontend #ReactJS #HackLang #Flow #Relay #Sapling #StackedDiffs #OpenSource #EmojiPickerReact #Vest #SoftwareEngineering #SenorsAtScale💬 What's your take on Meta's "everything in-house" engineering culture? Would you rather work with familiar tools or relearn engineering from scratch for better internal infrastructure?
React Native at Scale with Kadi Kraman, Software Developer at Expo | Mobile Development, EAS, OTA Updates
What does it actually take to build production React Native apps in 2026, and where does Expo fit in?In this episode of Señors at Scale, Dan sits down with Kadi Kraman, software developer at Expo, who has spent over six years in the React Native ecosystem, wearing every hat from IC to director. Kadi shares the story of how she went from writing C++ in a maths degree to becoming one of the early React Native engineers at Formidable, and eventually joining Expo to work on the platform itself.We dig into what makes React Native genuinely competitive with native iOS and Android development today, why Expo Go is now just for prototyping, how EAS workflows and fingerprint-based repacks dramatically speed up CI, the real story on OTA updates (and where the legal gray area sits), and what's still missing from the ecosystem. Kadi also gives a rare look at the new Expo agent for vibe-coding mobile apps, the case for React Native brownfield, and her honest take on Lynx as competition.Key Topics:- Why React Native + Expo is faster than native Xcode/Android Studio workflows- The mental shift from web to native (display points, gestures, pixel density)- Expo Go vs development builds, and why the recommendation has changed- EAS workflows, repack jobs, and project fingerprints- React Native performance, list rendering, and the React Compiler- OTA updates: when to use them, when not to, and what the stores actually allow- Debugging strategies (expo-doctor, native logs, AI-assisted log analysis)- Brownfield React Native and embedding RN screens into existing native apps- Lynx, competition, and the future of cross-platform mobile- Career advice on imposter syndrome, applying anyway, and finding talk topicsGUEST: Kadi Kraman, Software Developer at Expo💼 LinkedIn: https://www.linkedin.com/in/kadikraman/🐦 Twitter/X: https://x.com/kadikraman🐙 GitHub: https://github.com/kadikraman🌐 Website: https://kadikraman.com/FOLLOW & SUBSCRIBE🎙️ Podcast: https://neciudan.dev/senors-at-scale📩 Newsletter: https://neciudan.dev/subscribe💼 LinkedIn (Show): https://www.linkedin.com/company/senors-scale/💼 LinkedIn (Dan): https://www.linkedin.com/in/neciudan📸 Instagram (Show): https://www.instagram.com/senorsatscale/📸 Instagram (Dan): https://www.instagram.com/neciudevADDITIONAL RESOURCES- Expo: https://expo.dev/- Kadi's "From Web to Native with React" blog post: https://expo.dev/blog- EAS Workflows: https://docs.expo.dev/eas-workflows/get-started/- Expo Doctor: https://docs.expo.dev/more/expo-cli/#expo-doctor- Expo Fetch (streaming support): https://docs.expo.dev/versions/latest/sdk/expo/#ReactNative #Expo #MobileDevelopment #JavaScript #iOS #Android #EAS #ExpoRouter #SoftwareEngineering #SeñorsAtScale💬 What's your biggest pain point building React Native apps today, and have EAS workflows changed your CI setup?
AI at Scale with Nico Martin from Hugging Face | Transformers.js, Tokenizers, On-Device Inference
Can you really run state-of-the-art machine learning models directly in the browser, with no server, no API calls, and full privacy by default?In this episode, Nico Martin, Open Source Machine Learning Engineer at Hugging Face and Google Developer Expert in AI and Web Technologies, walks through how Transformers.js makes on-device AI a reality. Nico's journey is anything but conventional. He started as a ski and windsurf instructor, taught himself web development on the side, spent years as a freelancer (including five at a bank building e-banking front ends), and recently landed what he calls his dream job at Hugging Face.We unpack what Hugging Face actually is (the GitHub for machine learning), how Transformers.js brings the Python Transformers API to the browser, and the real engineering challenges of running models on whatever hardware your users happen to have. Nico explains quantization, ONNX as the standard for portable model architectures, the role of tokenizers, how text becomes tensors, and why WebGPU matters for running larger models client-side.We also dig into the bigger picture: privacy-preserving AI, the difference between open weights and truly open source models, agents and MCP, and what front-end developers should actually learn to stay relevant in an AI-first world.Key Topics:- What Hugging Face is and the role of the Hub, Transformers, and Diffusers- Transformers.js: bringing Python Transformers API to JavaScript and the browser- The biggest challenge of browser ML: running on unknown client hardware- Quantization explained (Q4, 4-bit vs 16/32-bit) and how it compresses models- ONNX and ONNX Runtime Web: the standard for portable model architectures- Open weights vs open source models and why the distinction matters- Tokenizers, token IDs, and why each model needs its own tokenizer- From text to tensors: pre-processing, inference, and post-processing- Text embeddings explained through a simple animal feature analogy- WebGPU and what it unlocks for in-browser inference- Agents, tool calling, MCP, and how context windows get consumed- Advice for developers who want to break into AI and ML engineering🔗 FOLLOW NICO💼 LinkedIn: https://www.linkedin.com/in/nicodotdev/🐦 X/Twitter: https://twitter.com/nic_o_martin🦋 Bluesky: https://bsky.app/profile/nico.dev🐙 GitHub: https://github.com/nico-martin🌐 Website: https://nico.dev🎙️ 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/senors-scale/📚 ADDITIONAL RESOURCES- Transformers.js: https://huggingface.co/docs/transformers.js- Hugging Face: https://huggingface.co- ONNX: https://onnx.ai- ONNX Runtime: https://onnxruntime.ai- WebGPU: https://www.w3.org/TR/webgpu/- Utopia for Realists by Rutger Bregman#MachineLearning #AI #HuggingFace #TransformersJS #WebML #OnDeviceAI #WebGPU #ONNX #JavaScript #Frontend #WebDev #SenorsAtScale #OpenSource💬 Would you trust on-device AI over cloud-based models for sensitive data? Share your thoughts in the comments!
Scaling Frontend at Perk with Giorgio Polvara | Monolith to Microfrontends, Vite, Zod
What does it actually take to scale a frontend from 15 people in a converted flat to a 1,800-person unicorn, and then migrate the whole thing to microfrontends without breaking anyone's week?In this episode, Dan sits down with Giorgio Polvara, Staff Engineer at Perk (formerly TravelPerk) and the original creator of @testing-library/user-event (1M+ weekly npm downloads). Giorgio joined TravelPerk as employee #15, set up the frontend foundations that still power the product today, left to try engineering management at Toptal, realized he missed building, and came back as Staff.They get into the microfrontend migration that replaced a monolithic React app with vertically-split single-page apps served at the infrastructure layer, the rebrand that changed the name, domain, logo, and colors simultaneously, and the philosophy that ties it all together: you're not building features, you're improving a system that happens to produce features.Key Topics:- Scaling a frontend team from 7 engineers to a full platform tribe- Why 20% refactoring time is the wrong model- Monolith to microfrontends: SingleSPA vs the vertical-split architecture they built- Managing shared dependencies with pnpm, Syncpack, and Vite plugin packages- Contract testing with Pact vs runtime schema validation with Zod- Rebranding an entire product behind a feature flag, without leaking the design- Why Giorgio tried engineering management and went back to IC- Staff engineer advice: propose five solutions, expect one to land🔗 FOLLOW GIORGIO💼 LinkedIn: https://www.linkedin.com/in/polvara🐙 GitHub: https://github.com/Gpx🌐 npm: https://www.npmjs.com/package/@testing-library/user-event🎙️ 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/senors-scale/📚 ADDITIONAL RESOURCES- A Philosophy of Software Design by John Ousterhout- Out of the Tar Pit (Moseley & Marks)- No Silver Bullet (Fred Brooks)- @testing-library/user-event: https://www.npmjs.com/package/@testing-library/user-event- SingleSPA: https://single-spa.js.org- Vite: https://vitejs.dev- Pact (contract testing): https://pact.io- Zod: https://zod.dev#staffengineer #microfrontends #frontendarchitecture #perk #travelperk #reactjs #softwarearchitecture #engineeringleadership #devtools #softwaredesign #senorsatscale💬 How does your team handle the tension between shipping features and keeping the system healthy? Drop a comment 👇
Hosted by Neciu Dan
Tech Lead, Co-Founder, Speaker
What is Señors @ Scale?
A software engineering podcast for senior developers, staff engineers, and tech leads who build and scale systems in production. Hosted by Neciu Dan, Señors @ Scale features deep, technical conversations with engineering leaders from companies like Google, AWS, Microsoft, Cloudflare, Datadog, and Snyk.
Every week, we sit down with Staff Engineers, Principal Engineers, and technical leaders to unpack the real challenges of frontend architecture, micro frontends, React and Vue at scale, design systems, security, reliability, and technical leadership. No fluff, no surface-level takes. Just hard-won lessons from engineers shipping software to millions of users.
Topics we cover: scaling frontend and backend systems, micro frontend architecture, CSS and web performance, developer experience, engineering management, open source, distributed systems, CI/CD and deployment strategies, and the career path from senior engineer to staff and beyond.
Whether you're debugging production, leading a platform team, or figuring out your next career move in tech, this podcast is built for you.
Frequently Asked Questions
What is Señors @ Scale?
A software engineering podcast for senior developers, staff engineers, and tech leads who build and scale systems in production. Hosted by Neciu Dan, it features deep, technical conversations with engineering leaders from companies like Google, AWS, Microsoft, Cloudflare, Datadog, and Snyk. Topics include frontend and backend scaling, micro frontends, React and Vue at scale, design systems, security, reliability, and technical leadership.
How often are new episodes released?
New episodes are released regularly. Subscribe to the newsletter or follow on Spotify, Apple Podcasts, or YouTube to get notified when new episodes drop.
Where can I listen to Señors @ Scale?
You can listen on Spotify, Apple Podcasts, and YouTube. Written takeaways for each episode are published on this site at neciudan.dev/takeaways.
How can I get notified about new episodes and takeaways?
Use the subscription form on this page to get email updates when new episodes and key takeaways are published.
📻 Never Miss an Episode
Get notified when new episodes drop. Join our community of senior developers learning from real scaling stories.
What You'll Learn
📈 Scaling Applications
-
Microservices vs monolith trade-offs
-
Database scaling strategies
-
Performance optimization techniques
👥 Scaling Teams
-
Technical leadership strategies
-
Building effective engineering culture
-
Mentoring and career development
🎧 Listen on Your Favorite Platform
🎵 Latest Episode
Episode Description:
What does engineering at Meta actually look like from the inside? Spoiler: almost nothing you know from outside applies.In this episode, Dan sits down with Evyatar Alush, Software Engineer at Meta in Tel Aviv and the creator of EmojiPicker React (600K+ weekly downloads) and Vest. Evyatar's journey is one of the most unusual on the show: no degree, no high school diploma, learned JavaScript on Code Academy during military night shifts in a server room, then talked his way into Fiverr, scaled to Front End Platform Lead, and got recruited into Facebook in 2019.We get into what it's actually like inside Meta's frontend infrastructure: Hack instead of PHP, Flow instead of TypeScript, Relay instead of Apollo, Sapling instead of Git, stacked diffs instead of pull requests, and a custom everything (testing frameworks, ORMs, dev servers, data centers). We also cover his open source philosophy, why he builds his own libraries instead of pulling dependencies, the supply chain risks of modern npm, and how AI-assisted code is reshaping open source maintainer work.Key Topics:- Learning to code on military night shifts with zero CS background- Joining Fiverr with one year of experience and bluffing through the interview- Building Fiverr's notification system, in-app inbox, and toast library- Creating EmojiPicker React from a Fiverr internal tool- The "Unmask" manifesto and starting Fiverr's frontend infrastructure team- Designing the Front Ants team by faking the trappings of a real team- Building micro-frontends that bridge a Ruby on Rails monolith and React- Saying no to Facebook on the first email- Interviewing at Meta in London (and the Dan Abramov interview)- The Calibra/Diem crypto wallet team during COVID- Hack vs PHP, Flow vs TypeScript, Relay vs Apollo, Sapling vs Git- Stacked diffs and why ex-Meta engineers miss them- Why "move fast and break things" is dead at Meta- Code review, dev mod servers, and end-to-end testing at scale- Open source maintenance in the AI era and Cursor-generated PRs- Why he owns the "context" package on npmGUEST: Evyatar Alush💼 LinkedIn: https://www.linkedin.com/in/evyataralush-5b760866🐙 GitHub: https://github.com/ealush🌐 EmojiPicker React: https://github.com/ealush/emoji-picker-react🌐 Vest: https://vestjs.devFOLLOW & 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/senors-scale/ADDITIONAL RESOURCES- EmojiPicker React: https://www.npmjs.com/package/emoji-picker-react- Vest (form validation): https://vestjs.dev- Sapling (Meta's source control): https://sapling-scm.com- The Hack language: https://hacklang.org- Flow: https://flow.org- Relay: https://relay.dev- The Design of Everyday Things by Don Norman- Never Split the Difference by Chris Voss#Meta #Facebook #Frontend #ReactJS #HackLang #Flow #Relay #Sapling #StackedDiffs #OpenSource #EmojiPickerReact #Vest #SoftwareEngineering #SenorsAtScale💬 What's your take on Meta's "everything in-house" engineering culture? Would you rather work with familiar tools or relearn engineering from scratch for better internal infrastructure?
"Deep conversations with senior developers about scaling applications, teams, and careers — real insights from industry veterans."
💡 Takeaways from Previous Episodes
Señors @ Scale host Neciu Dan sits down with Kadi Kraman, software developer at Expo working on the tools that make React Native development as smooth as possible. Kadi's path started with C++ in a university maths degree, took her through Angular 1, scientific programming for pharmaceutical and defense companies, five and a half years at Formidable, and finally to Expo itself. From the limitations of early React Native to development builds, EAS workflows, fingerprint-based repacks, and the right way to think about over-the-air updates, this is the React Native conversation most web developers never get.
Señors @ Scale host Neciu Dan sits down with Nico Martin — open source ML engineer at Hugging Face working on Transformers.js, and Google Developer Expert in AI and web technology — to go deep on running machine learning models directly in the browser. Nico breaks down architectures vs. weights, quantization, tokenizers, ONNX, WebGPU, and why on-device AI is the right answer for a huge class of problems. He also shares the road from ski instructor and self-taught web developer to landing what he calls his dream job at Hugging Face.
Señors @ Scale host Neciu Dan sits down with Giorgio Polvara, Staff Engineer at Perk (formerly TravelPerk), who joined when the company was 15 people in two flats with a hole knocked through the wall and helped build the frontend foundations that still hold up at unicorn scale. Giorgio covers the multi-year migration from a monolithic frontend to vertical micro-frontends, why their first attempt with single-spa didn't work, how they pulled off a full rebrand behind feature flags without leaking, and the staff engineer mindset of treating every feature as a system improvement.
Señors @ Scale host Neciu Dan sits down with Zack Chapple, CEO and co-founder of Zephyr Cloud, and Nestor, the platform engineer building it, to go deep on module federation, microfrontends, and what it actually takes to go from code to global scale in seconds. They unpack why module federation is Docker for the frontend, how Zephyr composes applications at the edge in 80 milliseconds, and why the real unlock for enterprise teams isn't deployment — it's composition.
Señors @ Scale host Neciu Dan sits down with William Morgan, CEO of Buoyant and creator of Linkerd — the world's first service mesh and a graduated CNCF project. William's path runs from teaching himself BASIC on a begged-for DOS PC, through Twitter's painful migration off Ruby on Rails into JVM-based microservices, and into building the proxy that handles retries, mTLS, load balancing, and multi-cluster traffic for thousands of production Kubernetes clusters. From the Scala-to-Rust rewrite to why every sustainable cloud native open source project needs a commercial engine behind it, this is the infrastructure conversation most application developers never get to have.
Señors @ Scale host Neciu Dan sits down with Tyler Benfield, Staff Software Engineer at Prisma, to go deep on database performance. Tyler's path into databases started at Penske Racing, writing trackside software for NASCAR pit stops, and eventually led him into query optimization, connection pooling, and building Prisma Postgres from scratch. From the most common ORM anti-patterns to scaling Postgres on bare metal with memory snapshots, this is the database conversation most frontend developers never get.
Señors @ Scale host Neciu Dan sits down with Corbin Crutchley — lead maintainer of TanStack Form, Microsoft MVP, VP of Engineering, and author of a free book that teaches React, Angular, and Vue simultaneously — to dig into what it actually means to maintain a library that gets a million downloads a week. Corbin covers the origin of TanStack Form, why versioning is a social contract, what nearly made him quit open source, and the surprisingly non-technical path that got him into a VP role.
Señors @ Scale host Neciu Dan sits down with Andrey Sitnik — creator of PostCSS, AutoPrefixer, and Browserslist, and Lead Engineer at Evil Martians — to explore how one developer became responsible for 0.7% of all npm downloads. Andrey shares the discrimination story that drove AutoPrefixer, the open pledge that forced PostCSS 8 to ship, and why the Mythical Man-Month applies directly to LLM agent coordination.
Señors @ Scale host Neciu Dan sits down with Aurora Scharff — Senior Consultant at Creon Consulting, Microsoft MVP in Web Technologies, and React Certifications Lead at certificates.dev — to explore the real mental model shift required to understand React Server Components. Aurora shares her path from Robotics to frontend, what it was like building a controller UI for Boston Dynamics' Spot robot dog in React, and why the ecosystem finally feels like it's stabilizing.
Señors @ Scale host Neciu Dan sits down with Daniel Afonso — Senior Developer Advocate at PagerDuty, SolidJS DX team member, egghead instructor, and organizer of the JNation conference in Coimbra — to explore how a kid who taught himself to navigate the web before he could read became one of the most active voices in the developer community. Daniel shares his origin story, how writing about every hard problem he faced at work became the skill that launched his career, and the one hidden tip every developer should use when joining a new codebase.
Señors @ Scale host Neciu Dan sits down with Lucian Popovici — founder of Bridging Innovation and the free mentorship community Bridging Gaps, former Director at Deloitte Digital Romania where he scaled the team from 0 to 700, and veteran of Deutsche Bank and Ericsson — to talk about what actually happens when engineers become leaders, why the manager title is a trap for the ego-driven, and how AI is reshaping not just team sizes but entire industry models.
Señors @ Scale host Neciu Dan sits down with Anamari Fisher — engineering leader, coach, and O'Reilly author of 'Leveling Up as a Tech Lead' — to explore the first jump into leadership. Anamari shares how she went from software engineer to tech lead and product director, why accountability is the key differentiator from senior engineer, and how to scale your impact through soft skills that actually work in real teams.
Señors @ Scale host Neciu Dan sits down with Florian Rappl — author of 'The Art of Micro Frontends,' creator of the Piral framework, and Microsoft MVP — to explore how micro frontends are transforming how we build scalable web applications. Florian shares hard-won lessons from over a decade of building distributed systems, from smart home platforms to enterprise portals for some of Germany's largest companies.
Señors @ Scale host Neciu Dan sits down with Daniel Roe, leader of the Nuxt Core team at Vercel, for an in-depth conversation about building and scaling with Nuxt, Vue's most powerful meta-framework. Daniel shares his journey from the Laravel world into Vue and Nuxt, revealing how he went from being a user to becoming the lead maintainer of one of the most important frameworks in the JavaScript ecosystem.
Señors @ Scale host Neciu Dan sits down with Daishi Kato, the author and maintainer of Zustand, Jotai, and Valtio — three of the most widely used state management libraries in modern React. Daishi has been building modern open source tools for nearly a decade, balancing simplicity with scalability. We dive deep into the philosophy behind each library, how they differ from Redux and MobX, the evolution of the atom concept, and Daishi's latest project: Waku, a framework built around React Server Components.
Señors @ Scale host Neciu Dan sits down with Vlad Khononov, software architect, keynote speaker, and author of Learning Domain-Driven Design and Balancing Coupling in Software Design. Vlad has spent over two decades helping teams untangle legacy systems, rebuild failing architectures, and bring clarity to messy business domains. This conversation cuts through the hype around DDD and microservices, focusing on the mechanics of bounded contexts, coupling, business alignment, and architectural evolution.
Seniors @ Scale host Neciu Dan is joined by Bramus Van Damme, Chrome Developer Relations Engineer at Google. As a leading voice in CSS and Web UI, Bramus dives into the future of the web, breaking down the mechanics, performance, and cross-browser status of transformative new features like View Transitions, Scroll-Driven Animations, Anchor Positioning, and Custom CSS Functions. He offers a rare look into the inner workings of Chrome DevRel, the standardization process through the CSS Working Group, and how the multi-browser 'Interop' effort is accelerating web development.
Señors @ Scale host Neciu Dan sits down with Liran Tal, Director of Developer Advocacy at Snyk and GitHub Star, to unpack NPM malware, maintainer compromise, MCP attacks, toxic flows, and why AI-generated code is statistically insecure without the right guardrails. Liran shares real incidents from the Node and open source ecosystem, how Snyk and tools like NPQ help developers build safer workflows, and why security at scale starts with developers, not firewalls.
Señors @ Scale host Neciu Dan sits down with Luca Mezzalira, Principal Serverless Specialist at AWS and author of *Building Micro-Frontends*, to unpack how he helped scale DAZN’s frontend from 2 developers to 500 engineers across 40 devices. Luca shares the origin of micro-frontends, how to build stable application shells, implement zero global state, use guardrails for bundle budgets, and manage migrations at scale through edge routing and team autonomy.
Señors @ Scale host Neciu Dan sits down with Stefano Magni, Senior Front-End Engineer and Tech Lead at Preply, to unpack what it takes to build and measure a design system for a global learning platform. From managing technical debt and accessibility to driving a culture of public work and data-driven engineering, Stefano shares lessons from 15+ years in frontend development.
Señors @ Scale host Neciu Dan sits down with Bruno Paulino, Tech Lead at N26, to explore what reliability really means in FinTech. From server-driven UIs and CI/CD pipelines to AI-assisted customer support and strict compliance, Bruno shares how N26 balances speed, safety, and developer experience to keep millions of users online.
Señors @ Scale host Neciu Dan talks with Microsoft’s Natalia Venditto and Cloudflare’s Igor Minar about WebFragments — a new micro-frontend model that isolates JavaScript and DOM at the browser boundary, enables instant SSR through fragment piercing, and lets large teams ship independently without dependency lockstep.
In this episode of Señors @ Scale, host Neciu Dan chats with Erik Grijzen — Principal Software Engineer at New Relic — about building one of the first large-scale micro-frontend architectures, the rise of observability, and what technical leadership looks like across dozens of teams.
In this episode of Señors @ Scale, host Neciu Dan chats with Kateryna Porchienova — Senior Engineering Manager at Buffer — about her programming journey, the craft of animation, and why accessibility should be treated as a foundation of good engineering, not an afterthought.
In this episode of Señors @ Scale, host Neciu Dan chats with Adrian Marin — founder of AVO and host of FriendlyRB — about Rails productivity, the magic of Ruby, and how the community continues to evolve through creativity and connection.
In this episode of Señors @ Scale, host Neciu Dan sits down with Andreas Panopoulos — Staff Software Engineer at Hack the Box and co-organizer of Vue.js Athens — to talk about scaling Vue in production, migrating to Nuxt 3, and the human side of engineering.
In this episode of Señors @ Scale, host Neciu Dan sits down with Faris Aziz — Staff Front-End Engineer at Small PDF and co-founder of ZurichJS — to talk about scaling frontend systems, the power of BFF architecture, and the human side of engineering culture.
In this episode of Señors @ Scale, host Neciu Dan sits down with Aris — founder and lead organizer of CityJS — to talk about building developer communities, organizing meetups, and scaling conferences into global events.
In this episode of Señors @ Scale, host Neciu Dan sits down with Erik Rasmussen — creator of Redux Form and React Final Form, and now Principal Product Engineer at Attio — to talk about building open source at scale, developer experience, and the hidden lessons behind shipping tools other developers rely on.
In this episode of Señors @ Scale, host Neciu Dan sits down with Eduardo Aparicio Cardenes — Front-End Engineer and ADPList Top 100 Mentor — to unpack 15+ years of engineering lessons, the reality of promotions, and what it truly means to mentor and scale as a leader.
In this episode of Señors @ Scale, host Neciu Dan sits down with Matheus Albuquerque — Staff Frontend Engineer at Medallia, Google Developer Expert, and international speaker — to dive deep into React internals, performance optimization, and the scaling lessons learned from applications used by millions worldwide.
In this episode of Señors @ Scale, host Neciu Dan sits down with Jose Calderon — Lead Software Engineer at JP Morgan Chase, conference speaker, and Java/Spring community leader — to dive deep into refactoring vs rewriting at scale, how to track and justify architecture decisions, and the testing strategies that keep enterprise systems reliable.
In this episode of Señors @ Scale, host Neciu Dan sits down with Tudor Barbu — Principal Engineer at Logify, former Tech Lead at Personio and engineer at Skyscanner and DaVinta — to unpack 20+ years of engineering decisions, debugging scars, and career evolution.
In this episode of Señors @ Scale, host Neciu Dan sits down with Angel Paredes — Engineering Manager at Datadog, formerly Staff at Glovo and Tech Lead at PayPal — to explore test infra, AI's impact on interviewing, and how to lead without losing your technical edge.
In this kickoff episode of Señors @ Scale, host Neciu Dan sits down with Danilo Velasquez — Staff Engineer at Adevinta and longtime frontend performance obsessive.
Discover actionable insights and hard-earned lessons from senior engineers who've been in the trenches.
Why Señors @ Scale?
-
Real-world scaling stories from senior engineers and architects
-
Deep technical discussions about architecture patterns and trade-offs
-
Career insights for developers transitioning to senior roles
-
War stories from scaling applications to millions of users
-
Leadership and team building strategies for tech leads
-
Latest trends in software architecture and system design
-
Practical advice you can apply immediately in your work
🎤 Meet Your Host
Neciu Dan
Tech Lead, Co-Founder, Speaker with experience scaling applications to millions of users. Dan has worked with teams ranging from startups to enterprise, and is passionate about sharing the hard-earned lessons from the trenches.
Ready to Scale Your Knowledge?
Join our community of senior developers and never miss the latest scaling insights and real-world war stories.
No spam, just valuable insights. Unsubscribe at any time.