Github Hack you must know🔥🔥
1:28
Пікірлер
@padmanabhans6632
@padmanabhans6632 16 сағат бұрын
123 and 0 is finall
@Aravind-mh5wh
@Aravind-mh5wh 23 сағат бұрын
when i stuck in work i used to go with your videos. Mostly i got the answers to all of my question till now. As i observed i wanted to highlight small thing that initially you have declared total variable inside the function and you told the reason that we can't add in that way and you have removed then pass it as param right ? i hope we can write like below: function recursiveFun(n){ let total = 0; if(n==0) return 0; return total+n+recursiveFun(n-1) } This one also returns same output. Your way also right, but functional scope variable doesn't make any load and it would be better instead param pass. Thanks and very helpful your videos.
@forza2718
@forza2718 Күн бұрын
This is called basic concept explanation ......you are not like the other youtubers who covered only the theory
@ms_anirudh
@ms_anirudh 2 күн бұрын
In Angular, interceptors are classes that implement the HttpInterceptor interface. They can be used to perform various tasks related to HTTP requests and responses, such as: Adding headers: Interceptors can be used to add custom headers to all HTTP requests. This can be useful for setting authentication headers or tracking requests across multiple applications. Handling errors: Interceptors can be used to handle errors that occur during HTTP requests. This can be useful for logging errors or retrying failed requests. Modifying the request or response data: Interceptors can be used to modify the request or response data before it is sent to or received from the server. This can be useful for transforming data into a different format or for adding additional information to the request or response. Logging: Interceptors can be used to log all HTTP requests and responses. This can be useful for debugging applications or for tracking the performance of applications. Authentication: Interceptors can be used to add authentication headers to all HTTP requests. This can be useful for ensuring that all requests are made with the correct credentials. Some benefits of using HTTP Interceptors in Angular include: Testability and reusability: Interceptors can be easily tested and reused in different applications. Centralized code for cross-cutting concerns: Interceptors can be used to centralize code for cross-cutting concerns, such as authentication and logging.
@RohitVijayvargiya-gk7vg
@RohitVijayvargiya-gk7vg 4 күн бұрын
ERROR - useEffect hook expects a function as its argument, not a Promise or async function
@mohdayan468
@mohdayan468 5 күн бұрын
If we did any changes in the component then sometimes we call ngoninit() so then how can I Sayed it called only once
@Praj-ts9lq
@Praj-ts9lq 5 күн бұрын
very well explained
@mallikarjunkatkam9315
@mallikarjunkatkam9315 6 күн бұрын
Hii Mam, Really Nice Explanation. Can you please make a video on readonly property to radio buttons in angular? How we can apply readonly behaviour on radio buttons?
@ronaldomaia
@ronaldomaia 7 күн бұрын
Good and simple explanation
@jaynaik6342
@jaynaik6342 8 күн бұрын
Good job dear🙌
@dheerajrajput6709
@dheerajrajput6709 8 күн бұрын
But react also do server side rendering using functional components.
@kuoyulu6714
@kuoyulu6714 9 күн бұрын
So easy to follow and understand, thanks!
@charmilakondayagunta584
@charmilakondayagunta584 10 күн бұрын
First thing is there is no parameter being passed in UseEffect ...so this UseEffect keeps executing continuously and also doing a setstate in UseEffect throws error for using setstate inside useeffect
@RohitVijayvargiya-gk7vg
@RohitVijayvargiya-gk7vg 4 күн бұрын
since the dependency array is empty, it will run only once (at the initial load) and not infinitely. Also, we can do setState inside useEffect without any problem. PS - Dont comment wrong answers
@tousifbiswas1115
@tousifbiswas1115 11 күн бұрын
greate ...
@harshkankariya4423
@harshkankariya4423 11 күн бұрын
It's really nice and very easy explaination and very under-rated video i think, last part is little complex but new things to learn.
@user-vm7fe8fs6c
@user-vm7fe8fs6c 11 күн бұрын
great explanation......
@user-cd2dw4do9d
@user-cd2dw4do9d 13 күн бұрын
when I refresh the Cart page, the added carts are removed. How to fix it mam?
@saikatnaskar5047
@saikatnaskar5047 14 күн бұрын
Madam node js video please
@shantanushukla1178
@shantanushukla1178 14 күн бұрын
Thank You so much ma'am, you are really very good teacher.
@kavitakorde2445
@kavitakorde2445 16 күн бұрын
helpful
@adarshdwivedi5395
@adarshdwivedi5395 16 күн бұрын
Great tutorial...🎉
@urwithsai
@urwithsai 16 күн бұрын
Fabulous tutorial, do you have the url to the codebase by chance?
@ronakswarnakar8301
@ronakswarnakar8301 16 күн бұрын
wow wow wow so beautiful so elegant just explening like a wow..
@popopopo-wn2mu
@popopopo-wn2mu 17 күн бұрын
bulli chulli yaaah bulli chulli ya... leca leca ... ehhh leca lecaaa
@dharmeshgohil9375
@dharmeshgohil9375 17 күн бұрын
when to use null or this in call apply and bind method can you clear it plz
@sourabhpandit6724
@sourabhpandit6724 18 күн бұрын
Superb Excellent
@sourabhpandit6724
@sourabhpandit6724 18 күн бұрын
Excellent simple Explanation .
@dharmeshgohil9375
@dharmeshgohil9375 19 күн бұрын
const curry = (fn) => { console.log(fn.length); return (curried = (...args) => { console.log(fn.length); if (fn.length !== args.length) { return curried.bind(null, ...args); } return fn(...args); }); }; const total = (x, y, z) => x + y + z; const curriedTotal = curry(total); console.log(curriedTotal(10)(20)(30)); can you explain it with detail what is null doing in thi s return curried .bind(null,...args) plz
@minajmalek7596
@minajmalek7596 19 күн бұрын
it's amazing!! thank you so much. I tried many videos before to learn redux toolkit but found it difficult, but you have made it easier. keep going.
@Vk_ke_shorts
@Vk_ke_shorts 20 күн бұрын
wish u a very happy birthday 🎂
@neerajkgautam
@neerajkgautam 20 күн бұрын
Very well explained. Thank you!
@somnathbiswas07
@somnathbiswas07 20 күн бұрын
Mam please make a video on redux toolkit RTK query 🙏
@satyabratpandey3152
@satyabratpandey3152 20 күн бұрын
Best video for beginner level...
@shashwatmishra8027
@shashwatmishra8027 21 күн бұрын
Thank you for providing such a clear and easy-to-understand explanation.
@user-tc8ru1jt9v
@user-tc8ru1jt9v 22 күн бұрын
seen lots of use Reducer videos but you have explained everything in detail 😍😍
@ashoknaik918
@ashoknaik918 22 күн бұрын
Can you please add some questions related to machine coding rounds for frontend dev...that may helpful for us 😮 and also pls explain, like what interviewer mainly focusing on
@lucassilverio8923
@lucassilverio8923 23 күн бұрын
Amazing tutorial! Thanks for this content!
@dharmeshgohil9375
@dharmeshgohil9375 23 күн бұрын
just loved your explanation can you share all code so we can use it as note before intrerview
@user-yy3bk3bc9u
@user-yy3bk3bc9u 26 күн бұрын
Watching in 2024 100% worth video
@sayedulkrm
@sayedulkrm 28 күн бұрын
They fail because they(interviewer) asked stupid questions Imagine React is 100% and 60% of them you need to use daily basis and most of case Or 40% you didn't even hear or you don't even use in production. And they asked questions from the 40% -_- Common we are human. How many things you want us to remember
@somnathbiswas07
@somnathbiswas07 Ай бұрын
Mam please make one video on redux toolkit RTK query..and the new react router dom using cratebrowserRouter method...
@lucassilverio8923
@lucassilverio8923 24 күн бұрын
She has already: kzbin.info/www/bejne/d5DZg6l6dr-ohdE
@personnumber42
@personnumber42 Ай бұрын
Did you get to making the usecallback video?
@ironman-iu4zv
@ironman-iu4zv Ай бұрын
A few things i would suggest -- provide the github code, it becomes easier to follow along also if there is an error while coding along the viewer can refer the github code. Also try to be descriptive with the title of the video short but catchy like the what kind of project eg. Shopping App using React-Redux and Routerv6. The tutorial is simple and easy to follow and is really good, that is why i took the time to tell you about my opinion. Thanks for the video.
@user-py1gn4kq5v
@user-py1gn4kq5v Ай бұрын
🎉🎉
@saikumar-ut4fx
@saikumar-ut4fx Ай бұрын
Hi Nisha, have you left Angular, how's the market for Angular,and how will be
@imranrqureshi
@imranrqureshi Ай бұрын
Cool! Reall a good tutorial🤩
@dragons.2
@dragons.2 Ай бұрын
thanks sis💪🏻💯 i was struggling to understand deep vs shallow copy and watched many yt videos but you made it easy for me and now i understand it you're a lifesaver fr fr👌✨
@GowthamiD-bx1bn
@GowthamiD-bx1bn Ай бұрын
Thank you so muchhh I got the ans for what I'm looking for...
@personnumber42
@personnumber42 Ай бұрын
You explained this so well. Thank you!
@sarthijoshi9995
@sarthijoshi9995 Ай бұрын
I was back again after 8 months and let me tell all that this is the BEST video where I found everything in structured manner. No confusion in understanding and learning this things in one shot.. Thanks Nisha, keep it up with good videos