Finshark Demo!
1:29
2 ай бұрын
Пікірлер
@nipungrover7058
@nipungrover7058 Сағат бұрын
This is by far the best thing I've come across, I am just surprised you produced these many videos of this quality. I have seen very professional videos, I have seen the exact format of explanation, the only problem is that most of them are very specific to a topic and not a full fledged project, the quantity is always way less or most people skip explanations and post a 4 hour tut, you learn but, you get more frustrated. As a non beginner, this sits perfectly from beginner to intermediate level people. Not many people are able to pull this off. Its a broad range of audience that can learn. Thanks man.
@JoaquinAmodio
@JoaquinAmodio Күн бұрын
bros typing accuracy is like 30%. Lol thanks for the tutorial.
@xxzxxw
@xxzxxw Күн бұрын
Steel Panther is a great band.
@TeddySmithDev
@TeddySmithDev Күн бұрын
imma have to check this out. they are post 80's so this new and exciting lmao
@rafastepniewski6135
@rafastepniewski6135 Күн бұрын
Best Spring-Test Series Ever!
@dyakosekanyan1672
@dyakosekanyan1672 Күн бұрын
Thank you, my Bro
@P-no7gc
@P-no7gc Күн бұрын
Did you just let one rip at 0:13?
@TeddySmithDev
@TeddySmithDev Күн бұрын
No that was my pet bullfrog
@P-no7gc
@P-no7gc 17 сағат бұрын
@@TeddySmithDev Thanks for the confirmation
@BlurExdins
@BlurExdins Күн бұрын
I tried to create OnetoOne migrations but , after "dotnet ef update database" it gave me error so i decided to delete migrations and do "dotnet add migrations init"
@segunbabalola7430
@segunbabalola7430 2 күн бұрын
You don't know how much what you said from 8:26 to 9:20 mean to a lot of people. The encouragement is great
@guratete
@guratete 2 күн бұрын
Am I the only one who has problems with the videos buffering? I am sure it's not my network coz another tab is loading fine at 4K
@andstrangecount4703
@andstrangecount4703 2 күн бұрын
Isn't update -> put in 11:29
@andstrangecount4703
@andstrangecount4703 2 күн бұрын
what's the softwere u are using is when u explaining stuff in the start ?
@andstrangecount4703
@andstrangecount4703 2 күн бұрын
5:33 "open with Code" is not appears. There is only "open with visual studio". I have vs code.
@Khal_Rheg0
@Khal_Rheg0 2 күн бұрын
Thank you!
@Khal_Rheg0
@Khal_Rheg0 2 күн бұрын
Thank you!
@Mo_ali2905
@Mo_ali2905 2 күн бұрын
8.43 Having _context parameter and injecting it in Stockcontroller constructor is unnecessary since you used it and inject it in stock repository.
@justthings4044
@justthings4044 3 күн бұрын
how about you just write slower instead of trying to write as fast as possible and making 100 mistakes in one line and needing to correct it ending up loosing more time...
@user-zq1um1mf1s
@user-zq1um1mf1s 3 күн бұрын
All of your css files are empty in the repo
@TeddySmithDev
@TeddySmithDev Күн бұрын
You won't need CSS, till we get to Tailwind
@Khal_Rheg0
@Khal_Rheg0 3 күн бұрын
Thank you!
@Khal_Rheg0
@Khal_Rheg0 3 күн бұрын
Thank you!
@ReemaSharma-if5hd
@ReemaSharma-if5hd 3 күн бұрын
Arre we creating tables or we are doing it through models?
@Khal_Rheg0
@Khal_Rheg0 3 күн бұрын
Thank you!
@wimlotz713
@wimlotz713 3 күн бұрын
Thanks for all this effort. Two things one if you want you can run dotnet watch (you dont need the run after the watch). Also for the update endpoint you can just use [HttpPut("{id}")], you dont need the route.
@Khal_Rheg0
@Khal_Rheg0 3 күн бұрын
Thank you!
@Khal_Rheg0
@Khal_Rheg0 3 күн бұрын
Thank you!
@imaginationis474
@imaginationis474 3 күн бұрын
i finished the course and i can say that this course perfect for beginners. İ creat demo WhatsApp project with this course
@Khal_Rheg0
@Khal_Rheg0 4 күн бұрын
THANK YOU!
@iamabhirupdatta
@iamabhirupdatta 4 күн бұрын
Hey, thanks for this video. 1 suggestion: we can use PropsWithChildren from react, instead of manually typing children:ReactNode.
@My0ldFr13nd
@My0ldFr13nd 4 күн бұрын
Hi. I don't know if you're still reading comments under this series but I've got a question You see, I've been working on app that has 2 types of users - employees and clients - that are stored in seperate tables, therefore they are seperate entities and use seperate models. For employees, I was planning to have 2 roles - a normal EMPLOYEE and ADMIN, while every client has a CLIENT role. I don't think it makes much sense to make a triple-join table between employees, clients and roles, so I wanted to ask if there's a way to automatically assign the role CLIENT to any user stored in the clients table, or should I just give in and make a join table with a role column, client column and employee column?
@Khal_Rheg0
@Khal_Rheg0 4 күн бұрын
Thank you! Great Stuff!
@rasovukicevic3190
@rasovukicevic3190 4 күн бұрын
Is there a reason why we create a category in CategoryRepository with _context.Add(category); and not with _context.Categories.Add(Category); ? Are both ways good and is there any diference?
@robertcameron7287
@robertcameron7287 4 күн бұрын
Code in Video 4 shows errors because 2 classes are required that have not been mentioned previously. PokememonCategory and PokemonOwner. Did you miss them or is this something .det net 8 needs as that's what i'm using. Pinched code from your Github so all good :)
@abhaykumarsharma5672
@abhaykumarsharma5672 4 күн бұрын
Hi Teddy, I am getting the below error on Include: System.InvalidOperationException: The expression 'c.Comments' is invalid inside an 'Include' operation, since it does not represent a property access: 't => t.MyProperty'. Thanks, Abhay
@Okolieazubuike
@Okolieazubuike 5 күн бұрын
Hi, Teddy. Thanks for the manual mapping. My question supposing we have more dtos do i have to configure all like this?
@robertjustrobert
@robertjustrobert 5 күн бұрын
My ids are starting at 13 and ending at 15 instead of starting at id 1 like yours. Is that bad?
@Khal_Rheg0
@Khal_Rheg0 5 күн бұрын
Thank you! Please re-check the video from 2:02. There might be something missing.
@indicprogrammer
@indicprogrammer 5 күн бұрын
It was great journey to watch your videos and do practice side by side. keep it up doing the great work...
@zakazbakh4233
@zakazbakh4233 5 күн бұрын
Why dont set user table in DbContext?
@Khal_Rheg0
@Khal_Rheg0 5 күн бұрын
Why sometimes use DTO and other times Dto? It makes the naming scheme a bit confusing. I got an error because I used ToStockFromCreateDto instead of ToStockFromCreateDTO.
@Khal_Rheg0
@Khal_Rheg0 6 күн бұрын
Thank you!
@Khal_Rheg0
@Khal_Rheg0 6 күн бұрын
Thank you!
@user-ev9xr2xv2m
@user-ev9xr2xv2m 6 күн бұрын
Thank you for your explanation I have some questions where I can Ask you
@Khal_Rheg0
@Khal_Rheg0 6 күн бұрын
Thank you!
@Khal_Rheg0
@Khal_Rheg0 6 күн бұрын
Thank you!
@Khal_Rheg0
@Khal_Rheg0 6 күн бұрын
Thank you!
@Khal_Rheg0
@Khal_Rheg0 6 күн бұрын
Thank you!
@jotasenator
@jotasenator 6 күн бұрын
omg!!! need this, on it
@augustorobles9931
@augustorobles9931 7 күн бұрын
Thanks for this amazing course!
@SofiHarutyunyan-sq9zc
@SofiHarutyunyan-sq9zc 7 күн бұрын
I have this error - Can't bind to 'detail' since it isn't a known property of 'app-county-detail'. 1. If 'app-county-detail' is an Angular component and it has 'detail' input, then verify that it is included in the '@Component.imports' of this component. , also I have an error with @Input(),what can I do??
@ajaya1750
@ajaya1750 7 күн бұрын
you did noy Mockito at all 🙅