DEV Community

Discussion on: What should I be doing as a backend Django developer?

Collapse
 
matt profile image
Matt seymour

A bit late to the party but you have not mentioned your other experiences. So I would say get a good understanding of the full stack (you do not need to be an expert but you need to understand how things work). It will help you better understand and work with others on your team or those who interface with your code.

Next I would look into one of the following deployments using fabric, provisioning using ansible or docker or ... (insert provisioning tool) later look into the basics of caching and optimization.

Collapse
 
kmehran1106 profile image
Mehran Kader

Thanks for the output :D, currently I'm working on using the elastic stack (for logging), optimizing the server workers and will be starting on channels soon after. After that I'll look into provisioning and docker.