3

Being a full stack developer within a company that has separated departments for each stack can be very frustrating, especially when it comes to just a development environment.

Although my main role is a backend PHP developer, there are times where I need to configure or install something in a development server. But I have to put in a request to the networking team every time I want something done. Personally I find this to be very inefficient and wasting my time and the networking teams' time as well.

An example would be I want to install Supervisor to have a process restart in the event that it dies, which I explained to the networking guy. But the networking guy says that they don't want to install it, can just make a systemd service instead. I said that is fine and asked if he could do that or can I do it myself. Then he wants to know why I want to have a systemd service installed even though I just explained it to him!

Though I guess I'm always going to have this kind of issue with networking teams.

Comments
  • 0
    I work for a small organisation that isn't primarily tech. I do sysadmin as well as development, I have the keys to the kingdom :)
Add Comment