remotedev

joined 1 year ago
[–] remotedev@lemmy.ca 11 points 2 days ago

It should be a shell instead

[–] remotedev@lemmy.ca 11 points 1 week ago (1 children)

Most of em are yellow, red, blue, etc

[–] remotedev@lemmy.ca 2 points 1 week ago (1 children)

The disrespect to SOCOM

[–] remotedev@lemmy.ca 13 points 2 weeks ago

Pretty sure that's Smalls on the left too

[–] remotedev@lemmy.ca 10 points 2 weeks ago (1 children)

He goes by many names, and pronouns

[–] remotedev@lemmy.ca 6 points 2 weeks ago (1 children)

About 15 years ago I went on a trip from San Diego to NY. We were staying in a shitty Days Inn in some some town. We left our luggage in the rooms, and went out for the day, and I had left my iPod nano in there. When we came back that evening, my iPod was gone and my package of brand new boxers was missing a pair also. I assumed they hid the iPod in the rolled up boxers. We went down to complain to the front desk but they didn't give a shit. Lessons were learned that day. I was so excited to listen to Biggie "Going Back to Cali" on my way back to Cali and that's what was REALLY stolen from me :(

[–] remotedev@lemmy.ca 3 points 3 weeks ago (2 children)

I thought it was supposed to be an old person confused

[–] remotedev@lemmy.ca 4 points 4 weeks ago (1 children)

Even my desktop motherboard has a USBC slot

[–] remotedev@lemmy.ca 10 points 4 weeks ago (1 children)

The Olympics started?

[–] remotedev@lemmy.ca 39 points 1 month ago (6 children)

Usually cuffs or a bullet

[–] remotedev@lemmy.ca 12 points 1 month ago (1 children)

I moved from US to Canada with a whole lot less lined up

[–] remotedev@lemmy.ca 71 points 1 month ago

Oh, it's about me.

Wait no I'm 37, fuck

 

I've been doing some interviews lately, and my most recent one seemed to be my most promising one so far, until he started doing what he called "light tech screening" and did some trivia questions to test my knowledge on what goes on under the hood. I do admit, I should have been better prepared on the topics, and didn't do as well as I could have. At the end, he said my experience was interesting but I needed a better grasp of the fundamentals, and that we should keep in touch. Afterwards, I messaged thanking him for his time, and that I needed to review my course material, asked if he thought I should review anything specific and if I could do that for a few weeks and revisit it like he said. He suggested I do a deep dive into JS/TS to really understand what goes on and why, and would be happy to revisit it in a few weeks, and again said to keep in touch.

Does that really mean keep in touch regularly or often? Or is it just a throw away yea reach out again in a few weeks when you're ready? I'm already pretty stoked to get a second chance at this, the company seems cool and I like that they aren't weighing everything on leetcode problems. If I should keep in touch regularly, what would that even be about? I also don't want to annoy him before meeting again.

Any advice would be appreciated!

 

I'm in the middle of a systems design class, and we're supposed to get our own VPS up and running. For quick background, I found a PERN app on GitHub, and cloned that onto my digitalocean droplet, and have it connected to my domain and nginx. I have the dist directory for the production build, copied it in the backend folder, and I see my app on my domain path. I'm getting an issue with an index#####.js file that's causing a cors error for localhost:4000, which is confusing since I have a reverse proxy for that port on my domains nginx conf. I did some digging and found a (very long) line of code that goes through the http methods and they each have a "localhost:4000/" for what route to go to for each method. I tried changing these to just / for each and it got rid of the cors error but now I'm getting an error with the promise failing. Do I need to add my domain to those paths? Or am I missing something else here?

 

I'm following a tutorial for creating docker containers, and it is having me go through the AWS beanstalk to create the environment to host the app, but I can't get the environment all the way there. Everytime I get some error about an instance profile I think it was called, and I've tried creating users, roles, and giving the roles the permissions for the beanstalk permissions, but it's still giving me errors. Does anyone know what I should be doing different?

view more: next ›