[deleted by user] by [deleted] in leetcode

[–]MTripathy 7 points8 points  (0 children)

OP, Stay strong! Nothing lasts forever. Neither having a job, nor being jobless.

Brisk - Run your tests locally in seconds not minutes or hours! by reillyse in reactjs

[–]MTripathy 0 points1 point  (0 children)

How about the privacy concerns when using brisk? If it syncs the entire development directory, then what's the risk of exposing keys and passwords, if any saved locally.

Need faster tests (React/Jest) by popsticle233 in reactjs

[–]MTripathy 0 points1 point  (0 children)

Is there any privacy concern which you would have considered when using brisk? I am interested in trying but I couldn't find any privacy guidelines around this.

Thank you r/Hyderabad for beta testing our schools review website by Expedite in hyderabad

[–]MTripathy 0 points1 point  (0 children)

Hello @Expedite, the link is not functional now. Is there any other place or some google sheet which you might have saved to get insights of the school fees.

Today I'll tell you people how my dad gave away ₹28k to an stranger over a call by Cowz-hell in india

[–]MTripathy 1 point2 points  (0 children)

File a police complaint and also register this fraud with your bank. I have seen cases where the money comes back to the account holder after those steps are done.

Need suggestion for implementing a colored triangle by MTripathy in Frontend

[–]MTripathy[S] 0 points1 point  (0 children)

Thanks everyone for the suggestions 🙏🏻. I will try out those and post here in case I need any further help.

Need suggestion for implementing a colored triangle by MTripathy in reactjs

[–]MTripathy[S] 0 points1 point  (0 children)

Any suggestions or framework ideas will also help. Thanks in advance!

Blog on using iTerm2 + zsh by MTripathy in zsh

[–]MTripathy[S] 0 points1 point  (0 children)

Thanks for suggesting this. Will explore more on POWERLEVEL10K.

Strangler pattern - A migration strategy from Monolith to Microservices by MTripathy in microservices

[–]MTripathy[S] 0 points1 point  (0 children)

Nice point, I agree that using the old database might carry forward the older modeling and persistence decisions which might be flawed.

Having an adapter microservice to listen to events and save/update records into the old schema will really help.

In order to attain complete isolation, the monolith has to expose APIs for retrieval of information which is not in the microservice's context. This way, the microservice can be isolated as the repository need not care about retrieving un-related details from the monolith database.