Partner im RedaktionsNetzwerk Deutschland
PodcastsTechnologieThe Weekly Dev's Brew

The Weekly Dev's Brew

Jan-Niklas Wortmann | Web Development Enthusiast & Podcast Host
The Weekly Dev's Brew
Neueste Episode

Verfügbare Folgen

5 von 6
  • Revolutionizing Web Development: The Impact of Signals on Async JavaScript
    In this episode, join Jan-Niklas Wortmann and Ryan Carniato, creator of SolidJS and CEO of Signals, as they explore how signals are revolutionizing web development and reshaping JavaScript frameworks. Discover the ways SolidJS is competing with React through more than just superior performance, as well as the innovative features of Signals 2.0 and their potential impact on async JavaScript patterns and the broader framework landscape once again. Ryan shares insights from his career and open-source journey, discusses the evolution of async JavaScript patterns, and provides practical advice for developers navigating the fast-paced landscape of frontend technology. Whether you're a seasoned React developer expanding your toolkit or a tech enthusiast curious about the latest trends in web development, this conversation provides essential insights into the past, present, and future of JavaScript frameworks.Our Fantastic GuestRyan Carniato Ryan Carniato is the "CEO of Signals", JavaScript performance enthusiast and fine-grained reactivity superfan. He is the creator of the JavaScript framework SolidJS, and a Staff Engineer at Sentry, where he works on multiple open source projects to develop a better web.x (formerly twitter)Bluesky YouTubeChapters00:00 - Introduction to the Discussion02:00 - The Impact of Signals and SolidJS04:19 - Performance and React's Approach07:06 - The Shift in Frameworks and Performance29:09 - The Role of Open Source in Development37:13 - Balancing Work and Personal Life46:13 - Future Developments in Signals95:05 - Conclusion and ReflectionsLinks and ResourcesSignals 2.0 StreamThank you very much for listening! We are also pretty much on all social media platforms, so make sure to like and subscribe!Homepage - https://www.weeklybrew.dev/ BlueSky - https://bsky.app/profile/weeklybrew.devInstagram - https://www.instagram.com/weeklydevsbrew/TikTok - https://www.tiktok.com/@weeklybrew.devYouTube - https://www.youtube.com/@theweeklydevsbrewLinkedIn - https://linkedin.com/company/the-weekly-dev-s-brew
    --------  
    1:35:24
  • Exporing AI's Impact on Web Development: The Future of Tech (w/ Rachel-Lee Nabors)
    In this episode, we dive into the impact of AI on web development with Rachel Lee-Nabors. Discover how AI is transforming user experience and the future landscape of software careers. We discuss the concept of 'enshittification' of platforms, the rise of personal agents, and revolutionary technologies like MCP. With AI changing coding practices and the significance of documentation for training large language models (LLMs), this conversation emphasizes adaptability in tech. Join us to learn about the evolution of programming languages and the future of the internet shaped by personal algorithms and feeds.Our Fantastic GuestRachel-Lee NaborsRachel-Lee Nabors spent the better part of their career on web standards and opensource and has spearheaded developer education at FAANG and startups, on the React Team, and W3C. Now they work to usher in the Agentic Web, building AgentQL and teaching a new generation of builders that “it's not magic; it's just math.” You can find them drinking tea in London or shadowboxing in Palo Alto.LinkedInBlueskyGitHubTwitchMastodonCodepenTikTokThreadsDribbbleX Chapters0:00 AI's Impact on Development3:12 The Future of Browsers5:11 The Enshittification of Platforms10:46 The Rise of Personal Agents14:15 Automating Interactions with the Web18:29 The Changing Landscape of Software Careers20:50 User Experience and Web Structure23:08 The New SEO: MCP and LLMs27:38 The Future of Programming Languages30:23 Embracing New Systems36:53 The Potential of AI in Our Lives39:14 The AI Hype Train45:49 A Return to Web Roots48:05 Closing Thoughts on the FutureLinks and ResourcesRachel-Lee’s Newsletter Deep Learning BookThank you very much for listening! We are also pretty much on all social media platforms, so make sure to like and subscribe!Homepage - https://www.weeklybrew.dev/ BlueSky - https://bsky.app/profile/weeklybrew.devInstagram - https://www.instagram.com/weeklydevsbrew/TikTok - https://www.tiktok.com/@weeklybrew.devYouTube - https://www.youtube.com/@theweeklydevsbrewLinkedIn - https://linkedin.com/company/the-weekly-dev-s-brew
    --------  
    48:45
  • Scaling Vite: Responsibility & Community (with Capeletto Matias)
    In this episode, Jan-Niklas Wortmann interviews Capeletto Matias, a key figure in the open-source community and a member of the Vite core team. They discuss Matias's journey into open source, the evolution of Vite, and the importance of community in the success of modern web development tools. The conversation highlights the technical aspects of Vite, its rapid growth, and the challenges of maintaining a vibrant community as the project scales. They also touch on the future of Vite and the potential competition from emerging tools.Our Fantastic GuestCapeletto MatiasMatias (patak) is a Vite core team member. He works on Open Source at StackBlitz, focusing on the Vite Ecosystem.BlueSkyChapters00:00 - Guest Introduction and Background00:58 - Matthias's Journey into Open Source02:31 - Contributions to Open Source Projects04:22 - Community Building and Collaboration15:22 - The Evolution of Vite21:33 - Concerns and Future of Vite34:38 - ViteConf and Community EngagementLinks and ResourcesTalk by Bret VictorViteConfThank you very much for listening! We are also pretty much on all social media platforms, so make sure to like and subscribe!Homepage - https://www.weeklybrew.dev/ BlueSky - https://bsky.app/profile/weeklybrew.devInstagram - https://www.instagram.com/weeklydevsbrew/TikTok - https://www.tiktok.com/@weeklybrew.devYouTube - https://www.youtube.com/@theweeklydevsbrewLinkedIn - https://linkedin.com/company/the-weekly-dev-s-brew
    --------  
    47:09
  • OSS, TypeScript, Linting and Everything in Between (with Josh Goldberg)
    Jan-Niklas interviews Josh Goldberg, a developer who transitioned from Microsoft to full-time open source work in the TypeScript ecosystem. Josh shares his daily routine, work structure, and insights on balancing passion projects with professional commitments.The conversation covers Josh's current projects including Bingo (a repository templates tool) and maintaining legacy projects like Yeoman. They explore linting philosophy, TypeScript's significance, common developer mistakes, and tools like Prettier. The discussion also touches on TypeScript enums, type narrowing, AI's role in coding, and how open source contributions drive personal growth while creating valuable networking opportunities.takeawaysJosh transitioned from Microsoft to open source for passion, not money.He structures his open source work similarly to a 9-5 job.Balancing work and personal projects is crucial for mental health.Bingo aims to simplify the process of creating repository templates.Yeoman remains relevant for certain users despite its age.Maintaining legacy projects can be rewarding and insightful.Linting is customizable and should be adapted to project needs.Typed linting can enhance code quality but may slow down performance.Developers should not block builds on TypeScript errors during local development.Community trends show improvement in coding practices over time. There are three common forms of static analysis: linting, formatting, and type checking.Formatting should be automated to reduce cognitive load on developers.Type narrowing is a foundational feature in TypeScript that should be mastered early.Enums in TypeScript can lead to confusion and should be used cautiously.Unnecessary type annotations can clutter code and reduce TypeScript's effectiveness.AI tools should assist developers without making decisions for them.Open source contributions can lead to personal growth and better time management.Conflict resolution skills are essential in open source communities.Networking through open source can lead to valuable opportunities.Valuing one's time is crucial in balancing open source work and personal life.Our fantastic GuestJosh Goldberg is an independent full time open source developer. He works on projects in the TypeScript ecosystem, most notably typescript-eslint: a powerful static analysis toolset for JavaScript and TypeScript code. Josh is also the author of Learning TypeScript (O’Reilly), a Microsoft MVP for developer technologies, and an active conference speaker. His personal projects range from static analysis to meta-languages to recreating retro games in the browser. Also cats.BlueSkyfosstodonGitHubChapters00:00 - Intro00:38 - Josh's Journey in Open Source01:38 - Daily Routine and Structure02:24 - Transparency and Community Support03:15 - Passion Projects and Work-Life Balance05:00 - Personal Interests Outside of Coding06:46 - Project Prioritization and Passion08:10 - Understanding Bingo Project31:04 - Enums in TypeScript42:59 - Personal Growth Through Open SourcThank you very much for listening! We are also pretty much on all social media platforms, so make sure to like and subscribe!Homepage - https://www.weeklybrew.dev/ BlueSky - https://bsky.app/profile/weeklybrew.devInstagram - https://www.instagram.com/weeklydevsbrew/TikTok - https://www.tiktok.com/@weeklybrew.devYouTube - https://www.youtube.com/@theweeklydevsbrewLinkedIn - https://linkedin.com/company/the-weekly-dev-s-brew
    --------  
    48:07
  • Bridging Education & Engineering Excellence (with Mark Techson)
    Jan-Niklas Wortmann sits down with Mark Techson, a tech educator and engineer, to explore the intersection of education and technology. They discuss the importance of teaching methods that empower learners, the challenges of coding, and the evolving landscape of tech interviews. Mark shares insights on leadership in tech, the magic of modern development, and his journey with the Angular framework. The conversation also touches on personal passion projects, the impact of AI on the industry, and the importance of transparency and communication in tech.takeawaysTeaching should be in service of the learner.It's important to empower students to feel confident.Don't be afraid to explore solutions in coding.AI is a powerful tool that can enhance productivity.Understanding architecture and design patterns is crucial.Transparency in communication builds trust.The browser has evolved into a powerful tool for development.Passion projects can lead to unexpected opportunities.Leadership skills are essential in tech environments.Preparing for tech interviews requires discipline and practice.Our fantastic GuestMark Techson Mark loves to teach and code.He is an award winning university instructor and engineer with a passion for creating meaningful learning experiences. With over a decade of developing solutions across the tech stack, speaking at conferences and mentoring developers he is excited to continue to make an impact in tech. Lately, Mark has been spending time as a Developer Relations Engineer on the Angular Team.YouTubeX(formerly Twitter)InstagramLinks and ResourcesResource RFC (Part 1 and Part 2)Jason Lengstorf and CodeTVThank you very much for listening! We are also pretty much on all social media platforms, so make sure to like and subscribe!Homepage - https://www.weeklybrew.dev/ BlueSky - https://bsky.app/profile/weeklybrew.devInstagram - https://www.instagram.com/weeklydevsbrew/TikTok - https://www.tiktok.com/@weeklybrew.devYouTube - https://www.youtube.com/@theweeklydevsbrewLinkedIn - https://linkedin.com/company/the-weekly-dev-s-brew
    --------  
    53:53

Weitere Technologie Podcasts

Über The Weekly Dev's Brew

Join host Jan-Niklas Wortmann in 'The Weekly Dev's Brew, where we explore the latest in web development, JavaScript, TypeScript, and emerging technologies. Engage in coffee shop-style conversations with industry experts to learn about frameworks like React, Vue, Angular, and everything remotely related. Follow us on social media for more insights https://www.weeklybrew.dev/
Podcast-Website

Hören Sie The Weekly Dev's Brew, Ö1 Digital.Leben und viele andere Podcasts aus aller Welt mit der radio.at-App

Hol dir die kostenlose radio.at App

  • Sender und Podcasts favorisieren
  • Streamen via Wifi oder Bluetooth
  • Unterstützt Carplay & Android Auto
  • viele weitere App Funktionen
Rechtliches
Social
v7.18.7 | © 2007-2025 radio.de GmbH
Generated: 6/26/2025 - 5:02:35 PM