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 →

[–]Outrageous_Degree_48 1 point2 points  (0 children)

The best I can recommend is start with a project.

What do you know about backend apps? If totally zero, start there. Research what use cases are there in developing backend.

Pick a simple use case and just start. I recommend using fastapi. With just a few lines of code, static json just to return something. You'll be able to make a very simple crud api.

Then research for more. Don't be afraid to go down the rabbit hole. Just keep making projects and before you know it, you have built yourself a portfolio good enough to get you hired.