What Does Senior Developer Use to Build Side Projects?

Поділитися
Вставка
  • Опубліковано 1 жов 2024
  • 🌎 Follow me here:
    Discord: / discord
    Twitter: / tomdoes_tech
    Facebook: / tomdoestech​
    Instagram: / tomdoestech​
    TikTok: / tomdoes_tech
    ☕ Buy me a coffee: www.buymeacoff...

КОМЕНТАРІ • 35

  • @TomDoesTech
    @TomDoesTech  Рік тому +8

    What are you using to build your side project?

  • @royz_1
    @royz_1 Рік тому +6

    I have this exact same problem. Whenever I start a side project, I tend to learn a bunch of new technologies for it and I never get time to finish the project or lose interest.

  • @ccccjjjjeeee
    @ccccjjjjeeee Рік тому +5

    I've been real busy with day job and family stuff so no ETA, but we're thinking of adding a Kysely (query builder) + Drizzle (tooling) option to T3. The main reason for this is that in the long run we want to make it as easy as possible for people to deploy to edge workers.

    • @universe_decoded797
      @universe_decoded797 Рік тому

      I haven’t used t3 for 6 months. Any major improvements that I’ve missed? Would be cool if you guys can add drizzle connected with next auth. I would probably use it again.

    • @2breezy866
      @2breezy866 Рік тому

      I've recently integrated Kysely into my T3 app and I'm absolutely loving it. Prisma for schema management + Kysely for query building has been the perfect combo imo. I can't believe I hadn't heard about it sooner.

  • @ashutosh887_
    @ashutosh887_ Рік тому +4

    Would love to see your tutorial videos on this soon Tom!

  • @amannambisan6870
    @amannambisan6870 Рік тому +1

    Wow! Would love to see the schema you've made to make the custom next auth adaptor work. Any way we can get a tutorial on this

  • @yunyang6267
    @yunyang6267 6 місяців тому

    how is this project going

  • @joshuasingh854
    @joshuasingh854 Рік тому +3

    Why drizzle instead of prisma? Any reason?

    • @Luka_brx
      @Luka_brx Рік тому

      Prisma ships to much data

    • @muhammedubeyd
      @muhammedubeyd Рік тому

      @@Luka_brx what does it mean ?

    • @akosbalint3485
      @akosbalint3485 Рік тому

      Drizzle is faster, especially at cold boot

    • @muhammedubeyd
      @muhammedubeyd Рік тому

      If it was that, it's very important when using NextJs 👍👍, and as I remember last month Prisma enhanced the cold boot, by refactoring the Prisma engine...

    • @TomDoesTech
      @TomDoesTech  Рік тому +2

      I like that it's closer to SQL, it's faster, doesn't send multiple queries, schemas are just TypeScript, can have schemas in different files, the type inference is better, I don't have to restart my editor all the time to get it to work

  • @IkraamDev
    @IkraamDev Рік тому +1

    Good video!

  • @yunhanhuang9304
    @yunhanhuang9304 Рік тому

    I'd like to see your tutorial video of all the techs mentioned in this video. HaHa.😎

  • @mohaniya15
    @mohaniya15 Рік тому

    I think the drizzle adapter is ready! You should check it out now!

    • @TomDoesTech
      @TomDoesTech  Рік тому +1

      Yeah I saw that. I did check it out but mine does a few custom things that I want to keep

  • @nabinsaud4688
    @nabinsaud4688 Рік тому

    I also love maintine ui

  • @iamsahebgiri
    @iamsahebgiri Рік тому

    Are you using neon db for local development as well or a separate postgres hosted locally?

  • @SR-zi1pw
    @SR-zi1pw Рік тому

    Why use seperate go server can implement same function inside next

    • @TomDoesTech
      @TomDoesTech  Рік тому

      Because I can't put Caddy in front of Vercel and control their SSL certs

  • @saurabh9446
    @saurabh9446 Рік тому

    Can u show TLS and caddy part in detail?

    • @TomDoesTech
      @TomDoesTech  Рік тому

      I made a video about it a while ago ua-cam.com/video/O-uhl6KzcfQ/v-deo.html

  • @nicolaichristensen6531
    @nicolaichristensen6531 Рік тому

    neon isnt stable

  • @mohit84604
    @mohit84604 Рік тому

    Sir, please could you make vidoes on mongoose and express with typescript specificly mongoose. It's documentation of typescript is very confusing. I know that there are already vidoes present in this channel but they are old as compared to current state of mongoose library 🙏