Пікірлер
@exploringarts4152
@exploringarts4152 22 сағат бұрын
good content
@codewithparveenyadav
@codewithparveenyadav 14 сағат бұрын
i am glad you liked it ☺️
@mvhmz
@mvhmz 7 күн бұрын
remove the music
@codewithparveenyadav
@codewithparveenyadav 5 күн бұрын
Apologies for this, this has been fixed in latest videos
@codewithparveenyadav
@codewithparveenyadav 5 күн бұрын
Apologies for this, this has been fixed in latest videos
@mvhmz
@mvhmz 7 күн бұрын
whats with the background music its annoying
@codewithparveenyadav
@codewithparveenyadav 5 күн бұрын
Apologies for this, this has been fixed in latest videos
@MadhuKrishnaM
@MadhuKrishnaM 12 күн бұрын
Hi, explanation is clear and explained very well. I have couple of questions. 1. Will it run on same thread or different? If not, how can we identify it? 2. how can we gather the result of the methods which are executed in given time range? Thanks in Adv.☺
@codewithparveenyadav
@codewithparveenyadav 10 күн бұрын
Hi Madhu, 1. Every request would have their own thread. 2. I am not very sure on the ask, could you please come in a different way?
@stacs-f1v
@stacs-f1v 12 күн бұрын
Maybe you can give Apidog a try?
@codewithparveenyadav
@codewithparveenyadav 12 күн бұрын
sure
@mohitchauhan569
@mohitchauhan569 16 күн бұрын
Very well explained, thank you👋
@codewithparveenyadav
@codewithparveenyadav 16 күн бұрын
i am glad if it helps ☺️
@Namsteindia242
@Namsteindia242 18 күн бұрын
how can we get the source code??
@codewithparveenyadav
@codewithparveenyadav 17 күн бұрын
sorry, there is no source code uploaded for this video.
@pradeepkumargupta9791
@pradeepkumargupta9791 20 күн бұрын
Amazing explanation
@codewithparveenyadav
@codewithparveenyadav 20 күн бұрын
i am glad it helps ☺️!! Thanks for sharing your feedback!
@user-bb6xo7sk4i
@user-bb6xo7sk4i 26 күн бұрын
Easy explanation, Thanks for creating this content!!
@codewithparveenyadav
@codewithparveenyadav 26 күн бұрын
I am glad to hear this! ☺️
@professionalexpertise7172
@professionalexpertise7172 26 күн бұрын
Explained very nicely. Thanks for such a unique explanation.❤
@codewithparveenyadav
@codewithparveenyadav 26 күн бұрын
Thank you so much for the feedback!! i am glad it helps!
@khushabuyewale5288
@khushabuyewale5288 22 күн бұрын
Woww Nice Explanation❤
@codewithparveenyadav
@codewithparveenyadav 21 күн бұрын
@@khushabuyewale5288 i am glad if it helps ☺️
@MadhuKrishnaM
@MadhuKrishnaM 26 күн бұрын
How can we achieve space ignore here?
@codewithparveenyadav
@codewithparveenyadav 26 күн бұрын
you can do something like this:- string s1 = "HeLLo wOrld!"; string s2 = "Hello WORLd!"; string removeSpace1 = Regex.Replace(s1, @"\s", ""); string removeSpace2 = Regex.Replace(s2, @"\s", ""); bool stringEquals = String.Equals( removeSpace1, removeSpace2, StringComparison.OrdinalIgnoreCase); Console.WriteLine(stringEquals);
@MadhuKrishnaM
@MadhuKrishnaM 27 күн бұрын
Well done, my friend. If the background music hadn't been added, it would have been fantastic. I appreciate your concise explanation. if, before beginning implementation, you specify the application for which you are designing the architecture. For those who are new, that would be really beneficial.
@codewithparveenyadav
@codewithparveenyadav 27 күн бұрын
Thanks for sharing your feedback !!! ☺️
@MadhuKrishnaM
@MadhuKrishnaM 28 күн бұрын
Wow.. it is really good and crystal clear. Thanks a lot
@codewithparveenyadav
@codewithparveenyadav 28 күн бұрын
@@MadhuKrishnaM I am glad to hear, it helps you ☺️
@RaviSoni-mt7wm
@RaviSoni-mt7wm Ай бұрын
Wow! Such a very useful information about Clean Architecture. Everything is crystal clear
@codewithparveenyadav
@codewithparveenyadav Ай бұрын
Thanks for the feedback, i am glad it helps you ☺️
@surajgaikwad84
@surajgaikwad84 Ай бұрын
🙏
@codewithparveenyadav
@codewithparveenyadav Ай бұрын
Appreciate your feedback!! ☺️
@Arunraj-k6l
@Arunraj-k6l Ай бұрын
really good explanation bro
@codewithparveenyadav
@codewithparveenyadav Ай бұрын
i am so glad, it helped you ☺️
@vanmrqs
@vanmrqs Ай бұрын
CARA MUITO OBRIGADA VOCE É UM ANJO
@codewithparveenyadav
@codewithparveenyadav Ай бұрын
Thanks for sharing your feedback!
@youssefboudhaouia2283
@youssefboudhaouia2283 Ай бұрын
Finally found someone who explains this very simple and not like the ones on the top list of search
@codewithparveenyadav
@codewithparveenyadav Ай бұрын
i am please to hear this. i hope it helped you in understanding the concept ☺️
@shyamn5127
@shyamn5127 Ай бұрын
Thanks for sharing this Information ..!! Nice Content
@codewithparveenyadav
@codewithparveenyadav Ай бұрын
i am pleased you liked it ☺️
@yourfriend_mk
@yourfriend_mk Ай бұрын
Great 👍👍video Praveen
@codewithparveenyadav
@codewithparveenyadav Ай бұрын
Thanks for sharing your feedback ☺️
@mokhtarsf14
@mokhtarsf14 Ай бұрын
thanks bro <3
@codewithparveenyadav
@codewithparveenyadav Ай бұрын
Thanks for sharing your feedback ☺️
@DileepV-on7wk
@DileepV-on7wk Ай бұрын
Great Explanation :)
@codewithparveenyadav
@codewithparveenyadav Ай бұрын
Thanks for sharing your feedback ☺️
@techhuddle9858
@techhuddle9858 Ай бұрын
Thanks alot for this, this helps
@codewithparveenyadav
@codewithparveenyadav Ай бұрын
I am glad you are liking the content ☺️
@ritikgaur30
@ritikgaur30 Ай бұрын
Big Fan Mam ❤ Big Fan 😎
@codewithparveenyadav
@codewithparveenyadav Ай бұрын
I am glad you are liking the content ☺️
@abdulrahmanabdullah8636
@abdulrahmanabdullah8636 Ай бұрын
Thank you sir
@codewithparveenyadav
@codewithparveenyadav Ай бұрын
Thank you for sharing your feedback ☺️
@user-qb2py7ko7q
@user-qb2py7ko7q 2 ай бұрын
Great example! Thank you!
@codewithparveenyadav
@codewithparveenyadav 2 ай бұрын
i am glad it helps you ☺️
@amitdhir4632
@amitdhir4632 2 ай бұрын
You are an inspiration to me, thanks for the content.
@codewithparveenyadav
@codewithparveenyadav 2 ай бұрын
I am so glad to hear that 😍
@mehdi-vl5nn
@mehdi-vl5nn 2 ай бұрын
Good video. Earlier today, I was thinking about the architecture of Laravel, Django, the Linux kernel, or any other software outside the concept of web backends. Actually, I take that back-what is the architecture of Next.js? LOL, they are just a bunch of folders with no logical relation, I guess.
@codewithparveenyadav
@codewithparveenyadav 2 ай бұрын
Thank you Mehdi, for sharing your thoughts ☺️ Architecture is just a way to place your codes in different folder structures, in a way that every name is meaningful and it defines the relation how these folders needs to be accessed from each other. so relationship is imp here between folders to make your code maintainable for a long time.
@girish_94
@girish_94 2 ай бұрын
Very Nice video
@codewithparveenyadav
@codewithparveenyadav 2 ай бұрын
Thanks for sharing your feedback!!
@user-bi6dm2jy9y
@user-bi6dm2jy9y 2 ай бұрын
Nice editing and screenplay !
@codewithparveenyadav
@codewithparveenyadav 2 ай бұрын
Thanks for appreciating ☺️
@utkarshrazzz9964
@utkarshrazzz9964 2 ай бұрын
Good video but it would be better if you talk about the way of implementing too...
@codewithparveenyadav
@codewithparveenyadav 2 ай бұрын
Surely ☺️
@dimplegupta7474
@dimplegupta7474 2 ай бұрын
Nice one
@codewithparveenyadav
@codewithparveenyadav 2 ай бұрын
Appreciate your feedback ☺️
@ajadpatel7976
@ajadpatel7976 2 ай бұрын
I learnt new concept today
@codewithparveenyadav
@codewithparveenyadav 2 ай бұрын
Thanks for sharing your feedback ☺️
@ajadpatel7976
@ajadpatel7976 2 ай бұрын
Fantastic information
@codewithparveenyadav
@codewithparveenyadav 2 ай бұрын
Appreciate your feedback ☺️
@CYMethod
@CYMethod 2 ай бұрын
Thanks for sharing this concept!
@codewithparveenyadav
@codewithparveenyadav 2 ай бұрын
Appreciate your comment !! ☺️
@shweta6863
@shweta6863 2 ай бұрын
Nice
@codewithparveenyadav
@codewithparveenyadav 2 ай бұрын
Thanks for sharing your feedback ☺️
@girish_94
@girish_94 2 ай бұрын
Got the concept. Nice video
@codewithparveenyadav
@codewithparveenyadav 2 ай бұрын
Thanks for sharing your experience ☺️
@cricketentertainment5206
@cricketentertainment5206 2 ай бұрын
Nice explaining
@codewithparveenyadav
@codewithparveenyadav 2 ай бұрын
Thanks for sharing the feedback ☺️
@sadiqtube85
@sadiqtube85 3 ай бұрын
CQRS patterns does not force you to use different DB. You can implement this pattern using single Data Base. However, you should use two Objects for Read and Write operations.
@codewithparveenyadav
@codewithparveenyadav 3 ай бұрын
Thanks for providing this information ☺️
@girish_94
@girish_94 3 ай бұрын
Great video
@codewithparveenyadav
@codewithparveenyadav 3 ай бұрын
Thanks for sharing your experience ☺️
@tafh7554
@tafh7554 3 ай бұрын
thanks sir, i got new knowledge a big different model and dto
@codewithparveenyadav
@codewithparveenyadav 3 ай бұрын
Thank you so much for sharing your experience ☺️
@TheYassha
@TheYassha 3 ай бұрын
That was really helpful thank you.
@codewithparveenyadav
@codewithparveenyadav 3 ай бұрын
I am glad that if helps you ☺️
@Nathan-ok5ku
@Nathan-ok5ku 3 ай бұрын
Thank u so much for the video. I'm a college student struggling with those layers and now I get it.
@codewithparveenyadav
@codewithparveenyadav 3 ай бұрын
Thank you so much for sharing your thoughts ☺️
@poojagaur4643
@poojagaur4643 3 ай бұрын
That was a quick and crisp tutorial, great content man!!! You explained the complex parts so well in such an easy manner. Very helpful✌️. Learned a lot from this.👍🏻
@codewithparveenyadav
@codewithparveenyadav 3 ай бұрын
Thank you so much Pooja, appreciate your feedback ☺️
@poojagaur4643
@poojagaur4643 4 ай бұрын
Thanks for sharing this 😊
@codewithparveenyadav
@codewithparveenyadav 3 ай бұрын
Appreciate you feedback ☺️
@AbulHossain-jq7fz
@AbulHossain-jq7fz 4 ай бұрын
You😅225
@codewithparveenyadav
@codewithparveenyadav 4 ай бұрын
Thanks for sharing your experience ☺️
@vipinprajapati1164
@vipinprajapati1164 4 ай бұрын
bhai itne dark me kiu ho. dekhne se pahele remove kar de koi video
@codewithparveenyadav
@codewithparveenyadav 4 ай бұрын
😅 Programmer loves dark mode 😏😂
@sahoopradipta
@sahoopradipta 4 ай бұрын
Hi Praveen, its a good explanation. Thanks..
@codewithparveenyadav
@codewithparveenyadav 4 ай бұрын
i am glad to hear that ☺️
@CkIzzBack
@CkIzzBack 4 ай бұрын
Only 220 view. Under value KZfaqr
@codewithparveenyadav
@codewithparveenyadav 4 ай бұрын
😀😅 it is just starting, all these will bounce up with time ☺️
@codewithparveenyadav
@codewithparveenyadav 4 ай бұрын
Thank you so much for sharing the thoughts ☺️
@CkIzzBack
@CkIzzBack 4 ай бұрын
Yeah definitely it's a beginning. I am not demotivate you. I just feel ke etna sahi easy way me explanation he fir bhi log pata nahi kaha Jake Sikh rahe he ... Anyway all the very best for your KZfaq career