DejaVue

By: Alexander Lichter & Michael Thiessen
  • Summary

  • Welcome to DejaVue, the Vue podcast you didn't know you needed until now! Join Michael Thiessen and Alexander Lichter on a thrilling journey through the world of Vue and Nuxt. Get ready for weekly episodes packed with insights, updates, and deep dives into everything Vue-related. From component libraries to best practices, and beyond, they've got you covered.
    © 2024 Alexander Lichter & Michael Thiessen
    Show More Show Less
activate_samplebutton_t1
Episodes
  • Nuxt Modules and Open Source at work (with Lucie Haberer)
    Sep 12 2024

    In this episode, Alex is joined by fellow Nuxt core team member Lucie Haberer, who is not only a DX Engineer at Prismic, doing open source but also public speaking.

    Together they talk about Lucie's recent free Nuxt and Nuxt UI course and how she got into Vue and Nuxt. Lucie explains further why she fell in love with Nuxt modules and which modules she built so far - with some enlightening surprise there!

    In addition, they talk about how Open Source works at Prismic - from when they do open source over to sponsoring projects and contributing - and many more insights.

    Enjoy the episode!

    Chapters

    • (00:00) - Welcome to DejaVue
    • (00:49) - A Free Nuxt UI Course
    • (04:02) - How you got into Vue.js
    • (06:42) - From Building a Nuxt module for SSG to joining the core team
    • (13:48) - A module to control your smart lightbulb?
    • (14:35) - Running a Nuxt module in every Nuxt app on the computer
    • (19:33) - Public Speaking and Conferences
    • (23:41) - Local Meetups
    • (26:26) - Lucie's responsibilities in the Nuxt team
    • (27:27) - Inbox 0 and GitHub notifications
    • (28:55) - Building vs. working with a framework
    • (31:21) - Monkey patching - but don't forget to raise an issue!
    • (32:11) - Being a DX Engineer
    • (35:20) - Prismic and Open Source
    • (40:56) - Open Source Sponsoring
    • (43:00) - Working with other frameworks
    • (45:36) - Wrapping up


    Links and Resources


    • $10 off for Michael's Nuxt Tips Collection* with this link and the code DEJAVUE
    • 10% discount for the vue.js de Conf in Bonn, Germany* with code DEJAVUE


    • Prismic
    • Free Nuxt UI Course
    • unhead
    • NuxtLink RFC
    • .nuxtrc
    • Nuxt Devtools Discussion
    • defu
    • DejaVue #E024 - Between Agency Work and Open Source (with Zoey and Dan from SIDESTREAM)


    Links marked with * are affiliate links. We get a small commission when you register for the service through our link. This helps us to keep the podcast running. We only include affiliate links for services mentioned in the episode or that we use ourselves.

    Show More Show Less
    47 mins
  • Between Agency Work and Open Source (with Zoey and Dan from SIDESTREAM)
    Sep 5 2024

    This DejaVue episode is a world premiere, with having two guests on the episode for the first time! And not only that, the topics are exciting too. Michael and Alex are joined by Dan and Zoey, both working at SIDESTREAM, an agency using Vue and Nuxt to realize projects.

    But besides the project business, they also have Sidebase, a non-profit "spin-off" responsible for open-source Nuxt modules like @sidebase/nuxt-auth which some of you might know already!

    Listen to the discussion around how doing Open Source benefits SIDESTREAM, how the Vue job market and hiring works, why Vue and Nuxt were chosen first of all and all around Nuxt Auth and further modules. Enjoy the episode!

    Enjoy the episode!

    Chapters

    • (00:00) - Welcome to DejaVue
    • (01:37) - Sidebase vs SIDESTREAM
    • (03:57) - How did you choose Vue and Nuxt?
    • (08:21) - Do clients care about your tech stack?
    • (10:31) - Finding Vue.js Developer to Hire
    • (14:35) - What brought SIDESTREAM to open source?
    • (18:45) - Developing Sidebase - From template to starter
    • (22:11) - Which choices Sidebase offer?
    • (26:03) - The case against wrapper packages
    • (28:57) - How did SIDESTREAM benefits from Sidebase?
    • (33:17) - Inspired by Open Source
    • (37:42) - Influence from previous projects on Sidebase
    • (40:33) - Moving from Python to full-tack TypeScript
    • (45:48) - Separate services or one Nuxt application?
    • (49:47) - The Sidebase Nuxt Auth Module
    • (54:14) - Migrating the base of Nuxt Auth to Auth.js
    • (56:02) - Other Auth solutions
    • (01:02:37) - Dead ends during module development
    • (01:07:48) - The future of Sidebase and SIDESTREAM
    • (01:15:10) - Wrapping up


    Links and Resources


    • $10 off for Michael's Nuxt Tips Collection* with this link and the code DEJAVUE
    • 10% discount for the vue.js de Conf in Bonn, Germany* with code DEJAVUE


    • DejaVue #E015 - Ten Years of Vue (with Evan You)
    • SIDESTREAM
    • Sidebase
    • Sidebase Promo Video
    • Sidebase Launch Tweet
    • Nuxt CLI Wizard
    • Prisma
    • tRPC
    • Sidebase nuxt-auth module
    • Sentry
    • Sentry Nuxt SDK Alpha
    • Add Sentry to Nuxt 3 recipe
    • Nuxt Layers Intro
    • Zod
    • Auth.js
    • nuxt-auth-utils
    • MakerDAO aka Sky


    Links marked with * are affiliate links. We get a small commission when you register for the service through our link. This helps us to keep the podcast running. We only include affiliate links for services mentioned in the episode or that we use ourselves.

    Show More Show Less
    1 hr and 17 mins
  • TypeScript and Content Creation (with Matt Pocock)
    Aug 29 2024

    This episode of DejaVue includes not only knowledge but also a certain degree of magic, as Alex and Michael meet up with the one and only TypeScript Wizard Matt Pocock. Together, they talk about how he became a full-time educator and what the pros and cons are, then of course discussing everything around TypeScript - from Types vs. Interfaces, any vs. unknown, Matt's ts-reset library, Flappy Bird in TypeScript and more amazing nuggets

    Enjoy the episode!

    Chapters

    • (00:00) - Welcome to DejaVue
    • (02:08) - How Matt came to join DejaVue
    • (03:03) - Becoming a full time TypeScript educator
    • (05:10) - What do you miss when doing full time content creation?
    • (08:16) - Being an employee vs. self-employed
    • (14:42) - Why using TypeScript?
    • (19:59) - TypeScript only for libraries?
    • (22:40) - Migrating JS to TS
    • (28:08) - The build/compile step
    • (33:20) - Types vs. Interfaces
    • (37:19) - Declaration Merging pitfalls
    • (41:35) - TS Reset and TS 5.5 improvements
    • (48:25) - TypeScript enforcing a way of programming
    • (51:18) - any vs. unknown
    • (54:25) - Wrapping up


    Links and Resources


    • $10 off for Michael's Nuxt Tips Collection* with this link and the code DEJAVUE
    • 10% discount for the vue.js de Conf in Bonn, Germany* with code DEJAVUE


    • Matt's Truck stream
    • Badass.dev
    • NeverThrow
    • Sentry migrating to TS
    • Stripe migrating to TS
    • TS Reset
    • Dan Vanderkam's PR to TS
    • TS Flappy Bird
    • Total TypeScript


    Links marked with * are affiliate links. We get a small commission when you register for the service through our link. This helps us to keep the podcast running. We only include affiliate links for services mentioned in the episode or that we use ourselves.

    Show More Show Less
    57 mins

What listeners say about DejaVue

Average customer ratings

Reviews - Please select the tabs below to change the source of reviews.