Тёмный
Teddy Smith
Teddy Smith
Teddy Smith
Подписаться
Self-taught software developer.
Two Sum II - 167. LeetCode - C#
7:33
День назад
Ransom Note - 383. LeetCode - C#
11:12
День назад
Add Two Numbers - 2. LeetCode - C#
12:00
День назад
Integer To Roman - 12. LeetCode - C#
8:46
14 дней назад
Group Anagrams - 49. LeetCode - C#
12:28
Месяц назад
Single Number - 136. LeetCode - C#
8:09
Месяц назад
Valid Parentheses - 20. LeetCode - C#
13:31
Месяц назад
Valid Palindrome - 125. LeetCode - C#
9:33
Месяц назад
C# Tutorial For Beginners 2024 - 18. Records
14:38
3 месяца назад
C# Tutorial For Beginners 2024 - 17. List
11:31
3 месяца назад
C# Tutorial For Beginners 2024 - 16. Static
7:23
3 месяца назад
C# Tutorial For Beginners 2024 - 13. Tuple
5:15
4 месяца назад
C# Tutorial For Beginners 2024 - 12. Methods
11:17
4 месяца назад
C# Tutorial For Beginners 2024 - 11. Class
12:29
4 месяца назад
C# Tutorial For Beginners 2024 - 10. While
7:01
4 месяца назад
C# Tutorial For Beginners 2024 - 8. Enum
5:34
4 месяца назад
C# Tutorial For Beginners 2024 - 7. If/Else
14:38
4 месяца назад
Комментарии
@belkhiriasadok7245
@belkhiriasadok7245 12 часов назад
Sir ,Please, help me i got this error: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SNI_PN11, error: 26 - Error Locating Server/Instance Specified)
@belkhiriasadok7245
@belkhiriasadok7245 12 часов назад
i found the solution all you have to do is removing "\\SQLEXPRESS" from the connection string
@asaduzmn
@asaduzmn 15 часов назад
To get rid of the dependencies injection you can use this in Program.cs builder.Services.AddAutoMapper(typeof(MappingProfile).Assembly);
@plsegott
@plsegott День назад
Like button smashed
@grantscott1686
@grantscott1686 День назад
I'm getting an error saying "Feature 'collection expressions' is not available in C# 11.0. Please use language version 12.0 or greater." I am unsure of how to fix this... Any help would be greatly appreciated!
@DrewDubYa
@DrewDubYa День назад
If you're struggling with the command @4:30 `ng generate component pokemon-base/pokemon-detail --module=pokemon-base/pokemon-base.module.ts`
@DrewDubYa
@DrewDubYa День назад
If you're following a long and have issues with the command @11:00 `ng generate component pokemon-base/pokemon-list --module=pokemon-base/pokemon-base.module`
@aumganeshbhaihadiyal5168
@aumganeshbhaihadiyal5168 2 дня назад
Trick I use AND is multiplication, OR is Addition of individual bits
@TeddySmithDev
@TeddySmithDev 2 дня назад
This is good idea. Thank you 👌
@aniruddha7581
@aniruddha7581 2 дня назад
Whats the Database plugin you are using?
@dinamohamed13600
@dinamohamed13600 2 дня назад
Thank you for your efforts. Are all your examples about Pokemon or do I always find a Pokemon video by coincidence 😅 , any way you have a great personality and a fun way of teaching keep posting videos (non-Pokemon ones ) 😃
@TeddySmithDev
@TeddySmithDev 2 дня назад
All the models are Pokémon so I had to use them as examples the whole time. Newest course is not Pokémon lolll
@AslamNazeerShaikh
@AslamNazeerShaikh 2 дня назад
Thanks for the video. Lots of love ❤
@VitisCZ
@VitisCZ 2 дня назад
That's no pointers you're just storing indexes as integers. My pointer solution in C was. int *a,*b,*c; int arr1[]={1,2,3,0,0,0}; int arr2[]={2,5,6}; c=&arr1[5]; a=&arr1[2]; b=&arr2[2]; while(a>=&arr1[0] && b>=&arr2[0]){ *c-- = *a > *b ? *a-- : *b--; }
@AndrewBerry-uo3hy
@AndrewBerry-uo3hy 2 дня назад
You are a goat my guy
@AndrewBerry-uo3hy
@AndrewBerry-uo3hy 3 дня назад
you are a goat brother
@spacemanspiff85
@spacemanspiff85 3 дня назад
This sort of thing is why I dropped Java. If you're copying code around from one part of your project to another, something is poorly designed, usually the framework. This will never not result in a maintenance nightmare.
@DChristop
@DChristop 3 дня назад
Awesome teaching!!!
@JhonRodriguez-y9h
@JhonRodriguez-y9h 3 дня назад
Which is best to use in a Backend Developer role CrudRepository or JpaRepository?
@football3r
@football3r 4 дня назад
I got this error "Request failed with status code 429"
@nipungrover7058
@nipungrover7058 4 дня назад
I'm just commenting for engagement, I've praised this course enough already. I love how many tasks are repetitive throughout the course, just like real life web dev. The only big pain (I mean time spending) in the ass from afaik is making configs and styling which was already given to us. A bit of a bummer as I do not feel even 1% confident on those things. However, I've learned a lot, especially how to keep a website organized. It is still very complex how the structure was divided and how things are being passed around. Coming from OOP languages, it is a tad bit hard to grasp, even now, but amazing course man. Really enjoyed watching the frontend part. I will see how to make c# interact with react.
@TheMp3Guy-pn4cb
@TheMp3Guy-pn4cb 4 дня назад
I'm confused on why you used Squared Brackets instead of Curly Brackets for when creating the array as some code editors don't let you do that and I'm surprised Visual Studio Code let you.
@Parsifal308
@Parsifal308 4 дня назад
Wait, when did we add Rating to Review? .-.
@dinamohamed13600
@dinamohamed13600 4 дня назад
Thank you for the simple explanation, You really care about people getting the idea not just bragging about your skills like other channels
@MustafaKaradeniz-yy1cx
@MustafaKaradeniz-yy1cx 4 дня назад
Thank you for the series, your videos helped me learn mvc.🙂
@MustafaKaradeniz-yy1cx
@MustafaKaradeniz-yy1cx 4 дня назад
nice!!!
@macoldibelli
@macoldibelli 4 дня назад
Best explanation about tests i've ever found. Good job, Teddy!
@RajanPaudel-xh7xv
@RajanPaudel-xh7xv 4 дня назад
Hi Teddy, Like if in case we are not using jpa repository and there is no `.save` method in findall, how to give save data ?
@jibrinmasud
@jibrinmasud 4 дня назад
I have seen this questing when i was taking the Turing challenge and i actully field it. thanks for this tutorials, still waiting for LINQ tutorials.
@YeabsraT
@YeabsraT 4 дня назад
Thanks for the amazing series! Just finished it and learned a lot. Keep up the great work!
@sharjeelfaiq16
@sharjeelfaiq16 4 дня назад
Teddy ROCKED 🎉 Developers SHOCKED 🤩😮
@devincatuns8112
@devincatuns8112 4 дня назад
Great series man. Just what i needed to see. Thanks
@JeatBunkie
@JeatBunkie 5 дней назад
Loving this series
@TeddySmithDev
@TeddySmithDev 5 дней назад
Thanks JeatBunkie. Good to see you again.
@TheMp3Guy-pn4cb
@TheMp3Guy-pn4cb 5 дней назад
Thanks for the tutorial!
@LukeAvedon
@LukeAvedon 5 дней назад
Nice! We need more C# leetcode content.
@TeddySmithDev
@TeddySmithDev 5 дней назад
Yooo good to see u again Luke
@DChristop
@DChristop 5 дней назад
Nice job!!!
@psychcandy
@psychcandy 5 дней назад
Hi, are these problem solving videos suppose to be like "pro-like" code, because mine are way too different from your videos, I don't even care for complexity stuffs yet
@TeddySmithDev
@TeddySmithDev 5 дней назад
not really pro, I just aim for linear/sub linear time complexity.
@psychcandy
@psychcandy 5 дней назад
took me freaking 5 days to solve this 😫🤣
@TeddySmithDev
@TeddySmithDev 5 дней назад
ngl this one was insane
@manishkumarsah6898
@manishkumarsah6898 6 дней назад
but man this is not MVC Set up rather its springboot set up
@joaogabrielv.m328
@joaogabrielv.m328 6 дней назад
Sup, Teddy :) Any chances to make a video about extension methods, pls?
@TeddySmithDev
@TeddySmithDev 5 дней назад
cant say for sure but LINQ is next so might be a nice segway
@manuelbacallao1965
@manuelbacallao1965 6 дней назад
Dude the connection string thing was massive. Love your channel bro. Keep it up.
@BoncukKisisi
@BoncukKisisi 6 дней назад
Hello, newbie here. I couldn't find the image on 6:09 on your GitHub repository nor the code you are writing there. What am I missing?
@capaszetuga6209
@capaszetuga6209 6 дней назад
Can you explain better why we have to use low + 1, high + 1 in first if condition please?
@TeddySmithDev
@TeddySmithDev 6 дней назад
Leetcode wants it “one based” instead of zero indexed. For what reason I have no idea lol
@leighmeyer7793
@leighmeyer7793 6 дней назад
Hi Teddy. I am getting the following error message when uploading image: Object reference not set to an instance of an object. public async Task<IActionResult> Create(CreateClubViewModel clubVM) { if (ModelState.IsValid) { var result = await _photoService.AddPhotoAsync(clubVM.Image); var club = new Club { Title = clubVM.Title, Description = clubVM.Description, Image = result.Url.ToString(), Address = new If I remove the Image=result.Url.ToString(), then it works, but then the image is not uploaded. I checked the Github as well and my code is exactly the same.
@TeddySmithDev
@TeddySmithDev 6 дней назад
You might have the password or key wrong in config file
@casesolia7356
@casesolia7356 6 дней назад
This really needs chapters, so I can find where I am in my progression and match that up with your segments.
@twitchtv.clippers
@twitchtv.clippers 7 дней назад
thank you, you are one of the only channels doing visual studio tutorials.
@fatih7945
@fatih7945 7 дней назад
Thanks Teddy . Great job !
@kanerinken
@kanerinken 7 дней назад
Thanks! I love it! It is so amazing so is possible to be!
@LearnwithChampzz-rv4lk
@LearnwithChampzz-rv4lk 7 дней назад
Teddy, I really loved your approach of teaching. You could have made us use Interface/repo from the start. But you incrementally teaching us How the coding approaches are evolved and make the code look better and better. Much Thanks
@Molecular_Machine
@Molecular_Machine 7 дней назад
Thanks a lot bro. Really one of the best. Top Stuff!
@user-mr5rr9ze1v
@user-mr5rr9ze1v 8 дней назад
Thanks a lot for your very valuable videos but I have a question would you pls explain more about how to order other languages like Persian for instance in descending or ascending format? 🌹
@Richard-yz2gy
@Richard-yz2gy 8 дней назад
hi there, why dont the method calls for "getPokemon", "updataePokemon" etc show in the controller and the actual methods themselves show in the service? at least that what I understood from the diagrams
@autisticandproudsnephew3636
@autisticandproudsnephew3636 8 дней назад
The only PC I have at the moment is a very slow laptop that doesn't have much space to install Visual Studio/VS Code, so is it ok to do this course on something simpler like Replit?
@TeddySmithDev
@TeddySmithDev 8 дней назад
Yeah that’s actually great idea