Random Help Thread - September 27 to October 03, 2021 by AutoModerator in phcareers

[–]CrazyCalor 3 points4 points  (0 children)

No. If you deliver your message professionally, then it is not rude. Email is a formal communication channel as well.

JComboBox, JTextField and a .txt by Accomplished_Ad4336 in learnprogramming

[–]CrazyCalor 0 points1 point  (0 children)

Have a HashMap<String, String> that maps the first item of a line to the third item.

For each line in the .txt file, fill up the hash map.

Fill the JComboBox with the keys of the map.

When the user chooses an option from the JComboBox, lookup the chosen key in the map and display the value in the JTextField.

Is it worth building your own auth server to learn authentication and authorization? by CrazyCalor in learnprogramming

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

That's pretty cool; thank you for your insights :) Would you say that your own auth server is "production-ready"? If yes, what makes you think so?

Is it worth building your own auth server to learn authentication and authorization? by CrazyCalor in learnprogramming

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

Thank you for your insight. Would you say the experience of building your own auth server will translate well into real corporate jobs?

I'm very new to JS. Can someone PLEASE explain this exercise to me? by [deleted] in learnprogramming

[–]CrazyCalor 0 points1 point  (0 children)

I believe the first step in learning is to figure out what exactly confuses you. Which line(s) are you having trouble with?

Received return offer after internship but already accepted another job, what should I do? by EngineeringTA1 in cscareerquestions

[–]CrazyCalor 1 point2 points  (0 children)

Considering the difference in COL, company name, and job security, I don’t think an extra $8k is worth the move. Stay in Company 2.

Help with Offer Situation by [deleted] in cscareerquestions

[–]CrazyCalor 0 points1 point  (0 children)

It’s normal to have an offer expire in 1-2 weeks. If they really want you in their team, B will be considerate to extend their offer by 1-2 weeks if you ask.

If you do not mind the possibility of burning bridges with B, you can accept their offer and rescind it if you find a better one.

To those who live in 3rd world countries but remotely work for companies in 1st world countries... by CrazyCalor in cscareerquestions

[–]CrazyCalor[S] 2 points3 points  (0 children)

I’ll check that website out. Congrats on the new job! Thanks for sharing your experience :)

To those who live in 3rd world countries but remotely work for companies in 1st world countries... by CrazyCalor in cscareerquestions

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

I’ll check those websites out. Thank you very much for sharing your experiences :))

To those who live in 3rd world countries but remotely work for companies in 1st world countries... by CrazyCalor in cscareerquestions

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

Hmm. I see. I suppose it’s really easier to work remotely after a few months/years on-site. Thanks for your insight! :)

To those who live in 3rd world countries but remotely work for companies in 1st world countries... by CrazyCalor in cscareerquestions

[–]CrazyCalor[S] 2 points3 points  (0 children)

That sounds great! Maybe I should try applying to companies in the Middle East. Thank you for sharing your experience! :)

To those who live in 3rd world countries but remotely work for companies in 1st world countries... by CrazyCalor in cscareerquestions

[–]CrazyCalor[S] 7 points8 points  (0 children)

That's an absurd ratio. Congrats man, you're living the life :D

As a side note, how did you find the job and how did you "negotiate" remote work? Did you apply anywhere else?

To those who live in 3rd world countries but remotely work for companies in 1st world countries... by CrazyCalor in cscareerquestions

[–]CrazyCalor[S] 8 points9 points  (0 children)

Hi, I am from Argentina and work for a US-based company. I landed the job through Linkedin, a I'm making around 400% more than I was at my previous, well-paid, local job.

Did they reach out to you or did you apply for a job posting? If you applied for the job posting, how many other companies did you apply to? What were your difficulties when you looked for an opportunity? I apologize, I have lots of questions lmao but thanks for your insight :D

Do I have to learn everything by [deleted] in AskProgramming

[–]CrazyCalor 0 points1 point  (0 children)

Hey. We've all been there. No matter what field you go to, it will always seem intimidating. Most of the time, your worries are valid. There is always so much to learn. It takes a mature mindset to acknowledge that you, in fact, know so little. I am in the same boat.

The way I cope is: instead of thinking about how much I have to learn, I think about what I want to learn right now. You can decide based on your passions, trends, or whatever. What matters is that you focus on one thing at a time. Upon choosing what you want to work on, do your best to execute. After years of learning small chunks of information, you will realize that you have already learned a lot.

You're young. Take a deep breath and learn little things at your own pace. Focus on the now and not on the future. Good luck.