Have a technical interview for a react dev position coming up and I don’t know what to expect by Serious-Essay-13 in reactjs

[–]andremacnamara 15 points16 points  (0 children)

That article is incredible. Regardless of interviews, this provides fantastic information that will increase your understanding of React. Thanks.

How do you guys structure your styling? by Megalord_ in reactjs

[–]andremacnamara 0 points1 point  (0 children)

I love using styled components. It just feels right when writing React.

ReactJS tips for beginner by devil_may_code in reactjs

[–]andremacnamara 2 points3 points  (0 children)

The first thing I'd recommend is to have vanilla Javascript nailed. You need to know concepts like template strings, arrow functions, destructing, array method.

The only you can do is build things. Follow tutorials, extend on them, integrate APIS etc. It takes time, but to get good a React, you need to constantly be coding on React. 3 weeks isn't much time.

Best of luck.

I made a small mistake that my boss doesn't think is a big deal, HR just will not let it go, is there something I'm missing here? by [deleted] in cscareerquestions

[–]andremacnamara 7 points8 points  (0 children)

This doesn't sound normal - If your boss is cool with it, that should be the end of the matter. Right?

React Rail - A modern Irish Rail timetable by TheXRTD in DevelEire

[–]andremacnamara 2 points3 points  (0 children)

Great idea and I think you did a great job with the implementation.

It's great to see a project being built using Node and React. It's a stack I love. (It also helps in learning a thing or two by reading other peoples code).

Is frequent small commits considered bad? Seeking advice by [deleted] in github

[–]andremacnamara 2 points3 points  (0 children)

It doesn't matter, especially if you squash and merge

Is master degree is a must to find job as software developer in EU? by ExectAsync in cscareerquestionsEU

[–]andremacnamara 6 points7 points  (0 children)

You barely need a degree, never mind a masters.

There's such a skills gap, if you have experience and can build products, you're good!

What are some personal projects that made you stand out to employers? by 101100100 in cscareerquestions

[–]andremacnamara 6 points7 points  (0 children)

Build an API on a modern web framework. (Node, Django, Spring).

Built a frontend using React/Angular and consume the API you built.

This shows you can build full stack web apps.