Тёмный
Mike dev
Mike dev
Mike dev
Подписаться
Hello my name is Michael I am a self taught full stack web developer.
This channel is created to help us all become better developers together.
Комментарии
@ДмитрийБондарь-ж1у
Thank you for excellent video with a lot of useful info!
@charlesokorobo508
@charlesokorobo508 Месяц назад
To Do App is a nonsense project to spend all the muscle memory of Svelte on. I can already build a To Do App with pure JavaScript. Why would I want to learn HTML, CSS, JavaScript, and after all these, learn Svelte-- just to build a To Do App? Please expand your Tutorial to build a Facebook clone. Many React tutorials are spent creating a Facebook, Instagram, RU-vid, and so on clones. We don't want to learn a whole Svelte framework because we want to use it to build a To Do App. We want to learn Svelte because we want to use it to build real world Projects like a Facebook clone. Give us tutorial on how to build Facebook clone with Svelte. Regards.
@Artur-pj2vl
@Artur-pj2vl 2 месяца назад
very helpful tutorial about apollo graphql !
@rafaelbarbosa3030
@rafaelbarbosa3030 3 месяца назад
dude great video but damn why are you so slow
@owofrostyy8840
@owofrostyy8840 4 месяца назад
I feel like you could keep the service lvl cleaner like this: in sign in logic, you didn't have to pass req and res to the service level and could've handled as follows: At the service level: async sign-in(dto) { ...The rest of your code return token; } And then at the controller level: async sign-in(dto, req, res) { const token = await this.authService.sign-in(dto) req.cookie("jwt", token, {...Your cookie options}). }
@mikemalone4867
@mikemalone4867 5 месяцев назад
Very nice! Thank you for this tutorial! I plan on expanding upon it for a personal project 😃 One thing I will add is that my setup needed me to define the Mutation in the schema for the graphql/index.ts file. Without it the server threw an exception and it would not start. I'm not sure how it worked for you in this video 🤔but nevertheless, it was easy to solve.
@kipfitpal
@kipfitpal 5 месяцев назад
Not a good idea to assign a date field a default value of undefined. You should either set it to now ( the current date) or the minimum allowed date (in this case minimum allowed age).
@jonathanwoodruff9590
@jonathanwoodruff9590 6 месяцев назад
Extremely helpful. Now I have a template to work with that I understand and am confident using.
@oanshee2462
@oanshee2462 6 месяцев назад
Oh I love it, thanks! And your voice is really calming 😍
@LordR123
@LordR123 7 месяцев назад
brother I was struggling when implementing the date, I was using MUI date picker, it was making me so confuse and the validation was not working properly. The way you make it works perfect =) thanks! The only thing is that RHF docs says its not recommended to use undefined as defaultValue
@nicolasaguilar2202
@nicolasaguilar2202 7 месяцев назад
can you add images?
@zscoder
@zscoder 7 месяцев назад
We need more PERN in our life cheers 🙌🏻
@Lienhabei
@Lienhabei 7 месяцев назад
Very good course <3
@FacundoColombier
@FacundoColombier 7 месяцев назад
please link to repo, thanks for the video!
@mikefrancis9424
@mikefrancis9424 7 месяцев назад
Fantastic course. Will be using this to help me implement auth functions in a new project I'm building. Thank you!
@BukkyOdunsi
@BukkyOdunsi 8 месяцев назад
I'd follow you to the end of the world for this tutorial 🎉❤
@MuhammadAbubakar-kg1bd
@MuhammadAbubakar-kg1bd 8 месяцев назад
Solved the problem! Thanks😊
@vineetguptagwl
@vineetguptagwl 9 месяцев назад
Please make a Playlist of nest js
@tedogirma
@tedogirma 9 месяцев назад
Thanks Men
@claytorresgaming7212
@claytorresgaming7212 10 месяцев назад
Thank you for this video! Now unto the client side! Cheers! 🍻
@msaliuk
@msaliuk 10 месяцев назад
Suoer
@hafiz2047
@hafiz2047 10 месяцев назад
Please make amazon clone
@stevenmelendez6683
@stevenmelendez6683 11 месяцев назад
eres el mejor, explicas muy bien.
@GameVerse215
@GameVerse215 11 месяцев назад
are you going make video on postgres sequelize and react ... fullstack... ?
@mdhasanmia474
@mdhasanmia474 11 месяцев назад
how to use myuser api for fetching data... i get error unauthorised when i call from react frontend, i set token in token in cokies using jwt-token, then pass it by headers .. but not work.please give a axios example.. its urgent
@mumk
@mumk Год назад
I'm still not done building with this, hopefully soon😋
@pradeepweerasinghe4201
@pradeepweerasinghe4201 Год назад
This is great, it would have been easier for us to navigate if you provided few timestamp.
@justiceessiel6123
@justiceessiel6123 Год назад
why did you stop the series
@somtoobienu5081
@somtoobienu5081 Год назад
Thank you so much for this tutorial. You are a great teacher and a life saver. I am grateful. Keep it up
@onrightside
@onrightside Год назад
what terrible thing happened to your mic ;)
@mikedev4673
@mikedev4673 Год назад
hmm, what do you mean? :)
@victorlee5778
@victorlee5778 Год назад
Hi bud very comprehensive videos could you include the respo link too?
@mikedev4673
@mikedev4673 Год назад
oh I think I forgot to open repo, will do it tomorrow
@viveksharma-uk2jg
@viveksharma-uk2jg Год назад
can i create server.ts file as well ..??
@mikedev4673
@mikedev4673 Год назад
sure just change your imports accordingly
@murtadanazar
@murtadanazar Год назад
Dude, put the course into a playlist. Please ❤
@mikedev4673
@mikedev4673 Год назад
yea sure, anyway I think I will post just one more video regarding authentication and will cut it Nextjs is still garbage and I will not continue using it.
@murtadanazar
@murtadanazar Год назад
@mikedev4673 Well, how about nestjs? Are you going to publish more courses about it
@mikedev4673
@mikedev4673 Год назад
@@murtadanazar yes I want to start a project soon with nest + sveltekit
@murtadanazar
@murtadanazar Год назад
@mikedev4673 This would be really cool. Well, we are waiting for you, and I have a suggestion for you. Can you use Type ORM? In the project and make it a microservess or use GraphQL for the api
@mikedev4673
@mikedev4673 Год назад
@@murtadanazar from what I remember I saw in the benchmarks that Type ORM and Prisma are pretty equal in terms of performance so I did not bother to learn it (as Prisma is already very developer friendly), regarding GraphQL I need to see how the meta frameworks can handle it with all the server side render and stuff so need to see if Sveltekit / Next are capable of working with it properly. Microservices can be an interesting topic I will consider.
@swatantramishra7826
@swatantramishra7826 Год назад
Is the vdo not Available?
@mikedev4673
@mikedev4673 Год назад
vdo?
@AirdropsWhitelistHub
@AirdropsWhitelistHub Год назад
thank you bro, really helpful
@devworks8787
@devworks8787 Год назад
One of the best tutorials I was looking for. Subbed!
@brunogustavokilian
@brunogustavokilian Год назад
Great vídeo man keep on doing it 🚀
@AirdropsWhitelistHub
@AirdropsWhitelistHub Год назад
Nice job bro!
@mikedev4673
@mikedev4673 Год назад
github.com/michaelDonchenko/graphql-server-template github link
@PrajwalBati
@PrajwalBati Год назад
Link is broken. e is missing at the end of the link
@mikedev4673
@mikedev4673 Год назад
@@PrajwalBati great catch, thanks
@YunkaiLiu-z5m
@YunkaiLiu-z5m Год назад
very organized. Thanks for your share. Could you please link the source code somewhere next time?
@mikedev4673
@mikedev4673 Год назад
sure, probably forgot to paste a link
@arsyadzain6758
@arsyadzain6758 Год назад
Ignore this, for rewatch purpose only 2. Narrowing 27:07 3. Functions 47:36 4. Classes 1:09:19 5. Generics 1:16:48 6. Conditional-types 1:27:59 7. Utility-types 1:34:45
@baldmannnnn
@baldmannnnn Год назад
HI mike! What is the database that you are using in this course?
@mikedev4673
@mikedev4673 Год назад
Pretty sure it was postgres
@shanemarchan658
@shanemarchan658 Год назад
not an understatement when I say this is the best typescript tutorial on youtube. straight to the point, includes examples and explanation. the best part about this is you did not waste time writing each example first which can make videos painfully long. This was a great refresher for me, thank you and keep it going. +subbed
@mikedev4673
@mikedev4673 Год назад
Thank you for the nice comment, glad you liked it.
@s0ulweaver
@s0ulweaver Год назад
Explanation could have been better. Perhaps by re writing each example in JavaScript first and then achieving the given typescript version. It was very confusing most of the time.
@mikedev4673
@mikedev4673 Год назад
Sorry for the confusion it was meant for more advanced devs that are familiar with the basics, there are many other beginner friendly courses on youtube 🙏
@s0ulweaver
@s0ulweaver Год назад
@@mikedev4673 no need to apologize as you've clearly mentioned in the video title "beyond junior level" - which I am. I've 6 months front-end developer commercial experience in React with typescript and next js. So either you are referring to 3-5 years experienced devs as 'beyond junior' or the explanations are really not upto the mark. I just believe it's the latter but I maybe wrong. In that case there is clearly a skill gap between what I am and what I think I am. But mostly not, because I know the js, React, type hint and many general concepts very well
@janvincentclaudio4237
@janvincentclaudio4237 Год назад
I tried to add manually the isAuth : true in localStorage and it's accessing the dashboard and stays in ...loading
@mikedev4673
@mikedev4673 Год назад
Interesting .. maybe you found a bug
@mumk
@mumk Год назад
okay I didn't know that typescript have tuple type lol
@mikedev4673
@mikedev4673 Год назад
Yea it’s less common but a cool one to know
@geralt9036
@geralt9036 Год назад
Thank you for this. Getting everything ready, it's gonna be a good night :D
@coderegtech4492
@coderegtech4492 Год назад
can you do it with refreshToken?
@mikedev4673
@mikedev4673 Год назад
It is quite an overkill but I will consider making a real project and include that
@ВладимирГригин-п9о
Greate job! Need frontend with NextJS to this backend and rename fullstack to PPNN(Postgress+Prisma+Nest+Next). Patent plz :)
@mikedev4673
@mikedev4673 Год назад
It's actually made me laugh lol, but a good idea I will consider making a real project with this stuck not just authentication
@michaelo4002
@michaelo4002 Год назад
I just started learning PostgreSQL and this was massively helpful. I went on to build a fullstack jobs management application using this tutorial. I encountered a small issue I am hoping you can help me with. I created all the routes and I am generating and passing the token through the cookie. On my local environment, when a user logs in, the token is saved in the cookie and then the user can go ahead to make other api requests but when I deploy my site on cloud management tools like Render or Railway which hosts a static build file of my frontend, when the site is live and a user logins in, the token is no longer generated and saved in the cookie so I cannot perform api requests that require authentication. I was hoping you can help me explain this. Thank you
@mikedev4673
@mikedev4673 Год назад
Maybe try to look for cookie policies online I don’t remember the options but you have to specify some options if you pass the cookie from different frontend url to your backend