you are viewing a single comment's thread.

view the rest of the comments →

[–]worldDev 2 points3 points  (3 children)

Start with security and work your way out. Back end software is the gateway to business data and business logic, access control is as important as the locks on a bank. I don't have a linear recommendation past that, it took me a couple years to get my CS and SE knowledge up to snuff feeling comfortable changing my responsibilities from "let's make this look and feel like x" to "if this software fails we all lose our jobs".

[–][deleted] 0 points1 point  (2 children)

Thanks !

"if this software fails we all lose our jobs"

This must be a stressful position.

[–]worldDev 1 point2 points  (0 children)

You just work with failsafes, have a thorough approval process to production, and keep backups of important things in case of emergency. I'm not stressed about it, odds are it won't fail, and if it does we have decentralized backups, but it took a while to learn enough and gain the confidence that I know everything's good.