@satviksharma4897

The knowledge you offer is of great help. Kudos to you for helping the community!

@taneja_unchained

Good content. Audio is not that clear, can you look into making the audio more clear :). Would love to see more of your content

@abhilashsulibela1414

This is some of the best content related to the subject I've come across on this platform so much so that your channel is my go-to source! Thank you for this & hope you can continue making quality content.

@nithinmohan1693

Excellent content. Rarely see videos going this level of code analysis. Very helpful. Hope the audio was better.

@vimalvestron8684

When a user can pay for another(like payForOtherUser(User by, User for, Double amount)) we can refresh contribution by doing -> by.share += amount and for.share -= amount; // what I mean is `by` will be getting `amount` more and `for` will have to pay `amount` more.

@kayeshparvez

your playlist has repetitive vidoes.. please correct this

@komalagrawal1534

Thank you so much for the valuable content

@vinamramaliwal2027

Loved the content . One question- In this all the classes under Model repo can be  stored as tables in DB ?

@amanmehrotra5170

Hey, I have a doubt regarding expenseId under ExpenseService->createExpense. We can have same id which can point to two different expense. how are we handling that scenario??

@aakashanand92

You can't use notify cause it's a final method in object class. That was the error you were getting. Good content, but bad audio quality.

@fighter75852

I suppose the UserService shouldn't know about UserRepository internals as map field.

@srividyavaddi2638

sir How to learn this for interviews I am studying btech final yr

@ajaysabarish9645

Excellent content

@ansharora9352

The audio is unbearable and the speed is excruciatingly slow.

@rohitsrivastava9516

Great content, please upgrade the audio quality!

@sanjayi6245

Horrible Audio

@mdnayab5839

Audio quality can be better

@RaviGupta-om3vx

Content inversely proportional to audio.

@ankitpahwa8571

In ContributeToExpense , you are not considering the previous contributions made by user towards the expense.
It should be sum(userShare.contributions.contributionValue) +   NewContrubution.contributionValue  < userShare.getShare, isn't it ?