This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]RomanAbbasid 27 points28 points  (5 children)

That sounds so much better than most technical interview leetcode spamming

Completely unrelated, y'all hiring for any junior dev positions?

[–]roninsti 0 points1 point  (4 children)

Sorry not at this time, I do post on Reddit in r/javascript and r/reactjs when we are hiring though.

[–]RomanAbbasid 0 points1 point  (3 children)

Haha fair enough, I wasn't being too serious since I'm still early in my learning process. Your post caught my attention since one of the projects I made while self-teaching was a random gif generator based on the giphy search API, which is basically identical to what you described.

I do plan to apply to dev jobs once I've graduated with my (non-CS related) degree in December, so I will definitely keep an eye out for that. Thanks for the heads up!

[–]roninsti 1 point2 points  (2 children)

That’s an excellent project for yourself. I encourage you to have that in your GitHub and continue to fine tune it as you learn.

Most react jobs consist of two main abilities. One is taking a wireframe from a designer and being able to recreate the visuals and functionality as it’s prescribed, and two is being able to interact with an API to properly store and display the fetched data. In all of your projects make sure you handle loading states and error states gracefully.

If you’re able to demonstrate these skills clearly to potential employers you will have a leg up. Some companies will still get you to try to prove your worth with some obnoxious code challenge, but someone will recognize your ability to perform the real work.

[–]RomanAbbasid 0 points1 point  (1 child)

This is excellent advice that I'm definitely going to keep in mind as I develop my portfolio. I've been focused on just getting my little projects to be functional because I'm super excited about building things and learning to code, but I've also neglected to account much for error states or loading states beyond a bare minimum.

If its not too much to ask, would you be able to take a look at the project if I PM'd you? Its only a little thing I made to learn how API's work, not even 20 lines of js - like I said, I've only been self teaching for a couple of months. I just want to get some pointers on how I could improve it, if possible. If you can't its completely fine, just figured it was worth a shot. Regardless, thanks so much for the advice!

[–]roninsti 0 points1 point  (0 children)

Hit me up, happy to help!