clinehall wrote:
3. Is there technology vocabulary for dummies web site so I can have some fricken idea what you guys are talking about?
That's all right, I still look up half of the words and acronyms too.
Some good ideas so far, thanks for the contributions.
Big data = interesting.
Coding all day in a cubical = interesting for a while (got to walk before I can run). If I'm at a big company, there is no doubt that the monotony of coding all day will be broken up by the monotony of meetings.
I'm old, I don't want to be a gaming developer (seems most of the TA's at State are in a gaming program).
I've done some database work in the past. Pretty simple things (Filemaker Pro), but I enjoyed that (both interface and backend stuff). I set up an inventory system for my group in grad school (my advisor hated that I did that rather than chemistry, I should have taken the hint back then). I dealt with a lot of the normal issues. Searching, entering new chemicals, deleting the old ones, etc. Filemaker would blow up if you did a search and returned the null set (people don't use software with errors) so I programmed around that (just create dummy records then delete them when you are done).
Later I used Filemaker to track autocross season points. I was very proud of my nested if/then statement that dropped the worst two events when calculating the final total (yeah, Filemaker couldn't do that). I have automated a few things on the Mac with AppleScript (usually modifying someone else's work).