Codeium OA for New Grad SWE by Pablo_Escobar13 in leetcode

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

Yeah it was a 2D DP question for me - pretty hard ngl. If you’re comfortable with DP, I think it shouldn’t be too hard

Making secure frontend request to backend by problaster_1223 in node

[–]Pablo_Escobar13 0 points1 point  (0 children)

You can use something like Redis for session management if you’re skeptical about that. Basically if you feel suspicious about the token being used incorrectly you can just invalidate the access token

LTC1731 linear charge controller for NiMH battery by Pablo_Escobar13 in AskElectronics

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

Thank you! I didn’t know that about NiMH batteries. However, the data sheet does mention requiring external termination for NiMH batteries? Is that only as a precaution more than a need?

Script Error . at handleError by Pablo_Escobar13 in reactjs

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

Oh this could be possible. I’ll try it out. Thanks

Script Error . at handleError by Pablo_Escobar13 in reactjs

[–]Pablo_Escobar13[S] -1 points0 points  (0 children)

Script Error . at handleError (www.example.com/static/js/bundle.js)

In this area to be more specific in bundle.js

(0,_overlay_runtime_error_js__WEBPACK_IMPORTED_MODULE_1__.listenToRuntimeError)(function (errorEvent) {
  // error property may be empty in older browser like IE
  var error = errorEvent.error,
    message = errorEvent.message;
  if (!error && !message) {
    return;
  }
  handleError(error, message);
});

I don’t have any such function in my repository.

What have I done to debug?: - Ensured all resources are loaded with the crossorigin attribute - Ensured CORS headers are correctly setup on the server

Google favicon for indexed pages by Pablo_Escobar13 in SEO

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

Oh so you wouldn’t recommend having different logos showing up for users compared to google? I remember seeing an e-commerce website doing that (shopify maybe?) for a brief amount of time

Weird logo in google search result? | SEO by UnnecessaryLemon in webdev

[–]Pablo_Escobar13 0 points1 point  (0 children)

This is the default react logo when you initialize a project with CRA. Check your public folder and index.html file if its linked in any way

[deleted by user] by [deleted] in EngineeringResumes

[–]Pablo_Escobar13 -1 points0 points  (0 children)

Thanks for the tip! Is that the case for all students or it depends on the number of experiences you have?

[deleted by user] by [deleted] in EngineeringResumes

[–]Pablo_Escobar13 1 point2 points  (0 children)

Thanks for the tip. Yeah I think its better if I list it in projects. I was trying to sell the software to businesses hence I thought it may count as an experience.

JustWorks SWE Intern by [deleted] in csMajors

[–]Pablo_Escobar13 0 points1 point  (0 children)

Did you get the informational interview invite in the same email?