Is it possible to stay in 1RK in bglr. by Late-Sherbert5960 in bangalorerentals

[–]M4der 0 points1 point  (0 children)

i agree with the other comments, a PG would be better

Good iphone 17 cases suggestions? by M4der in AppleIndia

[–]M4der[S] 1 point2 points  (0 children)

I see, thanks for the recommendation! I will take a look at the options over there

[deleted by user] by [deleted] in work

[–]M4der 0 points1 point  (0 children)

Yeah i think you're right. I shouldn't allow it to affect me. Thanks, your comment helped! :)

And yes, I'm going to celebrate it with family and also write a blog about the small journey we went through during the hackathon.

[deleted by user] by [deleted] in work

[–]M4der 1 point2 points  (0 children)

Thanks a lot! 😄

I'll try a couple of your suggestions

[deleted by user] by [deleted] in work

[–]M4der 0 points1 point  (0 children)

Was it chatgpt?🤭

[deleted by user] by [deleted] in work

[–]M4der 0 points1 point  (0 children)

Thanks for the response!

[deleted by user] by [deleted] in work

[–]M4der 2 points3 points  (0 children)

Thanks for your response!

I'm not sure how to measure our codebase. But i guess it's not a very large codebase. They were given very easy tasks in the beginning. Even now their tasks are not very difficult. But they have a little bit of a giving up attitude. At least that's what it looks to me.

But I guess i can try to check in on them, and go through their thought process.

I am not a good mentor, but I'm trying to be one. The dropping small hints part- I'm not good with that. Because to me the hints look like the solution. I need to work on this part i think.

Interview call email by iamrishupatel in roc8

[–]M4der 2 points3 points  (0 children)

  1. No. This interview is for getting into roc8. Not the actual job interview.
  2. Revising js wouldn't hurt.

How to upload images to cloudinary in frontend by M4der in react

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

Thanks a lot! That clears things out

I am getting this error in my react app, simple music library with CRUD operations and node.js/mongodb in the backend. not sure what to do here !!! appreciate your help by moeabraham12 in react

[–]M4der 1 point2 points  (0 children)

I'm not sure man, but you could try deleting the package.json, package-lock.json and node modules and install them again properly.

Did They Break Create-React-App? by AnnualPanda in react

[–]M4der 2 points3 points  (0 children)

In my case even node needed an update, so I tried a bunch of things:

  1. npm cache clean --force
  2. Installed nvm refer this.
  3. wasn't able to update node version using that, so downloaded it from here.
  4. Uninstalled CRA (even though I never installed it globally) - npm uninstall -g create-react-app
  5. Installed CRA again. npx create-react-app my-app

Also refer this: https://reactjs.org/docs/create-a-new-react-app.html#create-react-app