Пікірлер
@himanshi191
@himanshi191 9 күн бұрын
can we get github code for this
@DA5656-
@DA5656- 10 күн бұрын
svg link
@kelechinwuba-onyejeana1549
@kelechinwuba-onyejeana1549 10 күн бұрын
Thanks. Simplified teaching
@DarielConde-w9l
@DarielConde-w9l 17 күн бұрын
Thank you for your detailed explanation!!! I was working on a media player project struggling with a bug in chrome when I try to update the value of player.currentTime it resets the value to 0 in Chrome and Edge. Adding the headers in the response was the solution.
@sabinsunny655
@sabinsunny655 18 күн бұрын
Nice video, thanks for the details, Keep up the good work
@gintokiblade1448
@gintokiblade1448 21 күн бұрын
very informative, but u could show the browser in the sidewindow so we can see how each code section executes
@zClaziK
@zClaziK 22 күн бұрын
thank you
@ajithkumara2076
@ajithkumara2076 22 күн бұрын
Very useful. I was so confused. Now I'm clear
@pratiksawant8903
@pratiksawant8903 23 күн бұрын
setError(null) in the try block, to reset error to null.
@Vindettacon
@Vindettacon 27 күн бұрын
The reason why you were not able to find an example of bivariance here is because it looks like you are using a strongly typed language. Any language with a compiler doing strong type checking will balk at the idea of bivariance. This is due to the fact that covariance and contravariance are allowed specifically because they recognize the generic type will ONLY be used in a specific way (either as an output only or input only, respectively). Invariance comes from when you try to use the generic type as both an output and input which leaves no room for substitution. Thus the only way you will se bivariance is to leave strong type checking entirely (for example using javascript) where you can pass in anything and hope for the best.
@CodeRadiance
@CodeRadiance 9 күн бұрын
That's a great point!
@drancerd
@drancerd 27 күн бұрын
Error, Switch has better performance than nested ifs, also You can use *Enum* for performance in *Switch* cases.
@drancerd
@drancerd 27 күн бұрын
What about NullSafety?
@ankit_yadav11
@ankit_yadav11 Ай бұрын
each and everybody is cheaters here , bro why r u pasting few of codes here in this tutorial and at make us understand instead of pasing a single word , got it ??
@Did_UKnowThat
@Did_UKnowThat Ай бұрын
How can we include toast message for success and error? When refetching the same endpoint, the old error message is still there in state right?
@brothertyler
@brothertyler Ай бұрын
Only Indian tutorialist I ever could listen to for more than 10 seconds.
@axiometricgames
@axiometricgames Ай бұрын
Thank you, I got it to work because of this tutorial.
@d36williams
@d36williams Ай бұрын
very nice walk through thanks! and it worked
@spicymustard9066
@spicymustard9066 Ай бұрын
Bro made head first design patterns book a video. Just get the book everyone
@aleksandrmatyka3118
@aleksandrmatyka3118 Ай бұрын
This has nothing to do with Open Graph, don't mislead people. SSR is required! There’s nothing genius about creating a meta tag using the DOM(
@axiometricgames
@axiometricgames Ай бұрын
Where did you source your "boilerplate" ?
@Fahad-73
@Fahad-73 Ай бұрын
Great video.
@peiriskaviranga4825
@peiriskaviranga4825 Ай бұрын
want final code
@LearnDeepDwip
@LearnDeepDwip Ай бұрын
Thank you so much. I understood.
@kelvinbrancalhao652
@kelvinbrancalhao652 Ай бұрын
tnks brother
@4f1narayana59
@4f1narayana59 Ай бұрын
The way you r explainng is very understanding. Could you pls make a video on roadmap for .Net developer. That will be very helpful 😊
@drancerd
@drancerd 27 күн бұрын
Nobody can do that 😂😂😂
@Princecoexia
@Princecoexia Ай бұрын
It seems working everything except for FireFox. Is there any alternative set of code that I need to use instead?
@oyuncubirlii
@oyuncubirlii 2 ай бұрын
Omg finally fixed my CI/CD. I was adding the env variable after the build stage which was ignoring the variable as a whole when firebase deployed it! Thanks
@manunachiketa6897
@manunachiketa6897 2 ай бұрын
Can we make it handsfree?
@hmariam9235
@hmariam9235 2 ай бұрын
thanks, it works!
@smalikazmi
@smalikazmi 2 ай бұрын
awesome
@deepikadeepu9534
@deepikadeepu9534 2 ай бұрын
Open api key asking money is there any alternate for this
@DutGi
@DutGi 2 ай бұрын
Thank u!
@SagarRawat-no1
@SagarRawat-no1 2 ай бұрын
Can we use gemini ai for the same because the openAI api is not free anymore
@SagarRawat-no1
@SagarRawat-no1 23 күн бұрын
Yeah i did
@nimesh_bahuguna
@nimesh_bahuguna 22 күн бұрын
​@@SagarRawat-no1 bro you are same person
@theodorangelos9392
@theodorangelos9392 2 ай бұрын
Absolutely necessary detail of where to install mingw is just mentioned without visuals and pronounced completely incomprehensibly. But how to make a new folder get several minutss with visual? This is useless.
@surajgoraicse
@surajgoraicse 2 ай бұрын
This is amazing. Why don't you start doing face cam ..?
@karthikeyinipeddehapu
@karthikeyinipeddehapu 2 ай бұрын
Hello what we have to do 404 error it showing
@mariagregorio4137
@mariagregorio4137 2 ай бұрын
incredibly simple, I spent like 2 hours trying to achieve this with display: grid... 👏
@entertainmentduniya349
@entertainmentduniya349 2 ай бұрын
how to get source code
@Infinity-Minus-One
@Infinity-Minus-One 2 ай бұрын
Maybe talk more clearly and slowly
@RajkumarP-z7o
@RajkumarP-z7o 2 ай бұрын
I'm using Voice from @react-native-community/voice and Voice from @react-native-voice/voice. Both packages serve the same purpose, but I've accidentally added two instances of Voice on the same page, which is causing a conflict. So I tried installing a different package, and it works, but when I run the project, it only allows me to use one of the packages at a time.example parent components home components and about componet s two coments used samed voice pacjlkage but diffrent varaibales and used but home mic click about page output display what abpout issues
@Harshuuu339
@Harshuuu339 2 ай бұрын
Hello 🤗 i want to use html css and javascript for frontend can you guid me
@Ybee5
@Ybee5 2 ай бұрын
Thanks so much for this!!! I’m going to try these when I get home!!! Q: currently I’m in the beginning stages of Java script, and we are using let (09/27/24) as the variable for most of our tasks. Which variable is more practical in real life.
@sreekarkandala388
@sreekarkandala388 2 ай бұрын
Well done. You are a talented developer with excellent communication skills. I am sure you will be a success in your programming career!
@LinhNguyễnVăn-t7g
@LinhNguyễnVăn-t7g 2 ай бұрын
Thanks for your video
@higiniofuentes2551
@higiniofuentes2551 2 ай бұрын
Thank you for this very useful video!
@MrMattberry1
@MrMattberry1 3 ай бұрын
Great video, I prefer the builder pattern
@MrMattberry1
@MrMattberry1 3 ай бұрын
String interpolation would be nicer, good video though. I would probably use pub sub through redis
@kirkir5533
@kirkir5533 3 ай бұрын
Thanks man!
@jonathabot
@jonathabot 3 ай бұрын
if you're dealing with any errors on this line, just change " auth: auth.getClient() " to "auth: auth". like this: const sheets = google.sheets({ version: "v4", auth: auth });
@NiravThakkar-p6x
@NiravThakkar-p6x 3 ай бұрын
helf full for dynamic sitemap generate