Slashdot Mirror


Ask Slashdot: Fastest, Cheapest Path To a Bachelor's Degree?

First time accepted submitter AnOminusCowHerd (3399855) writes "I have an Associates degree in programming and systems analysis, and over a decade of experience in the field. I work primarily as a contractor, so I'm finding a new job/contract every year or two. And every year, it gets harder to convince potential employers/clients that 10-12 years of hands-on experience doing what they need done, trumps an additional 2 years of general IT education.

So, I'd like to get a Bachelor's degree (preferably IT-related, ideally CS, accredited of course). If I can actually learn something interesting and useful in the process, that would be a perk, but mainly, I just want a BSCS to add to my resume. I would gladly consider something like the new GA Tech MOOC-based MSCS degree program — in fact, I applied there, and was turned down. After the initial offering, they rewrote the admissions requirements to spell out the fact that only people with a completed 4-year degree would be considered, work experience notwithstanding."

3 of 370 comments (clear)

  1. Re:A printer and a template by Shados · · Score: 5, Interesting

    I once interviewed for one of the big investment banks (not gonna give a name, but its one of the big evil wall street banks that everyone knows about). That one has the usual silly "4 year degree with 3.0 GPA or we don't even talk to you, no exception, not even if you're a well known superstar in the software world" rule.

    I didn't know that, and I only have a 3 year degree (from a country where thats common). I aced the interview as that particular job wasn't even very computer science-ish, and they had been looking for someone for months to fill that position. Then they noticed the little issue of me not having the mandatory degree.

    The hiring manager (not someone from an agency, but someone on their payroll) just modified my resume without telling me and passed it over to HR for final signoff. I got hired.

    Fast forward a year, they're updating the HRIS system and verifying that all the info is correct. I get an email from HR asking me to confirm that I indeed have a 4 year bachelor with 3.0 GPA from Big Name College XYZ with my boss CCed.

    My boss quickly replied, before I had time to go "WTF?!", that I indeed had such a degree.

    Needless to say, him and I had a little talk afterward. That was awkward.

  2. Where are the online Computer Science degrees? by Rinikusu · · Score: 5, Interesting

    I've always wondered what it is that prevents us from creating a fully accredited* Computer Science Degree (bachelor's) completely online, for cheap. I'm not talking code-school, I mean let's learn Computer Science, with all the math and non-shortcuts that entails. The "industry" might want programmers, but *I* want to be more than that, and I'd like a formal education to get it without spending $30-40k/semester and would prefer to do it at my own pace while I continue working in the field. Perhaps this needs to be a Y Combinator style start-up. Courses from Algebra (yes, Algebra), Geometry, Trig, first principles kind of stuff focusing on the WHYS not just rote memorization. Sure, you'd still need the social sciences and what not (and I would be happy to just take those at the local community college for $cheap and transfer them in), but the real meat at the real school. Hell, it doesn't even have to be accredited if you actually learn something.

    This also brings me to self-taught computer scientists: I've begun an adventure down "Teach myself math from scratch" lane because, at age 40, I'm still rather annoyed at my math education in high school. I was more concerned about learning to the test, not the concepts, and that's haunted me ever since. Anyone have recommendations for learning math starting from, say, Algebra I or II level (high school) that will actually teach in a way that will be useful rather than taking a test? Stuff that will carry over into future classes as the proper building blocks, etc?

    --
    If you were me, you'd be good lookin'. - six string samurai
  3. Re:Hi... by metlin · · Score: 5, Insightful

    I have met a number of people who are rock solid programmers and have a deep understanding of technologies. People who can program device drivers in their sleep and have implemented a godawful number of systems over the years. People who have licked networking or embedded systems or whatever (take your pick).

    Naturally, they assume that CS is the same as IT, and enter CS programs to get a degree.

    And then, I have seen them fail miserably as they realize that programming does not equal discrete math, graph theory, or computational complexity. Usually, it's been a while since they've been out of school, so even simple things like Graphics 101 with vector math and basic physics isn't quite a cakewalk. Plus, I have found that they are quite limited by their own experience and biases (mostly because they've had a lifetime to learn bad habits) and find it quite hard to reconcile real world experience with the academia.

    You can especially see this with older, more experienced folks in a class teaching, say, Operating Systems, Architecture, Data Structures, or Compiler Design. And it is not necessarily their fault -- their real world experience sometimes does contradict what's recommended in the "ivory tower" world. Networking is often quite the opposite, though -- it is one of those fields where real world experience proves valuable, and the experienced folks learn a little something about the math behind network routing and such.

    Honestly, whenever I see someone with experience wanting to study CS, I just recommend that they get a degree in something like MIS simply because it is a way for you to move up, and it is a lot easier -- handing computer science at a later stage in your life is usually significantly harder unless you've been keeping yourself mentally challenged in math and related subjects. You are in a very different place mentally in your early 30s than you are in your late teens.