So next semester, I only have one CSC elective class so figured it would be a good time to pick up some skills that weren't taught in class. Any suggestions on languages, books, etc I should check out over the summer and next semester that will help my job search in the future
4/19/2012 5:55:38 PM
communication skills
4/19/2012 6:04:09 PM
get some understanding about modern hardware. learn how stuff in the datacenter interacts with your apps and how the infrastructure your apps run on is maintained. this insight will help you make a maintainable, portable, manageable app. I'd also look into cloud models and architectures
4/19/2012 6:13:27 PM
Basic hygiene
4/19/2012 7:21:27 PM
cool, so we got a couple of the stereotypes out of the way.bbehe did you have a particular focus? what are you planning to do career-wise?
4/19/2012 7:30:22 PM
I have no real focus. Ideally, I would like to work with an aerospace firm (such as SpaceX, Lockheed Martin, etc) working on embedded software on various airframes.
4/19/2012 7:42:44 PM
take some embedded systems class, or maybe mechatronics
4/19/2012 8:11:22 PM
Possibly numerical methods, too.And, yeah, learn to talk like a human if you can't already.
4/19/2012 8:39:26 PM
I'm pretty decent at communicating already, so I'd rather focus on technical skills
4/19/2012 8:43:49 PM
anything not involving java which everyone outsources to india.
4/19/2012 8:47:48 PM
Grab an Arduino. Play with it, mess it up, see what you can do. It will be a good experience of having to actually find your way around APIs and developing something from scratch. Although they aren't "real world" they definitely teach some skills I often see lacking in interview candidates (since you are looking at lower level stuff).OrContribute to open source, always a good way to pad the resume and learn a few things.
4/20/2012 10:28:01 AM
not what you were asking for but there are several minors you can get for very little extra effort with CSC.CogSci in particular I took only one extra class for.Couple others but I'm not gonna go look them up.
4/20/2012 11:35:56 AM
^I did something like that with a minor in Psychology. It was interesting stuff, but looking back on it, more CSC technical skills would have been beneficial in my case.
4/20/2012 11:39:51 AM
communication skillsproject/time managementsource control + build management
4/20/2012 12:06:06 PM
If you want to go into such a highly regulated/regimented industry:Build & Test automation.And jcstille had a good suggestion with the Arduino, especially if you stick to C/C++ as your language of choice.
4/20/2012 1:40:31 PM
C#
4/20/2012 3:50:23 PM
how to talk to women
4/21/2012 12:01:39 AM
Effective troubleshooting
4/21/2012 1:00:24 AM
how to drink heavily
4/21/2012 1:23:00 AM
How to hail a cab in the Mission after drinking tequila.
4/21/2012 2:09:10 AM
4/21/2012 12:43:41 PM
4/29/2012 3:12:54 PM
is that actually good?
4/29/2012 11:54:54 PM
imo yesbut don't take my word for it.[Edited on April 30, 2012 at 12:03 AM. Reason : .]
4/30/2012 12:01:55 AM
I get this kind of vibe from the cover:
4/30/2012 6:40:20 AM
4/30/2012 10:28:57 AM
I guess this is a good thread to ask if anyone feels strongly about any of these courses.
4/30/2012 11:18:38 AM
4/30/2012 12:03:07 PM
eh, you can do all the automated stuff through the webservice that the CLI is just a wrapper for. in production we use the .net wrapper for the web service, some folks use the ruby gems
4/30/2012 1:34:48 PM
I'm talking about stuff like having automatic failover if the database is unresponsive or bringing on new servers in heavy load. There's a lot of steps that have to happen like adding the new ip to the security group and adding itself to DNS that yeah you can do it through the GUI but having the server do it by itself when it comes up can save time, particularly if you are doing 10 or more of them at once. It's also still helpful to have scripts that make decisions on what kind of environment it is when an app server comes alive. That way you can change what is test/production by starting/stopping in the CLI. You have to know scripting to get the basic functionality for that stuff.
4/30/2012 2:35:01 PM
I've been meaning to try out a micro-instance with node.js. My lack of unix experience is going to make it very painful.
4/30/2012 2:41:48 PM
^It's not all that bad. apt-get is your friend. If it complains about anything missing on the command line you can likely type apt-get install <name of package> and get it.Make sure to get build-essential and libssl-dev if you are going to install from source (that's usually the easiest).
4/30/2012 4:15:38 PM
do you not use elastic load balancing? I was referring to the REST webservice that you can call with a proper binary. we wrote our own monitoring tooling against it
4/30/2012 8:26:56 PM
I just started using it today. Don't you still have to add instances to it? Or can you set it up to fire off a new instance when load gets to a certain point?
4/30/2012 8:29:52 PM
^ pretty sure yes. i haven't used ec2 a whole bunch, but a friend gave a demo like 6 months ago and pretty sure he did that[Edited on April 30, 2012 at 8:50 PM. Reason : like smoothcrim said though, you have to write your own tool]
4/30/2012 8:50:25 PM
Three useful skills that cannot be taught in a classroom:1) Aptitude to Learn. As you move through your career, always show a willingness to learn. You can't possibly cover everything, but be willing to teach yourself if you don't know. (Corollary: Don't ever get too comfortable doing a particular job role).2) Communication. You can get training in communication, but most of it comes through experience. Take time to reflect on your communication with others, which can be just as important as the communication itself. 3) Know your strengths and weaknesses, likes and dislikes. Learn how to play the strengths/likes to your advantage, and avoid the weaknesses / dislikes. Most importantly, you won't always be able to avoid it ... learn how to compensate.I'll have to agree with Noen on the Building and Test automation. Not so much for the specific skillset, but for the opportunity to have a new means to critically think about / analyze your work. A company's Development team, Test team (Unit/System/Functional inclusive), Support team, Sales team, Marketing team, Finance team ... and probably more I can't think of right now all have different perceptions of the same piece of software. Understanding those different viewpoints and being able to bring those different viewpoints together will differentiate you from your peers.(Dammit I'm getting old...)
4/30/2012 10:19:11 PM
4/30/2012 11:54:00 PM
5/1/2012 12:12:48 PM
^^My grad work was heavily HCI, Human factors, Visualization, and I loved it but there are so few jobs where thats the focus that its hard to get into that without a PHD. Granted you can use it in your day to day but unless you are a UI engineer you're usually not in a position to change the user experience.My days are often maddening because I see all these user experience problems but I'm not in a position to change them.
5/2/2012 12:00:38 AM
You're always in a position to change them. Always.
5/2/2012 6:53:30 AM
I'm pretty glad I work on small team and there is no division of labor such as UI engineer.
5/2/2012 7:04:33 AM
^
5/2/2012 9:30:54 AM
Soldering. While not necessarily something to put on a resume, being able to do basic electronic repairs or build simple boards/cables/etc is an extremely useful skill.
5/7/2012 1:18:28 PM
5/7/2012 2:39:00 PM
Microsoft is missing 500 Ux engineers...? Well, that explains a lot. Ba dum cha!
5/7/2012 3:22:38 PM
5/7/2012 3:37:42 PM
^^ Take a look at Google, Apple, Amazon or any other large tech company. You'll see dozens if not hundreds of open Ux positions there as well. The problem is there aren't enough qualified people to fill the roles.
5/7/2012 6:33:32 PM
Besides the industry specific skills mentioned above, I would strongly suggest considering beefing up your foreign language skills. Which one and whether or not this is a particularly worthwhile consideration would depend on specific companies you'd consider applying to.Mandarin and/or Portuguese languages would be good skills to consider improving if you already have a familiarity. They may be worth learning for the first time as well, if you know a company you want to work with does a lot of business where they're spoken. The second is the less obvious choice, but that's part of what makes it so valuable. People don't often realize it, but since Brazil's language is Portuguese and the presence of US software and technology companies there is rapidly expanding there is an under-served demand for US comp sci and engineering graduates who can speak the language. IBM for example opened a large new research campus in Sao Paolo and has something like 400+ job openings int he country because they are currently expanding their business there.But basically - be as fluent as you can get in a second language and consider one besides Spanish. Being able to speak fluently with clients in hot foreign markets or with international teams can make you extremely valuable. While Spanish isn't a bad choice, you're less likely to stand out for being able to speak it or find yourself indispensable on a project because of your skill in it. Spanish is still useful of course so if you already speak it fluently or could beef up on your skills in it then don't be shy about noting it on your resume. If you already know what positions and companies you'd be interested in after graduation, I'd suggest looking up where they do business internationally and possibly picking up a course or two in the language of that country before you graduate. If the company has major clients in Shenzhen or Sao Paolo then even a couple semesters of Mandarin or Portuguese respectively would prove to be a significant asset. This is also one of those skills that can put you above your peers in consideration for taking lead on projects that involve an international team or with a particular client where your language skills are relevant.[Edited on May 10, 2012 at 7:54 AM. Reason : n]
5/10/2012 7:44:52 AM
5/10/2012 10:33:49 AM
If you're interested in moving into the field, let me know. There's plenty of demand, even in NC.
5/10/2012 4:14:43 PM