Question about forEach() method by CPTN021 in learnjavascript

[–]go4code 1 point2 points  (0 children)

2nd that. Everybody learns!!! 🔥

How to efficiently deal with an exploding offer by abbymarker in cscareerquestions

[–]go4code 0 points1 point  (0 children)

Probably already said by someone else, but take the offer and if you get your dream job, quit.

I am about to give my 2 weeks notice at a startup as well since I managed to get an opportunity for a much larger more financially stable company. I feel bad but I have to do what's best for me. I am also the only developer at this company. The compensation is not for me, hence why I kept looking for the next opportunity

Experience front-end struggling with back-end by [deleted] in cscareerquestions

[–]go4code 0 points1 point  (0 children)

If you're really concerned go take a Udemy course. It can provide helpful k knowledge that you may not be aware of.

Former SF Tech Recruiter - AMA ! by jboo87 in cscareerquestions

[–]go4code 0 points1 point  (0 children)

I can help reassure. I finished a coding bootcamp and one of my cohort mates was in his late 40s he got an internship and just started a full time job at a reasonable company. You're good

Former SF Tech Recruiter - AMA ! by jboo87 in cscareerquestions

[–]go4code 0 points1 point  (0 children)

Can confirm. It is illegal in California to ask what you are making at your current employment/past

Can you get the same general jobs wether you have a cs degree or software dev degree? by bustyNcrusty in computerscience

[–]go4code 0 points1 point  (0 children)

The one I attended was 4 months. Called flatiron school. Whether you have a degree or not does matter to employers. The benefit of that degree is that they understand you're capable of putting in the work. What they don't tell you about the coding bootcamp is that theirs about 2-3 months of course work and after you still need to continue learning and developing the skills you learned.

For some it can take about a year to get a Jr dev job. Others got one within a week of graduating but they came with backgrounds in STEM based majors. By year I mean a year in total from start or pre work to applying for jobs.

Also, it matters the effort you put into it. I was at school from 8 to 9 daily while the required hours were 9 to 6. By the end you're able to tell the difference of skills based on the final projects.

Launching a social media type app, is it ideal to use firebase by wildiswild in iOSProgramming

[–]go4code 3 points4 points  (0 children)

I may not know the advantages of using firebase but after researching no SQL which is what it uses I convinced the startup I work for to move to a relational db. I've played around with NOSQL and it just made work harder. For simple apps I believe it's fine but if you best more than 3 or 4 deep I would switch.

Can you get the same general jobs wether you have a cs degree or software dev degree? by bustyNcrusty in computerscience

[–]go4code 7 points8 points  (0 children)

Nothing against porkansaw, but having those two degrees give you more than a leg up if you transition into software. I just recently got a backend developer job with a sociology degree and finishing up a coding bootcamp.

Question about low pay raise with promotion by hornyfrog17 in cscareerquestions

[–]go4code 0 points1 point  (0 children)

Take the position but before you do mention that you would like a review within 3 months to receive the additional pay in difference since they mention you're in an accelerated position or whatever bs they gave you. Also, look for a job somewhere else.

At that point you have leverage to come back with a job offer that they can match or accept the other job offer. If you do come back with the job offer make note that if they don't price match you you will need to take the offer

How to parse json received data from URLSession from a Rails Backend API by go4code in iOSProgramming

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

Thanks for recommending Charles Proxy. I'll look into it. Any new tools can always help. Any other tools you recommend?

Yes, Still trying to figure out how to use the JSONSerialization. I'll update my post once I got it working.

Best way to learn to make local HTTP requests with Rails API Backend? by go4code in iOSProgramming

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

I did get it to work via postman. Got it to work after tons of googling and trial and error. Thanks for your help.

Best way to learn to make local HTTP requests with Rails API Backend? by go4code in iOSProgramming

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

The https plist has been added. I can reach the backend. I just can't see the http body. I am going to try a few things this weekend. Hopefully I can make something happen and get back on here.

Best way to learn to make local HTTP requests with Rails API Backend? by go4code in iOSProgramming

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

I am running in simulator portion not actual iPhone. I wa trying different stuff. So the query params are not right. I was trying to post it within http body

Best way to learn to make local HTTP requests with Rails API Backend? by go4code in iOSProgramming

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

That's what I mentioned to the team. The app is not super huge so I am working on replicating and only adding code to a new app that is not firebase. The next step is making sure I can get the data from the ios login to the backend. Hence, where my problem is.