What is the standard term for my role?

Posted by sigil on Programmers See other posts from Programmers or by sigil
Published on 2012-12-05T16:36:57Z Indexed on 2012/12/05 17:25 UTC
Read the original article Hit count: 139

I'm doing work that involves writing code and managing developers in a "special projects" division of a large company. I'd like to define my role better and figure out if there's an industry standard term for what I do, so that it will be easier for me to research best practices and work on a career path

What I do all day:

  • A macro that connects an Excel sheet to an Access database is acting funny; I get called in to figure out what's happening and debug it.

  • Someone needs data extracted from a bunch of files on Sharepoint. I figure out a client-side solution because I'm not authorized to do anything server-side and getting IT to do anything would take several months and need a business case.

  • A manager wants a new data entry tool for their team. I interview the manager and team members to work out the functional requirements, then design/develop/test the application.

  • Someone needs a VBA script to crunch some data for their presentation that's due in two hours. I drop everything I'm doing to hack out a quick script and run the analysis, without much in the way of testing.

  • A developer has been hired to build a database for one of the teams, since I'm working on too many different things and don't have time to take this project on in the timeframe required. I direct his work and push him to meet certain deadlines, interview stakeholders to get more info that will help him figure out how to build the necessary forms, and modify the functional requirements of the database to fit in the timeframe.

  • Someone wants to load a set of data into a GIS system and set up an ongoing refresh and reporting of this data set. I facilitate the conversation between the GIS developers and the owners of this data set, and design a demo application as proof of concept.

It's kind of an "all-purpose programming and IT management" position, but it's not officially IT because the company has an actual IT department with a rigorously defined system of submitting requests, developing code, and managing projects. What I do, I guess, is more of a handyman job, where stuff falls to me because I'm the geekiest one in the room. Is there a standard term in the software world for what I do?

© Programmers or respective owner

Related posts about project-management

Related posts about development-process