Top Geary - 27th May 2016 at 12:10 AMI've learnt to ignore when you say derogatory things to me
The real issue here is why are people so emotionally attached to their advice and opinions? Why do they care so much about it that they get angry when people do something else? It's really sad and pathetic.
Yeah, maths off the internet wouldn't be a great idea.there's nothing to get you motivated to learn all about eigenvalues like an exam!
Seems like you just got some use out of my 'troll' comments, so ionno.Also I did a software engineering degree at Massey, so you could actually pick up some useful information if you open your eyes and take your fingers out of your ears, despite my not presenting it in your preferred, ego-massaging manner.
Gah, I'll talk to them about a remedial math course prior to the actual degree then. Thanks.
I could study rocket science (no I couldn't) then act like a retard on the internet, wouldn't make me useful in any particular thread. Cut the shit.
Aw, you're just so precious ^_^
Like Computer Programming.Our company is always needing to hire new developers.It doesn't need any more plumbers.
I studied Software Eng at Victoria, and for the most part it got me nowhere (I still haven't graduated and I'm doing quite well for myself) (sorry private_hell )I would recommend learning a popular language/framework, which is probably one of Java or .NET in NZ, sign up to a software development forum and learn best practices from the community.Then should you change your opinions of programming you won't have sunk cash into nothing.Also I'm not quite sure where people get the undertone of Programming=Maths, the only "mathy" part is algorithms, and there are plenty of examples. If you know how to add, multiply, divide and subtract you will be able to do most things you need to.I find that 50% of my time as a developer is spent creating, designing and selling idea's, 30% documenting and 20% actually writing code. In saying that I'm probably more of an analyst than a programmer as such.
Whatever you study, just be sure it's what you want. Don't rush anything, take time to make the decision because it may just be a passing phase.Be incredibly thorough before you put the cash down for tuition fees or lock in more student debt.Really, I mean REALLY make sure it's what you want. Because at the end of the day, reading a few books may just get you to the same place. I've known a lot of people who don't have the greatest qualifications when it comes to developing but have been able to SHOW people what they can do and interviews for developer positions tend to give you a good chance to do this.
I agree with xeno. I did a bachelors in com soc and a diploma in advanced programming.But have learnt more out of purchasing the text book and applying it to my job irl than I ever did with theory at uni.I also find that 20% percent of my time is actual code and of that 5% is new code the rest is rehashing something for somebody else.But them I am an analyst
Correction.We need more monkey programmers and swindle plumbers.What we don't need is more swindle programmers and monkey plumbers.
The real question then is what do I try and make in C# that will benefit me career-wise? I know only for my personal enjoyment I'd like to make games but I'm not sure I can learn that online because I tried in the past and just kept falling over myself and it was never C# I was learning it was more XNA or unity. None of the tutorials seem to teach me what I need as opposed to just saying how they do something.So what tutorials would you recommend to get started?
SQL is important to learn, however you can only really learn the basics in a tutorial.C# is great for windows apps. What is important is linking the two together. Pretty much every bussiness application involves a database back end, and some kind of UI (windows app, web page etc) to view and edit the data.You could start by developing a simple windows forms app which lists records stored fin a table in the database.Next step would be inserting and updating records etc.You can get SQL Express herehttp://www.microsoft.com/en-us/download/details.aspx?id=29062
Diploma would probably be a good place to start. It'll teach you the basics. Once you have the underlying knowledge, API's become your friend and learning just becomes a thing you do without realising it.I mentioned .NET, and I'm going to get shot by Tiwa for doing so. BUT, it's a very corporate framework, and it's easy to learn with plenty of examples. C# is my preference, but I learnt VB.NET in 2 days (after knowing C#.NET for ~ year) There is a huge amount of jobs for .NET developers and our universities seem to be churning out Java developers, which leaves an area that is in demand at the moment. If you choose this route, do it quickly because I foresee in a year or two it will be much harder to get a .NET jobOnce you learn one language, you can read and interpret almost every other language there is.EDIT: I concur with the Monkey