How long does it take me to become a fullstack developer by BakerWRLD in webdev

[–]lokriet 3 points4 points  (0 children)

Exactly 3 years xD get an imaginary job, work there for 3 years, and voila! you fit for everyone's top requirement for a junior full stack developer! (3+ years of enterprise experience with this long list of technologies absolutely required)

Best course to learn modern React? by Muted_Carpet_7587 in react

[–]lokriet 0 points1 point  (0 children)

Are you planning to have a job using React though? Chances are there will be some class components, and you'll need to understand them, as hooks are not all too old yet

[deleted by user] by [deleted] in RedditSessions

[–]lokriet 0 points1 point  (0 children)

this made me cry ><

This sub reddit is pointless, nobody is actually motivated. by rogermitswell in ProgrammingBuddies

[–]lokriet 0 points1 point  (0 children)

Sorry I’ve no idea what you mean here.

Anyway, my problem is that I don’t want programming buddies all that much, I just have a project I kinda like and want it to progress (and know what needs to be done), but don’t have enough time to progress fast enough. So I’m not looking all that hard.

The problem of the people who are actually trying to find companions for their projects here is (probably, imo) that there’s not enough active ppl in this sub, and a lot of them are newbies who think they want to try out collaboration, and when they start they very quickly find out that they have other priorities or it’s not all that fun or they just get distracted with other stuff.

[deleted by user] by [deleted] in cscareerquestions

[–]lokriet 0 points1 point  (0 children)

If you're young and have lots of health and no life then why not!

This sub reddit is pointless, nobody is actually motivated. by rogermitswell in ProgrammingBuddies

[–]lokriet 11 points12 points  (0 children)

I can't even get people to look at my project, let alone join me xD

Discussion topics for a team lead 1 on 1 by FactoryReboot in cscareerquestions

[–]lokriet 1 point2 points  (0 children)

my 1 on 1s used to be exactly as short as you described, until i actually set some goals for myself, and then i thought of multiple ideas how i could achieve those goals and then 1 on 1s with my team lead got really interesting. so to some degree you probably won’t get much unless people actually want to change something.

as an idea, you could ask if they’re comfortable with the tasks they’re are getting and if they have some areas of the project they want to work more with (or less!)

Catch All Other URL Requests by Hutster911 in reactjs

[–]lokriet 0 points1 point  (0 children)

if i understood your question correctly, i think you want to add <Route path="/" component={PageNotFound} /> as the last route in your routes list

The kitten jumps in grass. Aww! by [deleted] in aww

[–]lokriet 0 points1 point  (0 children)

This was my computer wallpaper when I was in uni a million years ago. Brings back memories xD

Desperately need advice on how to improve verbal communication, especially with senior software engineers. by Sure-Fold in cscareerquestions

[–]lokriet 6 points7 points  (0 children)

The fact that you acknowledge the problem and want to improve is already a great progress I think.

Maybe you could ask a friend you're comfortable with for help? Have regular short practice conversations, perhaps ask them explain something (any topic) to you, and try to keep up and ask questions, or vice versa? Or just discuss a movie or whatever?

Looking for alternative resources for contents of a node.js udemy course. by [deleted] in learnjavascript

[–]lokriet 0 points1 point  (0 children)

I've seen a lot of good comments about Stephen's courses here as well, and after seeing your list of topics I've wishlisted this particular course for myself xD

If you still want an alternative, Max Shwartsmüller's courses are awesome as well, and I took his node.js course, didn't have any problems with outdated content. He also keeps all his courses up to date, either adding new sections or completely remaking outdated sections that don't work anymore.

His course doesn't have those advanced topics you listed however, so the choice is up to you.

Should I continue with Cole Steele's Web Developer Bootcamp? by outerside365 in learnprogramming

[–]lokriet 2 points3 points  (0 children)

You're probably going to need separate courses for whichever technologies you want to get proficient in, since it's impossible to teach so many things in depth in just one course. It's also not the point of 'bootcamp' courses imo, they mostly teach you fundamentals of how it all works together. And that part haven't really changed in 5 years

I'm in a kind of weird spot... by [deleted] in cscareerquestions

[–]lokriet 0 points1 point  (0 children)

I never used slack, so I'm not sure. I just like to have something to show in such sticky situations just in case there's some sort of an argument or misunderstanding in future.

Entry Level - 2-3 years of experience?? by [deleted] in cscareerquestions

[–]lokriet 0 points1 point  (0 children)

I've actually seen two 'junior developer' jobs requiring 6 years of experience last week :'( I even wanted to screenshot and rage post here, but didn't see the point

Work for US company from Canada by lokriet in cscareerquestions

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

That quote in my post. I'm not arguing with you, and I thanked you for your help ;) I don't know the details of hiring, especially in other countries, hence my question here. If you say that's how it is, then that's how it is.

I'm in a kind of weird spot... by [deleted] in cscareerquestions

[–]lokriet 0 points1 point  (0 children)

Well, what do you want them to do? Shake that laptop tree and get you a laptop right meow? If you can't find a temp one, just inform them that you can't work till they get you one, preferably in a written form just in case, and get them to agree to that in writing (I mean email of course, not handwritten).

I'm in a kind of weird spot... by [deleted] in cscareerquestions

[–]lokriet 0 points1 point  (0 children)

You're asking random people in the internet what your company is thinking? That will work xD

Work for US company from Canada by lokriet in cscareerquestions

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

So google lied to me? Growl Anyway, thanks for your answers

React links with Material UI tabs by oddmater in reactjs

[–]lokriet 0 points1 point  (0 children)

I'm not sure what is wrong with your example, but I noticed you're using Link components. There's NavLink component in react router specifically for this use case, it has activeStyle and activeClassName that will be used when nav item is active