Look for any podcast host, guest or anyone
Showing episodes and shows of

Platformatic

Shows

The Node (and more) BanterThe Node (and more) BanterStateful by Design: Rethinking Team AI Workflows with AI-WarpAI tools are everywhere—but sharing context, conversations, and outcomes across a team? That’s still a mess. From copy-pasting chat logs to syncing prompts over Slack, most teams are stitching together brittle workflows that don’t scale.In this episode, we dive into our latest release of AI-Warp, which brings stateful interactions and resumable connections to the table. We’ll walk through how we used it to build a Slack bot that lets our team pick up, share, and continue AI conversations—without losing context or flow.We’ll dig into...2025-08-0641 minThe Node (and more) BanterThe Node (and more) BanterMCP: The New Interface of the AI Stack (with Alex Olivier)As enterprises race to integrate AI into their systems, a quiet shift is underway: the rise of the Model Context Protocol (MCP) as the de facto interface between models, services, and infrastructure. MCP isn’t just another wire format—it’s a way to give structure, semantics, and shared context to how systems communicate in the AI era.In this episode, we're joined by Alex Olivier, Co-founder & CPO of Cerbos, to explore how MCP is reshaping how teams think about interoperability, policy, and context-aware behavior. We also go behind the scenes on our effort to bri...2025-07-3045 minThe Node (and more) BanterThe Node (and more) BanterThe Illusion of Standardization: Templating Gone WildIn the quest for consistency, platform teams often turn to templating—starter kits, golden paths, boilerplate generators. The goal? Faster onboarding, safer deployments, fewer surprises. The result? A growing zoo of subtly different snowflakes, broken assumptions, and yet another internal tool no one really wants to maintain.In this episode, we dig into the dark side of templating culture—why efforts to standardize often backfire, and how the dream of "just use the template" slowly erodes into chaos.We’ll explore:Why starter kits rarely stay aligned with realityHow templating introd...2025-07-2340 minThe Node (and more) BanterThe Node (and more) BanterThe Hidden Cost of the Sidecar Pattern (with Roberto Bianchi)Sidecars were meant to isolate concerns and standardize infrastructure. Instead, many teams end up managing a growing fleet of proxies, daemons, and coordination glue that quietly slows everything down.In this episode, we uncover the sidecar trap—how a well-intentioned pattern can balloon into operational drag, and what happens when the architecture starts optimizing for the infrastructure, not the app. Roberto Bianchi, Staff Engineer at Spendesk, joins us to share what his team learned as they experimented moving away from a sidecar-heavy setup—and how Watt can help simplifying operations and boost performance.2025-07-1649 minThe Node (and more) BanterThe Node (and more) BanterRuntime Composition: The Missing LayerComposable architectures have focused heavily on APIs, services, and build-time integrations—but what about composition at runtime?In this episode, we explore the often-ignored layer of modern systems: how code actually runs, cooperates, and scales after deployment. We unpack the shift from static, pre-built delivery pipelines to runtime-aware platforms that dynamically orchestrate logic across languages, processes, and systems.Topics include:✅ Why runtime composition matters more as stacks become more distributed✅ Running multiple runtimes (Node, PHP, WASM) together, intentionally✅ How orchestration at the execution layer be...2025-07-0948 minThe Node (and more) BanterThe Node (and more) BanterThe Platform TrapInternal platforms were supposed to streamline development. Instead, many teams find themselves maintaining internal systems more complex than the apps they support.In this episode, we explore the platform trap—how well-meaning abstractions can evolve into burdens, and what separates effective internal platforms from over-engineered detours.We’ll dig into:✅ When “platform” becomes a second product✅ How internal tools silently shape team structure and velocity✅ The fine line between empowering developers and creating lock-in✅ The rise of runtime-aware platforms and why they might offer a better pathIf yo...2025-07-0251 minThe Node (and more) BanterThe Node (and more) BanterMake vs Build: The Architecture ForkIn today’s composable world, teams face a critical decision: make the pieces work together—or build the platform themselves. On paper, the flexibility is liberating. In reality, it comes with trade-offs that hit engineering velocity, cost, and maintainability.In this episode, we break down the models behind modern digital platforms:✅ The true cost of "just integrating" SaaS and headless tools✅ When PaaS simplifies operations—and when it limits you✅ Why on-prem isn't dead, especially for control and cost at scale✅ The illusion of no-code glue and the burden it shifts to d...2025-06-2747 minThe Node (and more) BanterThe Node (and more) BanterYour Stack Is Charging YouModern architectures promise flexibility—mix the best services, swap parts anytime, go faster. But somewhere between headless CMSs, personalization engines, CDNs, and frontend frameworks... things start to drag.In this episode, we unpack the hidden cost of assembling your tech stack like LEGO:✅ Why delivering content at scale gets harder with every new service✅ The tension between personalization and performance✅ How frontend frameworks aren’t solving orchestration, just shifting the pain✅ Where caching helps—and where it makes things worseWe’ll also reflect on what the MACH movement (M...2025-06-2451 minThe Node (and more) BanterThe Node (and more) BanterThe BFF Pattern: Glue or Liability?In this episode, we take a hard look at the Backend-for-Frontend (BFF) pattern: why it was introduced, where it actually helps, and where it starts to fall apart in real-world microservices architectures.We explore the core problems BFFs were meant to solve—API orchestration, frontend-specific shaping, security boundaries—but also the unintended costs: duplication of business logic, latency introduced by over-network composition, and fragile coupling to backend services.We’ll also dive into practical solutions:✅When to use a BFF and when to consolidate✅How caching can save or sink your BFF...2025-06-2047 minThe Node (and more) BanterThe Node (and more) BanterNode loves PHP: Reuniting Web’s Power Duo for the Microservices EraPHP once ruled the web—and for good reason. Its simplicity and ubiquity made it the go-to runtime for millions of developers. But in today’s cloud-native world, Node.js has taken center stage for event-driven performance and modern tooling.At Platformatic, we’re not picking sides—we’re bridging them.In this episode, we dive into why PHP and Node.js aren’t rivals but the perfect pair for modern backend architecture. We talk about:✅ Why PHP still powers critical workloads across the internet✅ How we enabled PHP to run inside wo...2025-06-2055 minThe Node (and more) BanterThe Node (and more) BanterFrom Sensors to Sentience: Making APIs AI-Ready in the Age of Smart DevicesThe boundary between physical and digital is dissolving. With OpenAI reportedly partnering with Jony Ive to build next-gen AI-powered hardware, a new era of intelligent IoT devices is taking shape—one where APIs need to do more than just respond. They need to understand, predict, and adapt.In this episode, we explore what it takes to modernize traditional APIs for this future. We break down:✅ The shift from request-response to long-lived, state-aware connections.✅ Why protocols like MQTT are foundational for real-time, resilient device communication.✅ The architecture implications of resumable sessions, e...2025-06-2041 minThe Node (and more) BanterThe Node (and more) BanterCommand Query Responsibility Segregation (CQRS) and Event SourcingIn this episode, we dive into two powerful architectural patterns that are often misunderstood: Command Query Responsibility Segregation (CQRS) and Event Sourcing. We unpack how CQRS can bring clarity and performance to complex systems by decoupling reads from writes, and how Event Sourcing allows you to track every state change as a series of immutable events.But it’s not all sunshine and scalability — we also discuss when these patterns introduce more complexity than value. You’ll learn:✅The core principles of CQRS and Event Sourcing✅Real-world use cases where they shine (think audit logs...2025-06-2053 minThe Node (and more) BanterThe Node (and more) BanterMicroservices and KafkaIn this episode, we unpack the communication layer of microservices—arguably the most complex and critical part of distributed systems. We start with a clear introduction to Apache Kafka—what it is, how it works, and why it's become a cornerstone for decoupled, scalable systems. Then, we shift into real-world strategies for using Kafka to build reliable, event-driven Node.js services that can scale with confidence.What you’ll learn:✅A developer-friendly introduction to Apache Kafka✅Why communication between microservices is the #1 source of complexity✅How to design services that communicate through even...2025-06-2052 minThe Node (and more) BanterThe Node (and more) BanterA deep dive into the OpenAPI SpecificationThe OpenAPI Specification has become the standard for describing RESTful APIs — but its true power is often underutilized. In this deep dive, we’ll unpack what the spec can do, how to leverage it for automation, and how it fits into modern API-first development workflows.In this Episode, we’ll cover: ✅ What the OpenAPI Specification actually defines ✅ How to generate clients, servers, and docs from OpenAPI ✅ Best practices for writing and maintaining specs✅ Using OpenAPI in CI/CD pipelines✅ Versioning and collaboration workflows with OpenAPI2025-06-2053 minThe Node (and more) BanterThe Node (and more) BanterDistributed Systems Series: Authentication and Authorization Part 2Secure your distributed systems against modern threats with our expert-led webinar on Authentication and Authorization.Join us as we dive deep into the complex challenges of identity management in distributed architectures and explore cutting-edge solutions that balance security with scalability. From token-based authentication patterns to zero-trust implementations, this session will equip you with practical knowledge and actionable strategies to fortify your systems without compromising performance.Topics we will cover in Part 2:✅ Zero Trust architecture: Moving beyond perimeter security in distributed systems✅ Managing service-to-service authentication securely across system boundaries✅ Advanced threat...2025-06-2053 minThe Node (and more) BanterThe Node (and more) BanterDistributed Systems Series: Authentication and Authorization Part 1Secure your distributed systems against modern threats with our expert-led webinar on Authentication and Authorization. Join us as we dive deep into the complex challenges of identity management in distributed architectures and explore cutting-edge solutions that balance security with scalability. From token-based authentication patterns to zero-trust implementations, this session will equip you with practical knowledge and actionable strategies to fortify your systems without compromising performance.Topics we will cover in Part 1: ✅ Modern token-based authentication patterns for distributed systems (OAuth 2.0, JWT, PASETO) ✅ Implementing authorization at scale: RBAC vs. ABAC approaches in microservice envi...2025-06-2048 minThe Node (and more) BanterThe Node (and more) BanterA Deep Dive into Fastify with Tomas Della VedovaWhat makes Fastify one of the fastest, most efficient web frameworks in the Node.js ecosystem?In this candid conversation, we’ll sit down with Tomas Della Vedova, lead maintainer of Fastify, to talk about performance, extensibility, and the future of backend development in JavaScript.In this episode, we’ll cover:✅ Fastify’s core design principles and why they matter✅ How to optimize performance without sacrificing DX✅ Plugin architecture and ecosystem✅ Where Fastify fits into modern backend stacks✅ What’s coming next in the Fastify roadmap2025-06-2056 minThe Node (and more) BanterThe Node (and more) BanterHow do I maintain services in a distributed system?In a distributed system, things will fail — the challenge is making sure your services can recover, scale, and still talk to each other effectively.In this episode , we'll cover:✅ Common failure modes in distributed systems — and how to handle them✅ Strategies for service-to-service communication at scale-When to use REST, GraphQL, or a mix of both✅ Observability essentials: tracing, logging, and alerting✅ Tips for managing service dependencies and versioning2025-06-2059 minThe Node (and more) BanterThe Node (and more) BanterScaling Node.js: Microservices & KubernetesAs your Node.js applications grow, so do the challenges of scaling, deploying, and managing them efficiently. Microservices architecture, paired with Kubernetes, offers a powerful solution—but it’s not without complexity. Whether you're just getting started or looking to improve your current setup, this session will break down what you need to know:✅ When (and when not) to break a Node.js monolith into microservices✅ How Kubernetes actually runs your Node.js services behind the scenes ✅ How to structure and deploy Node.js services in a Kubernetes environment✅ Common mista...2025-06-2051 minThe Node (and more) BanterThe Node (and more) BanterDeploying Node.js on AWS EKS....but make it scalable!Modern Node.js applications demand more than just containerization — they need resilience, scalability, and observability from day one. In this episode, we’ll dive into how to harness the full power of AWS EKS to run Node.js apps at scale, with confidence. Whether you're migrating from a monolith or fine-tuning your microservices, this session will help you build a production-grade foundation that grows with you.We'll cover:✅ Setting up an AWS EKS cluster for Node.js applications✅ Scaling and load balancing best practices✅ How to optimize security and performanc...2025-06-201h 01The Node (and more) BanterThe Node (and more) BanterUnpacking Config & Env Variables in Node.jsEver deployed an app only to realize an environment variable was missing or misconfigured?Managing configuration in Node.js should be simple—but without the right approach, it can quickly become a security risk or a debugging nightmare.This week, we’re diving into how to properly handle environment variables and configuration in Node.js with special guest Liran Tal from Snyk!We’ll cover:✅ Best practices for managing environment variables ✅ Securing secrets & avoiding common pitfalls ✅ Environment-specific configurations & dynamic loading strategies✅ How mismanaged env variables can lead to se...2025-06-201h 02The Node (and more) BanterThe Node (and more) BanterA guide to building stateful distributed systemsModern applications increasingly rely on stateful distributed systems for databases, messaging, and real-time processing. But managing state in a distributed environment is complex—how do you handle data consistency, scaling, and fault tolerance effectively?In this episode, we discuss:✅ The difference between stateless and stateful architectures✅ How to scale and manage stateful workloads effectively✅ Best practices for data consistency, replication, and failover✅Running stateful applications on Kubernetes2025-06-2050 minGitbar - Italian developer podcastGitbar - Italian developer podcastEp.207 - Watt con Matteo Collina e Paolo Insogna (Platformatic)# Note dell'episodioIn questa puntata ci addentriamo nel mondo delle startup, del software open source e dell’innovazione con Matteo Collina e Paolo Insonnia di Platformatic. Insieme, riflettiamo sulla differenza tra lavoro in consulenza e sviluppo di prodotto, dove il rischio è alto, ma le possibilità di crescita e impatto sono altrettanto grandi. Matteo condivide la sua esperienza nell'avviare una startup, evidenziando i rischi finanziari e il "countdown" che ogni realtà imprenditoriale affronta fino a raggiungere la sostenibilità economica.Parliamo dell’open source, delle sfide etiche e commerciali che comporta e di come bilanciare la libertà del codice aperto con la ne...2024-11-141h 24PodRocket - A web development podcast from LogRocketPodRocket - A web development podcast from LogRocketHow Platformatic is simplifying Node.js app management with Matteo Collina and Luca MaraschiMatteo Collina and Luca Maraschi join the podcast to talk about Platformatic. Learn about Platformatics’ incredible 4.3 million dollar seed round, its robust features and modular approach, and how it addresses the unique challenges faced by devs and enterprises. Links https://platformatic.dev/docs/getting-started/quick-start-watt Matteo Collina: https://nodeland.dev https://x.com/matteocollina https://fosstodon.org/@mcollina https://github.com/mcollina https://www.linkedin.com/in/matteocollina https://www.youtube.com/@adventuresinnodeland Luca Maraschi: https://www.linkedin.com/in/lucamaraschi https://x.co...2024-11-0735 minFireside with VoxgigFireside with VoxgigEpisode 205 Matteo Collina returns, Platformatic Co-Founder and CTOOur guest today is none other than the wonderful Matteo Collina. Matteo is a returning guest on the podcast, and we are so excited to catch up with him. There's a lot of ground to cover here, including philosophy, the highs and lows of being a maintainer, and the world of TypeScript. Matteo leads us in a discussion of testing infrastructure. The sequence of events should be simple. Write an application, write a test for it. But when the test doesn't accurately reflect the running environment, the results won't be of much use. Some tests may be good for determining...2024-08-301h 01Fireside with VoxgigFireside with VoxgigEpisode 199 Tejas Kumar (repeat) Chief Developer AdvocateWe're nearly at our 200th episode! As that day approaches, we invite you to listen to this throwback from last year of Richard's discussion with Tejas Kumar. We'll be back next week with a brand new guest for you to enjoy and learn from! Richard and Tejas cover fresh ground in today's episode. Watch out for the discussion of DevRel vs DevSell. Tejas talks us through the difference. And he gives wonderful insights in to an often under valued need – how to pace yourself at conferences. To be able to do this is crucial for physical and mental health. Reach ou...2024-08-0833 minPodRocket - A web development podcast from LogRocketPodRocket - A web development podcast from LogRocketYour JavaScript runtime questions answered [Repeat]In this repeat episode, you asked us your most pressing questions about JavaScript runtimes, so join Matteo Collina, Node.js TSC member and Co-founder and CTO of Platformatic, and Kevin Whinnery, previously Dev Rel at Deno, as they answer those questions. Links https://github.com/mcollina https://nodeland.dev https://fosstodon.org/@mcollina https://www.linkedin.com/in/matteocollina https://www.linkedin.com/in/matteocollina https://x.com/matteocollina https://x.com/kevinwhinnery https://github.com/kwhinnery https://www.linkedin.com/in/kevinwhinnery We want...2024-07-0344 minMechanical Ink PodcastMechanical Ink PodcastNavigating Node.js Security: A Conversation with Matteo CollinaIn a riveting episode of the Mechanical Ink podcast, host Schalk Neethling welcomed Matteo Collina, a luminary in the Node.js community whose work has amassed over 22 billion downloads on npm in 2023 for the various open source modules he maintains. This episode was not just a deep dive into the technical intricacies of Node.js but also an enlightening discourse on the security landscape, community engagement, and the future of back-end development with the introduction of Platformatic. Here's a closer look at the discussions that made this episode a must-listen for developers.Community at the Heart of...2024-03-1744 minPodRocket - A web development podcast from LogRocketPodRocket - A web development podcast from LogRocketYour JavaScript runtime questions answeredYou asked us your most pressing questions about JavaScript runtimes, so join Matteo Collina, Node.js TSC member and Co-founder and CTO of Platformatic, and Kevin Whinnery, Dev Rel at Deno, as they answer those questions. Links https://github.com/mcollina https://nodeland.dev https://fosstodon.org/@mcollina https://www.linkedin.com/in/matteocollina https://www.linkedin.com/in/matteocollina twitter.com/kevinwhinnery github.com/kwhinnery https://www.linkedin.com/in/kevinwhinnery We want to hear from you! How did you find us? Did...2024-02-2944 minBackend BanterBackend Banter#030 - The Future of Backend JavaScript with a Node.js Maintainer: Matteo CollinaMatteo Collina is a member of the Node.js technical steering committee and has one of the most impressive developer resumes we've ever seen. His 500 NPM modules have over 17 billion downloads. Today, he sits down with Lane to discuss Node, the future of backend web development, and Platformatic, his new startup.Learn back-end development - https://boot.devListen on your favorite podcast player: https://www.backendbanter.comMatteo's Twitter: https://twitter.com/matteocollina2023-12-0555 mindevtools.fm: Developer Tools, Open Source, Software Developmentdevtools.fm: Developer Tools, Open Source, Software DevelopmentMatteo Collina - Node.js, Fastify, PlatformaticThis week we talk with Matteo Collina about his background, contributions to the Node.js community, and his work on Fastify and Platformatic. Matteo is a prolific open source contributor and maintainer of many popular projects including Fastify, Pino, Mercurius, Avvio, and fast-json-stringify. He is also a Node.js TSC member and on the board of the OpenJS Foundation. Join us as we discuss the current state of Node.js, the future of JavaScript runtimes, and the importance of open source sustainability. https://github.com/mcollina https://nodeland.dev/ https://twitter.com/matteocollina Episode sponsored By Raycast...2023-11-271h 10The Leadership ExchangeThe Leadership ExchangeEmbracing Risk and Doing Your Part in Open Source: Lessons from Platformatic CTO Matteo CollinaRob Ocel talks to Matteo Collina, Platformatic's co-founder and CTO, about leadership and risk perception. Matteo discusses how Platformatic manages risk using their tools and emphasizes the overlooked advantages of embracing open source contributions in organizations. Sponsored by This Dot Labs.2023-11-2123 minBehind the GrowthBehind the GrowthLuca Maraschi on Revolutionizing Backend DevelopmentIn the latest episode of Behind the Growth, host Mudassar Malik is joined by Luca Maraschi, Co-Founder and CEO of Platformatic. Luca shares his rich career journey, from working in various roles in different industries, including gaming and tech, to founding and exiting various companies.  Luca discusses the importance of different perspectives, emphasizing how working with large customers across various verticals has been a significant source of inspiration for him. He highlights his belief that working with great people and drawing inspiration from them is essential in building successful startups.  The conversation shifts to the in...2023-10-1039 minChangelog Master FeedChangelog Master FeedReports for Node's death are greatly exaggerated (JS Party #294)Amal, KBall & Chris convene a “semi-emergency” pod to discuss the recent (deserved) hype over Bun and what it all means for Node’s community, maintainers & users. They’re joined by Node Technical Steering Committee members Matteo Collina & James Snell who are here to dispel Bun antagonism rumors, discuss the pros & cons of each runtime, explain how Node continues to thrive & even announce a VERY big upcoming feature! Leave us a comment Changelog++ members save 6 minutes on this episode because they made the ads disappear. Join today! Sponsors: Convex – Convex is a better...2023-09-281h 40Buongiorno da EdoBuongiorno da EdoPlatformatic v1.0.0, e aggiornamenti su Unity - Buongiorno 136Celebriamo il lancio di Platformatic v1.0.0, cerco di sintetizzare un po' cos'è il progetto di Matteo Collina e cosa contiene la versione 1, e poi qualche aggiornamento sul caso Unity. #platformatic #javascript #unity #gaming #opensource === Podcast Anchor - ⁠https://anchor.fm/edodusi⁠ Spotify - ⁠https://open.spotify.com/show/4B2I1RTHTS5YkbCYfLCveU⁠ Apple Podcasts - ⁠https://podcasts.apple.com/us/podcast/buongiorno-da-edo/id1641061765⁠ Google Podcasts - ⁠https://podcasts.google.com/feed/aHR0cHM6Ly9hbmNob3IuZm0vcy9iMWJmNDhhMC9wb2RjYXN0L3Jzcw⁠ Amazon Music - ⁠https://music.amazon.it/podcasts/5f724c1e-f318-4c40-9c1b-34abfe2c99...2023-09-2712 minPodRocket - A web development podcast from LogRocketPodRocket - A web development podcast from LogRocketSvelte 4, Kent C. Dodds, and Matteo CollinaIn this week’s roundup, hear snippets of our discussions about the recent release of Svelte 4 with Geoff Rich, Kent C. Dodds explains his newest stack, The Epic Stack, and Matteo Collina explains modular monoliths. Links Apple Svelte 4 with Geoff Rich: https://tinyurl.com/2tht8bu3 Matteo Collina on modular monoliths, Platformatic, and Pino: https://bit.ly/3CFD4id The Epic Stack with Kent C. Dodds: https://bit.ly/3qMQGFG Google Svelte 4 with Geoff Rich: https://tinyurl.com/uw2295f4 Matteo Collina on modular monoliths, Platformatic, and Pino: ht...2023-06-3013 minPodRocket - A web development podcast from LogRocketPodRocket - A web development podcast from LogRocketMatteo Collina on modular monoliths, Platformatic, and PinoMatteo Collina, Co-Founder and CTO of Platformatic, Node.js TSC member, and Lead Maintainer of Fastify, joins us again to talk about modular monoliths, his new backend development platform Platformatic, and many of his other projects including Pino. Links https://nodeland.dev https://platformatic.dev https://getpino.io https://www.linkedin.com/in/matteocollina https://twitter.com/matteocollina Tell us what you think of PodRocket We want to hear from you! We want to know what you love and hate about the podcast. What do you want...2023-06-2130 minFireside with VoxgigFireside with VoxgigEpisode 98 Tejas Kumar Chief Developer AdvocateYou won't need coffee after this! Plug in to Richard & Tejas's chat and soak up the energy. Richard and Tejas cover fresh ground in today's episode. Watch out for the discussion of DevRel vs DevSell. Tejas talks us through the difference. And he gives wonderful insights in to an often under valued need – how to pace yourself at conferences. To be able to do this is crucial for physical and mental health. Reach out to Tejas here: https://www.linkedin.com/in/tejasq/ Also mentioned in this episode: Vercel https://vercel.com/ Cloudflare https://www.cloudflare.com/ React https://react.de...2023-06-0833 minGitbar - Italian developer podcastGitbar - Italian developer podcastEp.151 - Platformatic con Matteo collina (Platformatic)Questa settimana è venuto a trovarci un amico Matteo Collina, con lui abbiamo parlato di Platformatic, Fastify e del mondo javascript. Questo episodio contiene anche qualche bold opinion. E' cosi che ci piace :D.## Supportaci suhttps://www.gitbar.it/support## Paese dei balocchi- https://amzn.to/3ld8Myt- https://amzn.to/3mYZoin- https://amzn.to/3yIWsZP- https://github.com/platformatic/unscalable-queue-system- https://www.pcmag.com/news/woman-uses-apple-airtag-to-watch-her-lost-luggage-bounce-around-town## Link amazon affiliatohttps://amzn.to/3XDznm1## Per favore a...2023-03-161h 12KOTELOV PodcastKOTELOV PodcastЛямбды, микрофронтенды и, как собеседовать разработчиков | Андрей МелиховАндрей ведет подкаст Веб-стандарты, выступает на конференциях. Хотели поговорить об айти и философии, но рядом с Андреем так и хочется спросить про его технический опыт. Затронули темы интересные и бекам и фронтам. Го смотреть! Внутри: 00:00 Введение 00:31 Как пришел в веб 01:49 Про Osome 03:52 Лямбды 05:55 Open Source решения для лямбды 08:20 Железо и свое облако 09:00 Как убедить бизнес переписать архитектуру 13:20 Тильда для маркетинга в контуре 15:40 Тильда и репутационные издержки 17:35 Знакомство с создателем fastify 18:17 Новая библиотека platformatic 21:36 Почему такую библиотеку не запилил Тимур Шамсудинов 22:48 Приложения без TypeScript 24:40 Случай, когда нельзя написать на TypeScript 25:30 Скорость запуска при работе с лямбдами 28:08 Ошибки Васи 28:49 Почему не Apollo? 29:38 Как относишься к GraphQL? 31:10 Ушли от REST 31:31 Противопоставление REST и GraphQL 32:01 Нужно ли фронтендам знать, что такое kafka? 33:16 Минус использования общения микросервисов по http 33:49 Пакет Nest js CQRS 34:32 Парадигма распределенного монолита 35:55 Синхронное общение 37:31 Собеседования. Как собесить разрабов? 39:18 Собеседование в большую компанию 41:00 Задача, которую Влад дает на собесе 43:41 Опыт ЮМоney создания школы Node.JS 46:38 Доклад Влада по React Query 49:49 Полезны ли микрофронтенды Отправить CV hr@kotelov.com или https://kotelov.com/hr/ Подписаться на невероятные новости, супервакансии и стажировки https://t.me/kotelov_love Магазин мерча https://kotelov.com/merch/ Подкаст Веб-стандарты https://web-standards.ru/ 2022-11-1056 minFireside with VoxgigFireside with VoxgigEpisode 71 - Matteo CollinaFor Richard, Matteo Collina was an amazing colleague he had the pleasure of working with, and in this podcast, they get to talk about what they've been up to since. Matteo is well known from his Fastify project (https://www.fastify.io/) one of the fastest webservers written in Node.js. Matteo has just launched a start-up - Platformatic (https://platformatic.dev) and in this podcast he'll discuss how his experiences led him to not only form the company, but to structure it and grow his community in very specific ways. Richard and Matteo also have a detailed discussion of...2022-11-1033 minJS Party: JavaScript, CSS, Web DevelopmentJS Party: JavaScript, CSS, Web DevelopmentLaunching Platformatic DB 🚀Patformatic co-founders Matteo Collina & Luca Maraschi join Amal & Chris to discuss their just-announced (and we mean just announced) open source database tool: Platformatic DB! It’s a daemon that can turn any PostgreSQL, MySQL, MariaDB, or SQLite database into a REST and GraphQL endpoint. What makes it special is that it allows massive customization thanks to the flexibility of Fastify plugins. Join the discussionChangelog++ members save 4 minutes on this episode because they made the ads disappear. Join today!Sponsors:Square – Develop on the platform that sellers trust. There is a...2022-09-301h 02Changelog Master FeedChangelog Master FeedLaunching Platformatic DB 🚀 (JS Party #245)Patformatic co-founders Matteo Collina & Luca Maraschi join Amal & Chris to discuss their just-announced (and we mean just announced) open source database tool: Platformatic DB! It’s a daemon that can turn any PostgreSQL, MySQL, MariaDB, or SQLite database into a REST and GraphQL endpoint. What makes it special is that it allows massive customization thanks to the flexibility of Fastify plugins. Discuss on Changelog News Changelog++ members save 4 minutes on this episode because they made the ads disappear. Join today! Sponsors Square – Develop on the platform that sellers trust. There...2022-09-301h 02Pointer[119]: Da Fastify a Platformatic.dev - Con Matteo Collina🟢 Se vi siete mai trovati a lavorare con Node.js, avrete con ogni probabilità eseguito almeno una riga di codice scritta dal nostro ospite di oggi. Stiamo parlando di Matteo Collina, co-founder e CTO di Platformatic e autore di svariati progetti open source che vengono scaricati circa 12 miliardi di volte all'anno. 🧑‍💻L'episodio è stata un'ottima occasione per ripercorre la carriera di Matteo: dal dottorato svolto presso l'università di Bologna, passando dalla nascita di Fastify, gli anni in Nearform per arrivare all'ultima avventura, iniziata giusto qualche giorno fa con la nascita di Platformatic. 🚧Parlando di Fastify ci siamo addentrati nei dettagli più tecnici riguardant...2022-09-221h 12