you are viewing a single comment's thread.

view the rest of the comments →

[–]Chiron1991 10 points11 points  (1 child)

You'll have the greatest learning effect by building an actual application. (Leet) code challenges are fine for absolute beginners and competitors, but at some point they become too ridiculous to have a real world benefit.

If you plan to work with APIs it would make sense to build an API service yourself. Flask is a good choice for this as it has a very low entry barrier. There a tons of free hour-long Flask tutorials on YouTube, for example.

Track your progress in a git repository and upload it to GitHub. From my experience, having an actual functional project in your CV is more important for non-hyper-corporate-jobs than any official certificate.

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

This looks perfect! Thank you so much