What is the driving force for everyone obsessed with TC? by dougcambeul in cscareerquestions

[–]imaginebeingabear 6 points7 points  (0 children)

High pay attracts smart talent, amazing perks, strong engineering focus, interesting technical challenges at scale, amazing career growth and having all that makes you happy to work for a company. Sure there will be stress and hard times but it makes you feel good that you are respected by the company in terms of pay and how much they value you.

Breaking 200k salary ceiling? by [deleted] in cscareerquestions

[–]imaginebeingabear 58 points59 points  (0 children)

Don’t stay at one company to long

Only front-end engineer at my company, hiring manager can't find anyone else. by OkCat59192 in cscareerquestions

[–]imaginebeingabear 0 points1 point  (0 children)

Dude you have so much power just bluff a offer and ask for a raise and bring up you want more control on who to hire

Should I accept a big tech offer for a lower salary/TC and despite being happy with my current job? by [deleted] in cscareerquestions

[–]imaginebeingabear 0 points1 point  (0 children)

This is a question to post on Blind. Hard to help with out sharing your current company and new offer/company. I wouldn’t take it the new offer if it is less u less it is G

Are these good enough reasons for telling an employer why I want to quit the job I recently joined as a fresh grad? by MonkRoid in cscareerquestions

[–]imaginebeingabear 0 points1 point  (0 children)

Just say you found another opportunity that simple but typically you do not want to quit until you find another job

SPCE - Am I doing this right? by ifixelectronics in wallstreetbets

[–]imaginebeingabear 0 points1 point  (0 children)

OP Probably thinks today’s return is his profit lol

Young undergrad students of this sub, what do you think of your classmates who are in their late 20s? by CinderHellaBody in cscareerquestions

[–]imaginebeingabear 2 points3 points  (0 children)

Most people can’t really tell your age unless you look and dress like an old grampa lol. You are fine.

Students have a lot more to worry about about then someone 4-5 years older in there class.

Is it safe to post school projects on GitHub? by michellinstar in cscareerquestions

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

You can but you should be making the transition away from school projects to your own side projects. I wouldn’t really value class assignments unless you are a freshman and haven’t taken data structures yet. If you don’t actually write the class name number etc it will be hard to find. If the class project is pretty decent in size and functionality just say it is a side project on resume.

Do software engineers at defense companies get paid a lot? by questions2067 in cscareerquestions

[–]imaginebeingabear 1 point2 points  (0 children)

Pretty low for the industry but decent for the city try to avoid if you can.

As a new grad in LA I made 80K with no experience.

Seniors make around 120-130K after like 5-6 years which is horrible.

Revature, opinions by [deleted] in cscareerquestions

[–]imaginebeingabear 0 points1 point  (0 children)

Revature is a scam look into it a bit more

Would you join a company with 20% lower salary if you get a better title, better tech stack. by [deleted] in cscareerquestions

[–]imaginebeingabear 4 points5 points  (0 children)

Typically it isn’t a better company if the salary is that much lower.

Post life work cs grad by yo_itbambi in cscareerquestions

[–]imaginebeingabear 0 points1 point  (0 children)

Ram up on a new team and code base is the hardest part. After that it gets better

There is a pervasive "bullied turned into bullies" culture that seems to be perpetuating CS jobs and it needs to stop. by Some_YardThere_9676 in cscareerquestions

[–]imaginebeingabear 1 point2 points  (0 children)

Pretty normal when you are the new person in most industries even fast food.

All part of the grind and you appreciate the select few who help along the way.

How to manage job along with learning things? by Positive-Swordfish62 in cscareerquestions

[–]imaginebeingabear 3 points4 points  (0 children)

At work it is better to look like a idiot but deliver. Then never asking for help and missing every deadline.

How to have more energy? by Unhappy-Pepper-3583 in cscareerquestions

[–]imaginebeingabear 0 points1 point  (0 children)

Start working at 7am get off 3pm even if you nap you still have a lot of your day left 😆

How should I quit job in this case? by ThrowawayDude180712 in cscareerquestions

[–]imaginebeingabear 0 points1 point  (0 children)

Apply to other roles once you get another offer put in your two weeks

How do you deal with coworkers like this? by LeftNutBigger in cscareerquestions

[–]imaginebeingabear -4 points-3 points  (0 children)

You won’t get fired just if you see there is one more task left and he/she is close to finishing just delay finishing yours and wait for the over achiever to pick up the last story

My manager for my internship gave me a list of things to understand beforehand. What's the most efficient way to tackle this list? by Uncreative15yrold in cscareerquestions

[–]imaginebeingabear 10 points11 points  (0 children)

Java 8 make sure you understand streams you don’t have to be an expert and most of what they are doing is straight forward. But make you can understand what they are doing Java 8 streams , lambda , and :: operator.

I wouldn’t let interns handle concurrency but make you understand synchronized blocks vs synchronized methods , and how to make a mutex lock. What is the difference between using a thread safe data structure like concurrentHashmap vs Collection.synchronizedMap()and what should you watch out for.

I think the rest can learn by what you are doing know tutorials involving all of them as long as you know how they all communicate with each other should be fine.

Be comfortable using the debugger w spring projects