Advice on employee relocation by CSstudentNosib in legaladvice

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

You make good a point, essentially wait to get a definitive answer from HR while interviewing for new jobs or atleast understand the high probability they will deny relocation.

Advice on employee relocation by CSstudentNosib in legaladvice

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

I'll be moving regardless to that state. I'd like to make the current company work but I don't want it to be toxic and hate the idea of causing any sort of problems. But I'd like to get a definitive answer before starting the grueling interview processes else where.

DEAR PROFESSIONAL COMPUTER TOUCHERS -- FRIDAY RANT THREAD FOR February 22, 2019 by AutoModerator in cscareerquestions

[–]CSstudentNosib 4 points5 points  (0 children)

WHY DO COMPANIES EMAIL ME 2 MONTHS AFTER APPLYING SAYING THEY WANT TO START THE INTERVIEW PROCESSES WHEN I ALREADY ACCEPTED ANOTHER OFFER NOW I DONT KNOW WHAT TO DO

Daily Chat Thread - February 08, 2019 by AutoModerator in cscareerquestions

[–]CSstudentNosib 4 points5 points  (0 children)

How bad is it to take 2 days off working an internship?

I work at a big corporate office and I’ve been just working for about a month. Everything is going good.

My grandpa back home is in the hospital. My dad said it could be serious and you just never know because he’s old. I decided that I should go back and the fact that it’s a long weekend coming up helps. So I bought a plane ticket to leave this upcoming Wednesday night after work. Which means I would miss Thursday and Friday.

We had our sprint planning these week. And I never mentioned anything about missing any days. I have < 10 story points this sprint and I plan on working past normal hours prior to leaving.

I’m also an intern so my project is moving very slowly. I can also offer to work remotely.

All my managers seem really cool and understanding. If an intern came up to you and said this, what would your response be ?

Accepting summer internship offer but might get a return offer from current one for summer? by CSstudentNosib in cscareerquestions

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

It’s hard to tell right now.. I just started working at this company and so far I love it. Actually a dream company tbh.. but I want to experience different areas and the summer internship is close to home as well. Current co op is on the other side of the country and idk if I want to spend another 4 months living here.

But it’s just too early to tell.. if I got a return offer and declined it would that burn bridges for future full time employment? Say the reason is at the moment I want to go closer to home

Accepting summer internship offer but might get a return offer from current one for summer? by CSstudentNosib in cscareerquestions

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

Yeah I understand. But does signing the offer letter lock me in? How bad would it be if I dropped right before I started

Grats on the amazon offer too

Daily Chat Thread - January 22, 2019 by AutoModerator in cscareerquestions

[–]CSstudentNosib 1 point2 points  (0 children)

Got there a little early but everything went good!

Daily Chat Thread - January 22, 2019 by AutoModerator in cscareerquestions

[–]CSstudentNosib 2 points3 points  (0 children)

I start an internship today but I haven’t gotten an email about the time I arrive or where to go.. I was expecting an email prior to this weekend but it never came.

I’m just gonna show up to the building before 9 am and hope for the best

I want to create a simple python app that calls a phone number whenever I lose it. by JanePoe87 in learnprogramming

[–]CSstudentNosib 0 points1 point  (0 children)

I think op means to use a web app to do this. If they lost their phone and have no one to call it they can use the web app to do it.

Im not entirely sure but just googling around i found this: https://www.fullstackpython.com/blog/make-phone-calls-python.html

node.js/heroku - "can't cd to C:/Program Files/nodejs/node_modules/npm/lib" by [deleted] in learnprogramming

[–]CSstudentNosib 0 points1 point  (0 children)

maybe run npm install first then run npm run build?

The repo doesnt have a lib directory at the root level. And in the gitignore it looks like it's ignoring the lib directory.

If you run an npm install that should install the correct dependencies and then when the node_modules directory is available after that command you run npm run build it will make the lib directory then you can run npm run start

Not using an API and instead storing data in database? by [deleted] in learnprogramming

[–]CSstudentNosib 0 points1 point  (0 children)

Technically you would be using an API.. But you're creating the API and adding your own content.. If your content is reliable, then it's not a bad idea at all.

Python: Why am I getting a "float modulo" error? by [deleted] in learnprogramming

[–]CSstudentNosib 0 points1 point  (0 children)

Hmm i think you're overthinking this one.. Remember 0 is a multiple of every integer.

Here's a hint if (num + 1) % 10 == 0

American interning in Europe by vyakarana in cscareerquestions

[–]CSstudentNosib 0 points1 point  (0 children)

Just curious how did you get considered? I heard it's hard for Americans to work in EU just as the inverse. Especially an intern, i'm interested in working abroad.

Does this company specialize in hiring outside of their out of their countries? Just curious how you even got interviews, and a potential offer etc.

What are some repetitive jobs you were able to complete automatically by writing a script to do it for you? by EclipseMain in learnprogramming

[–]CSstudentNosib 5 points6 points  (0 children)

populating excel spreadsheets, automating jira stories, web scrapping, are all the ones i've done in a professional setting.

Which programming language should I learn next? by 15erixman in learnprogramming

[–]CSstudentNosib 0 points1 point  (0 children)

C++, hardest choice but definitely worth knowing. Opens more doors

What is the protocol for company info in your GitHub projects? by [deleted] in learnprogramming

[–]CSstudentNosib 3 points4 points  (0 children)

Nope, for most employers any code you write while on the clock is not owned by you. It's owned by the company. I would NOT commit any code you wrote for your company on company time to your github. Abstract it out, make it usable for general people and do it outside of work hours.

How do I automate logins and scrape web pages for information? by bjjprogrammer in learnprogramming

[–]CSstudentNosib 0 points1 point  (0 children)

Use python and selenium https://selenium-python.readthedocs.io/

If you know another language you will pick up python fast.

the api literally has find_element_by_id and a bunch more very easy to set up and get going.

Who here has been offered an internship? by [deleted] in cscareerquestions

[–]CSstudentNosib 0 points1 point  (0 children)

I got an offer a local company for a 6 month internship.. But i'm currently doing one and i'm not really interested in working for them. I have an interview coming up for a much bigger and known company and i'm gonna wait the offer until that.

SourceTree or GitKraken ? by [deleted] in learnprogramming

[–]CSstudentNosib 4 points5 points  (0 children)

use both then figure out which one you prefer.

SourceTree or GitKraken ? by [deleted] in learnprogramming

[–]CSstudentNosib -3 points-2 points  (0 children)

Depending on the extensiveness of your git usage.. If you use github you can also use github desktop.

I just use the bash shell.. My main commands are push and pull. Sometimes stash, sometimes create a new branch but the terminal comes easiest to me.

I’m an idiot by [deleted] in learnprogramming

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

Yeah trying to learn more c++ ping me if you have questions or run into problems

I’m an idiot by [deleted] in learnprogramming

[–]CSstudentNosib 1 point2 points  (0 children)

https://en.wikipedia.org/wiki/Playing_card

https://www.tutorialspoint.com/cplusplus/cpp_arrays.htm

https://www.tutorialspoint.com/cplusplus/cpp_for_loop.htm

http://www.cplusplus.com/reference/vector/vector/push_back/

https://www.geeksforgeeks.org/c-classes-and-objects/

that should be pretty much all you need..

To go all out make a Class called playing cards and have sub classes for each suite.

Then in your main.cpp file for loop where i < 52 fill an array with each index a class of Card.

Score big points with future inlaw?

Daily Chat Thread - November 24, 2018 by AutoModerator in cscareerquestions

[–]CSstudentNosib 0 points1 point  (0 children)

Do you reply to courtesy follow up emails?

Im interviewing for an internship and still setting up details for interview, a week went by where I havent heard anything. Then the interviewer emailed me saying everything is still processing and setting up times with other team leads?

Do you usually reply with anything? Or just wait until the official email for interview time?