35 ms·
> devops You keep using that word. I don't think you know what it means. (Coming from a contract 'devop') There is no such thing. Either you code, and your c
by scourge 12y ago
> devops
You keep using that word. I don't think you know what it means.
(Coming from a contract 'devop')
There is no such thing. Either you code, and your code helps a company's devops requirements. Or you're in ops because you can't code. I need to collaborate less than devs do. My clients know for a fact that most of my work is done more productively at home in the quiet. Yes we need to talk, plan, work with others (sometimes) but who doesn't?
- tankenmate 12y agoThe whole point of devops is that it combines development and operations; i.e. everyone works together to make sure that both development and operations are mutually supportive and co-ordinated. Most devops teams I have seen almost all the team are capable developers and sysadmins / operations.
- puredemo 12y agoObviously there are positions where people do both, hence the word. Don't generalize based on your limited experience.
- q3k 12y ago> Or you're in ops because you can't code. Yes, this is the only reason why people become system administrators.
- warcher 12y agoIt turns out that devs are great at a lot of ops type tasks. Basically what you get is developers' innate tendencies towards laziness and over-automation yield really good ops solutions. Where your typical sysadmin will be perfectly comfortable running a hodgepodge of shell scripts and byzantine commands through the terminal every time he wants a server push, your typical developer just wants the fucking code up on the server so he can get back to work he finds less objectionable. This is absolutely how you want to approach ops. Just get the shit running with as little human interaction as possible.