DEV Community

Discussion on: How did you land your first job as a junior?

Collapse
 
tkudlinski profile image
Tomasz Kudlinski

Create github repository and create few basic projects in it. For Frontend/Fullstack position create apps like:

  • ToDo list
  • Github Users Viewer
  • Counter etc.

i.e. for Junior Frontend/React dev it would be nice to show (using those projects) that you know/can use:

  • React Hooks or LifeCycle methods
  • Redux
  • CSS
  • make API call
Thread Thread
 
caroso1222 profile image
Carlos Roso

Wise words, I'll pass on this advice, thanks Tomasz!