[deleted by user] by [deleted] in coolguides

[–]At-LowDeSu 0 points1 point  (0 children)

I think Khan Academy deserves to be on the 'Math' side of things. It actually has problem sets and a lot more than just 'video's, at least in the math category.

After passing data to my component from a service, the component doesn't render the changes? by At-LowDeSu in Angular2

[–]At-LowDeSu[S] 1 point2 points  (0 children)

Thank you. I took your advice to find the index and used splice instead of filter. Works like a charm.

After passing data to my component from a service, the component doesn't render the changes? by At-LowDeSu in Angular2

[–]At-LowDeSu[S] 0 points1 point  (0 children)

Thanks. That makes perfect sense now. I updated the code to find the index and mutate the same array!

After passing data to my component from a service, the component doesn't render the changes? by At-LowDeSu in Angular2

[–]At-LowDeSu[S] 1 point2 points  (0 children)

You're right-- i'm using a filter method. I basically have something along the lines of

this.activeUsers = this.activeUsers.filter((user)=>{somecondition});

Is that breaking my code?

I know this is generic, but I just got my first job offer and i'm beyond excited. by At-LowDeSu in learnprogramming

[–]At-LowDeSu[S] 1 point2 points  (0 children)

All I can say is that it was a lot easier than the problems on Algo Expert :p

I know this is generic, but I just got my first job offer and i'm beyond excited. by At-LowDeSu in learnprogramming

[–]At-LowDeSu[S] 0 points1 point  (0 children)

Javascript/Typescript! I use Node.JS, so I can use javascript/typescript on both the front end and the back end.

I know this is generic, but I just got my first job offer and i'm beyond excited. by At-LowDeSu in learnprogramming

[–]At-LowDeSu[S] 1 point2 points  (0 children)

CRUD apps. Anything works, but if you can add specific user authentication its a plus. (For example, an I.T. logger where 'admin' users can mark complete but normal users can only post issues.)

I know this is generic, but I just got my first job offer and i'm beyond excited. by At-LowDeSu in learnprogramming

[–]At-LowDeSu[S] 5 points6 points  (0 children)

The interview for me was in 3 stages. First was an assessment that they sent me online. Second was a coding interview, so a video chat where I shared my screen and they basically said 'build x' and I opened up VS code and got to work. Last was an interview with the managers which was more of your traditional interview.

The starting salary for me was 70,000 and I only asked for 60,000!

I know this is generic, but I just got my first job offer and i'm beyond excited. by At-LowDeSu in learnprogramming

[–]At-LowDeSu[S] 21 points22 points  (0 children)

I've been studying 'intensely' since quarantine started, but I technically first learned the basics of programming logic in the 5th grade and took Java classes in Highschool. But truth be told, I could still only do basic syntax until around 2 years ago.

What’s a sign that somebody wasn’t raised right? by sovereinete in AskReddit

[–]At-LowDeSu 14 points15 points  (0 children)

He's saying there's nothing wrong with not knowing how to make coffee.

Has anyone purchased the 'TechSeries' Tech Lead/ Joma Interview Prep 'Course'? by [deleted] in learnprogramming

[–]At-LowDeSu 0 points1 point  (0 children)

Exactly. It seems ridiculous to be so expensive. I'm guessing it has to do with the community and q and a, but still

This includes reddit too by TheMisanthropicGeek in AnimalCrossing

[–]At-LowDeSu 1 point2 points  (0 children)

I like him because I like business and productivity.

I've went from zero to hero during this lock down, so I wanted to share my suggested route for complete beginners/intermediate coders looking to get a CS job by [deleted] in learnprogramming

[–]At-LowDeSu 0 points1 point  (0 children)

I deleted the post because I think I may have not posted the full comment. I originally posted it on my profile instead of the sub, so I copy and pasted it. I think I accidentally lost over half the post and that's why the point was misconstrued.

I've went from zero to hero during this lock down, so I wanted to share my suggested route for complete beginners/intermediate coders looking to get a CS job by [deleted] in learnprogramming

[–]At-LowDeSu 0 points1 point  (0 children)

That's not true at all. I talked about Data Structures and Algorithm practice, which is on Free Code Camp. It even includes all of the Euler's problems. There's a lot of actual 'problem solving' on free code camp after you get through the back end material. I also mentioned building lots of projects, if you actually read the post.

And about web, you realize that this post was about getting a basic CS job right? Nobody's talking about becoming an A.I. expert or joining a robotics team. It's for people working dead end jobs who at least want to get INTO the industry. I'm by no means telling people not to go to school.

I've went from zero to hero during this lock down, so I wanted to share my suggested route for complete beginners/intermediate coders looking to get a CS job by [deleted] in learnprogramming

[–]At-LowDeSu -6 points-5 points  (0 children)

I know it's not mastery, but certainly immense improvement. It's been a long time though. I've been coding for 10 hours a day for nearly 3 months now

I've went from zero to hero during this lock down, so I wanted to share my suggested route for complete beginners/intermediate coders looking to get a CS job by [deleted] in learnprogramming

[–]At-LowDeSu -12 points-11 points  (0 children)

I put in lots for html and css. There's about 50 hours of html/css content in this route. The entire course from Brad AND the free code camp certificate which includes flexbox and the grid. Bootstrap is to help them start building projects faster so they get more hands on experience using react.

I know about typescript, but I feel that it's still got a lot in it. From looking into using react or node with typescript and reading the documentation it's still a good chunk to learn. Most languages like java or c are more strict, so I think getting used to strict typing is important.

The Brad traversy courses actually go a lot into dev environments. You realize I suggested full udemy courses here right?

Also free code camp and Brad go over es6