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
  • 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
  • Signals
    Aug 22 2024

    It was teased in the last episode already and here it - Michael and Alex talk about the current hype in the front end development community: Signals. But if you as a Vue developer don't feel hyped around it and maybe even didn't hear much around it, fear no more - that is normal and will be explained in the episode too.

    Join the two Vue experts covering the history of Signals, what's behind the term and how they work in Vue.js and other major frameworks.
    And of course, the TC39 proposal to add Signals to the language itself wasn't forgotten either.

    Enjoy the episode!

    Chapters

    • (00:00) - Welcome to DejaVue
    • (01:06) - Signals and Reactivity
    • (04:41) - Functional Programming
    • (10:51) - Signals in Modern Frameworks
    • (11:48) - How Signals look like in other Frameworks
    • (14:20) - Signals in Vue
    • (15:20) - Signals vs. refs?
    • (17:51) - A Standard for Signals
    • (21:54) - Benefits of Signals in the language
    • (25:16) - Vue.JS DE Conf 2024


    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 #E022 - Reactivity in Vue
    • Haskell
    • OCaml
    • Elixir
    • Elm
    • Zod
    • Valibot
    • Solid.js
    • Building solid-like Signals in Vue with shallowRef
    • Vue Docs on Signals
    • TC39 Proposal
    • VueUse


    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
    26 mins

What listeners say about DejaVue

Average customer ratings

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