Traversy Media

Traversy Media

Traversy Media features the best online web development and programming tutorials for all of the latest web technologies from the building blocks of HTML, CSS & JavaScript to frontend frameworks like React and Vue to backend technologies like Node.js, Python and PHP

Stop Worrying About AI!

Stop Worrying About AI!

Prisma Crash Course

Prisma Crash Course

Пікірлер

  • @Promise_Dev_Code
    @Promise_Dev_Code23 сағат бұрын

    Good afternoon please can use help me with the code you used in the sublime text please am kind of confused with your code in github.

  • @RajuSingh001732
    @RajuSingh001732Күн бұрын

    Excellent

  • @shoot2kill445
    @shoot2kill445Күн бұрын

    Yo Brad, can you make a new Laravel project crash course?

  • @foolhardy8173
    @foolhardy8173Күн бұрын

    1:10:14 const session = require('express-session') const MongoStore = require('connect-mongo') dotenv.config({ path: './config/config.env' }) //... app.use(session({ secret: 'keyboard cat', resave: false, saveUninitialized: false, store: MongoStore.create({ mongoUrl: process.env.MONGO_URI, mongooseConnection: mongoose.connection }), })); creating session in 2024

  • @ShadowAIs1
    @ShadowAIs1Күн бұрын

    Will this code work in 2024 and worth watching?

  • @hamishmoocow2070
    @hamishmoocow2070Күн бұрын

    Is there a simple way to allow for each product to have multiple categories like tags?

  • @mattmsmith
    @mattmsmithКүн бұрын

    QUESTION BRAD: I am interested in ASP .NET C# Development, manipulating APIs, etc. I am about to graduate with my Bachelor's in Software Engineering. I am interested in big companies because of the job security and structure. Banks, Finance, Real Estate, Health, Manufacturers, etc. Which framework out of Angular and React would you recommend, I specialize in? I am based in Austin Texas

  • @xReTuneSx
    @xReTuneSxКүн бұрын

    I am very happy, thanks

  • @xavelor
    @xavelorКүн бұрын

    This was just what I was looking for! Thank you for sharing this.

  • @HKOVENOM
    @HKOVENOMКүн бұрын

    __dirname is back in Node.js with ES modules: import.meta.dirname // The current module's directory name import.meta.filename // The current module's file name

  • @naru31k84
    @naru31k84Күн бұрын

    Thanks dude, really helped with search:3

  • @theegreatestever2420
    @theegreatestever2420Күн бұрын

    Thanks a lot!

  • @SamanChahiye
    @SamanChahiyeКүн бұрын

    Great

  • @HamidjonDadaboyev
    @HamidjonDadaboyevКүн бұрын

    greT

  • @giorgiteliashvili5268
    @giorgiteliashvili5268Күн бұрын

    Thanks nice explanation. could you advice how to record that live screens next to each other while coding?

  • @Potatomato44
    @Potatomato442 күн бұрын

    THX Brad, learned everything from you, it gives me a very peaceful vibe just listening to your voice, so I still watch/listen your every video.

  • @christopherlopez2491
    @christopherlopez24912 күн бұрын

    I started watching you and your html intro video in 2019. Im still here… still learning and still building thank you so much for these videos

  • @vuenice
    @vuenice2 күн бұрын

    You haven't used useFetch or useAsync, this was vue with nuxt router.

  • @kelvinmacharia3715
    @kelvinmacharia37152 күн бұрын

    Follow up on create a react app with Vite. Do you use npm init vite@latest my-project or npm create vite@latest my-project?

  • @adamacamara9308
    @adamacamara93082 күн бұрын

    My learning creer starts today, as i just ended this video. Tomorrow is CSS, i really enjoyed it Mr Traversy. You are an awesome teacher. Hope everything goes well. My goal is to be a front end developer from today to may 1, 2025.

  • @bilalahmed4065
    @bilalahmed40652 күн бұрын

    Superb tutorial. Really love it.

  • @HKOVENOM
    @HKOVENOM2 күн бұрын

    is the npm start script for nodemon not working for anybody else? I kept getting the error : bad option: --env-file=.env. I had to install nodemon globaly and run : nodemon --env-file=.env server.js

  • @elitesinspiration
    @elitesinspiration2 күн бұрын

    Brad you are a blessing pal. You are yourself pal. May God bless you bro. Watching from Kenya.

  • @khalidelgazzar
    @khalidelgazzar2 күн бұрын

    Great video & great series

  • @alvaro-escalante-naves
    @alvaro-escalante-naves2 күн бұрын

    How would you call the fetchData from an onclick event using 'use'?

  • @catoom10
    @catoom102 күн бұрын

    It looks good! However, I have expected a better solution in add and update page, using code once

  • @deAtog
    @deAtog2 күн бұрын

    Your last example with the email address could have been greatly simplified by using an hx-target on the email input for the validation message. Swapping out the entire email input and duplicating the HTML for it multiple times is very sloppy in my opinion. Everything else was well put together.

  • @shasha6790
    @shasha67902 күн бұрын

    If you don't use react, you have to refresh the page each time. How one can fix while not using react and plain html css js website?

  • @user-rf3jr7jo6q
    @user-rf3jr7jo6q2 күн бұрын

    Hello! your courses are awesome! where i can find pics for this lesson (like logo, tabs etc)!?

  • @akmayank856
    @akmayank8563 күн бұрын

    really needed it, thanx

  • @codermeloman3030
    @codermeloman30303 күн бұрын

    So good you don't use any frameworks. Thank you!

  • @JohnReyBaylen
    @JohnReyBaylen3 күн бұрын

    Note: React.useActionState was previously called ReactDOM.useFormState in the Canary releases, but we’ve renamed it and deprecated useFormState. - From React Doc

  • @khalidelgazzar
    @khalidelgazzar3 күн бұрын

    That's one hell of a tutorial. Thanks Brad 😊👍

  • @dahyeyoon2181
    @dahyeyoon21813 күн бұрын

    Super helpful comprehensive video

  • @Nightpullsallperception
    @Nightpullsallperception3 күн бұрын

    Why does everyone that makes node.js tutorials have to be using mac?

  • @boriwayeoluwatosin2521
    @boriwayeoluwatosin25213 күн бұрын

    Who is watching in 2024 😊

  • @ajassharafudeen
    @ajassharafudeen3 күн бұрын

    Thank you very much. It is what I needed. 100devs brought me here.

  • @seeesh1165
    @seeesh11654 күн бұрын

    You should make more videos.

  • @TraversyMedia
    @TraversyMedia4 күн бұрын

    I'm trying my friend. Just have a lot going on right now 😉

  • @jeroen.herczeg
    @jeroen.herczeg4 күн бұрын

    Thank you for the tutorial! I like that you focus on electron and not on adding a front-end framework in the mix. It made the way you explained the main process, renderer and IPC communication very clear!

  • @PlottingAnEscape
    @PlottingAnEscape4 күн бұрын

    My favourite annual video of all channels on KZread! And I savour it all year; watching bits and pieces as the years goes on 😄👍

  • @HappyHitman
    @HappyHitman4 күн бұрын

    Thank you. Ive watched so many supabase vids and this is the first that covers the "only edit my own items" scenario. Thank you

  • @twitch6755
    @twitch67554 күн бұрын

    I love you

  • @mindfulengineer
    @mindfulengineer4 күн бұрын

    Thank you for sharing, it meant a lot. We need to hear the negatives as much as the positives so we don't quit, thinking it's just us and we aren't meant to do this. Perseverance, learning from/through mistakes and knowing that even those ahead of us just had more failures than us but still fought through it.

  • @minhduc8a21
    @minhduc8a214 күн бұрын

    Thank sir! This course is amazing!

  • @JumaleAbdi-tu3zh
    @JumaleAbdi-tu3zh4 күн бұрын

    Why is Android development overly complicated and over-engineered? Why can't it be easier like web development or backend development? Unnecessarily weirdly named classes and functions make even simple tasks feel like coding for a missile navigation system. I'd rather write a full-stack web app from scratch in C (a custom frontend UI library written in C, database, and RESTful API) than writting Android development.

  • @MrJMD500
    @MrJMD5004 күн бұрын

    Was curious how vite worked and found your video to be super helpful. Thought I heard a boston accent so decided to check out your channel. I'm two minutes into this video and find it to be very moving. Earned a sub today, go sox

  • @user-oe2cv6fh9c
    @user-oe2cv6fh9c4 күн бұрын

    We are waiting for express framework bro when you will release

  • @rosesandsongs21
    @rosesandsongs214 күн бұрын

    Dumb? Absolutely not, I'm just too lazy, extremely too lazy!

  • @kelvinmacharia3715
    @kelvinmacharia37154 күн бұрын

    Wow! Greate resource ever

  • @tamawijaya_
    @tamawijaya_4 күн бұрын

    It's been years, and you look different now! Looking more awesome! Thanks for sharing your opinion