Results 1 to 10 of 10

Thread: Computer Science HND Computing University Course

  1. #1
    Lord Dakier's Avatar Protector Domesticus
    Join Date
    Jul 2008
    Location
    Birmingham, England
    Posts
    4,464

    Default Computer Science HND Computing University Course

    Hi guys,

    Not necessarily a computer issue but definitely need some advice from the egg heads. I'm looking to further develop my computer skills now I am skilled with computers, however I've never really done programming or web design to the professional extent. I mean I've done some coding within computer games and I've built a website for my granddad using a html web builder site but I've not got enough credibility to get me to where I want. So I'm looking into going to university in the future to achieve what I want to do. So I'm kind of looking for advice from anyone who's gone to university studying computing specifically. I want to know whether it may be better to specialise in a certain direction or maybe do a course which I can gain a little bit of everything like the Computer Science HND in Computing. Living in Birmingham, West Midlands, UK I'd also have to consider accommodation and such but that's for another day as first I'd have to go back to college to retrain surely.

    Any help is greatfully appreciated,
    Regards
    We Came, We Saw, We Ran Away!

  2. #2

    Default Re: Computer Science HND Computing University Course

    What do you mean by computer skills? Do you wanna develop SW, do web design, or more theoretical stuff related to math?
    House Rowan of Golden Grove


  3. #3
    Lord Dakier's Avatar Protector Domesticus
    Join Date
    Jul 2008
    Location
    Birmingham, England
    Posts
    4,464

    Default Re: Computer Science HND Computing University Course

    I am looking at the possibility of retraining and going to university within some years time. I've always been pretty good with computers so it seemed logical to pursue a career in it. I guess I'm looking more for career advice than actual knowledge of subject. I was thinking of doing a HND and then an MSc in computer science which would be educating a little bit of everything from programming to web design to computer analysis and data entry. I guess my question would be is it feasible to take this path or could someone suggest a better one or perhaps even have advice on doing computing at a university level.

    I'm sorry I don't necessarily know the exact question I want to ask, but more so hoard information on the matter.
    We Came, We Saw, We Ran Away!

  4. #4
    Ybbon's Avatar The Way of the Buffalo
    spy of the council

    Join Date
    Apr 2009
    Location
    locally
    Posts
    7,234

    Default Re: Computer Science HND Computing University Course

    Well the first question is where do you want to go? You said you haven't got enough credibility but for what? I have a degree in IT but it is from 1990 so not sure what relevance that is 25 years later and I would not expect to be judged on the results of that now.
    It does depend, if you have enough experience outside University and can demonstrate the skills you have, then actually having a degree is not always necessary. Many companies will look at wider experiences depending on what your age is and what those experiences are, at the end of the day a degree is just a piece of paper indicating you can pass a set course of work study and exams to a level of competence.

    However, computing is a broad field these days, so what are you looking for and what kind of field interests you?

  5. #5
    Lord Dakier's Avatar Protector Domesticus
    Join Date
    Jul 2008
    Location
    Birmingham, England
    Posts
    4,464

    Default Re: Computer Science HND Computing University Course

    Well that's sort of the problem. I don't know what I want to go into in all honesty. Programming or web design seem like two of the most interesting this day and age. The reason why I looked mostly at computer science is because it's a bit of everything. I can come out of it with a variety of skills rather than having all my eggs in one basket.

    I'm 21 now and 22 in June. Without any credible experience in the IT industry I'm not going to be able to walk into any sort of IT role it seems. My logic is that it be most efficient to decide where I want to go in university as I will certainly need to redo college. Funny how you always regret taking school and college seriously the first time round, eh?
    We Came, We Saw, We Ran Away!

  6. #6
    Muizer's Avatar member 3519
    Patrician Artifex

    Join Date
    Apr 2005
    Location
    Netherlands
    Posts
    11,122

    Default Re: Computer Science HND Computing University Course

    Quote Originally Posted by Lord Dakier View Post
    Well that's sort of the problem. I don't know what I want to go into in all honesty. Programming or web design seem like two of the most interesting this day and age. The reason why I looked mostly at computer science is because it's a bit of everything. I can come out of it with a variety of skills rather than having all my eggs in one basket.

    I'm 21 now and 22 in June. Without any credible experience in the IT industry I'm not going to be able to walk into any sort of IT role it seems. My logic is that it be most efficient to decide where I want to go in university as I will certainly need to redo college. Funny how you always regret taking school and college seriously the first time round, eh?
    I think you will have to make some sort of decision about where you want to go before you sign up for anything. I know people who made it into web development (mostly front-end and design) with only the most basic of training in computer science. If that's the trade you end up going into, a full university course is likely overkill.
    "Lay these words to heart, Lucilius, that you may scorn the pleasure which comes from the applause of the majority. Many men praise you; but have you any reason for being pleased with yourself, if you are a person whom the many can understand?" - Lucius Annaeus Seneca -

  7. #7
    Akar's Avatar Faustian Bargain Maker
    Patrician Citizen

    Join Date
    Jun 2010
    Location
    a 7/11 parking lot with Patron and LaCroix
    Posts
    20,191
    Blog Entries
    2

    Default Re: Computer Science HND Computing University Course

    This is a 6 year old thread.

    Check out the TWC D&D game!
    Message me on Discord (.akar.) for an invite to the Thema Devia Discord
    Daughter, Heir, and Wartime Consigliere of King Athelstan







  8. #8
    King Athelstan's Avatar The Wheel Weaves
    Join Date
    Sep 2013
    Location
    Nidaros
    Posts
    6,773
    Blog Entries
    8

    Default Re: Computer Science HND Computing University Course

    This is a very fascinating necro
    Proudly under the patronage of General Brewster of the Imperial House of Hader
    Proud patron of 4zumi, Akar, CommodusIV ,Swaeft
    and Peaman






  9. #9
    Sir Adrian's Avatar the Imperishable
    Join Date
    Oct 2012
    Location
    Nehekhara
    Posts
    17,385

    Default Re: Computer Science HND Computing University Course

    Short guide to how to learn programming at a good enough level to get a job/internship (step 3.1 and 4 can be skipped if you just want Java or C#, just be prepared for the increased difficulty)

    1. start with Computer Science 101: bits, bytes, boolean, loops, conditionals, variables, etc. learn it. know it. dream it at night.
    2. solve basic algorithms in pseudo-code: adition, dvision, lopps, conditionals, prime number, palindrome, etc - everything you learn at step one. additionally get a computer science book and solve problems from that book
    3.1 learn c at a basic level. this is useful because C is both the basis of most modern back-end programming languages, and the linear logic makes certain concepts better to understand.
    3.2 while learning c start playing with html and css.
    4. take all the previous exercises you did and redo them in C. get C problem book/site and do all of those as well.
    5. start learning an OOP language of your choice (Java, C# or C++). repeat the process from steps 3.1 and 4.
    6 specialize. pick a language you love and will be able to get you job. start building passion projects in that language. start small with a daily schedule app and complicate it. add a framework. add an interface in javascript, html, css. use design patterns. use a build pattern like MVC. alternatively you can switch to mobile if you wish.
    Under the patronage of Pie the Inkster Click here to find a hidden gem on the forum!


  10. #10
    AqD's Avatar 。◕‿◕。
    Join Date
    Dec 2007
    Location
    🏡🐰🐿️🐴🌳
    Posts
    10,959

    Default Re: Computer Science HND Computing University Course

    He probably has graduated and realized most companies are not looking for junior programmers but experienced ones

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •