active questions tagged education - Stack Overflowmost recent 30 from stackoverflow.com2009-12-22T04:32:49Zhttp://stackoverflow.com/feeds/tag/educationhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1931519/what-are-the-best-strategies-and-examples-for-teaching-c-memory-management-to-e5What are the best strategies and examples for teaching C++ memory management to early college students? Brent Nash2009-12-19T00:44:38Z2009-12-20T17:00:52Z
<p>So I'm teaching a 2nd semester freshman level C++ course at a university in an upcoming semester. The students have used arrays (though only statically allocated) and have some notion of references and pointers (but probably not much). In general, they have not done a whole lot of dealing with dynamic memory allocation and management. I'm trying to sort of harness the global intelligence of the Stack Overflow community to see, in your collective experience, what have been the most effective ways to teach things like pointers and memory management to young computer science students?</p>
<p>There are a lot of existing interesting StackOverflow posts on related topics:</p>
<p><a href="http://stackoverflow.com/questions/670353/when-teaching-c-is-it-better-to-teach-arrays-before-or-after-pointers">http://stackoverflow.com/questions/670353/when-teaching-c-is-it-better-to-teach-arrays-before-or-after-pointers</a></p>
<p><a href="http://stackoverflow.com/questions/5727/what-are-the-barriers-to-understanding-pointers-and-what-can-be-done-to-overcome">http://stackoverflow.com/questions/5727/what-are-the-barriers-to-understanding-pointers-and-what-can-be-done-to-overcome</a></p>
<p><a href="http://stackoverflow.com/questions/92001/what-is-the-real-difference-between-pointers-and-references">http://stackoverflow.com/questions/92001/what-is-the-real-difference-between-pointers-and-references</a></p>
<p><a href="http://stackoverflow.com/questions/660538/should-we-teach-pointers-in-a-fundamentals-of-programming-course">http://stackoverflow.com/questions/660538/should-we-teach-pointers-in-a-fundamentals-of-programming-course</a></p>
<p><a href="http://stackoverflow.com/questions/1255223/what-are-the-important-notions-in-c-that-you-did-not-learn-from-your-teachers">http://stackoverflow.com/questions/1255223/what-are-the-important-notions-in-c-that-you-did-not-learn-from-your-teachers</a></p>
<p>I certainly have my own set of opinions on how and what I teach, but I'm really interested in how my methodology differs from yours. Some sub-questions to consider (you're certainly not limited to these):</p>
<ul>
<li><p>What order would you teach things in and how would you relate the topics? "Ordinary" stack variables, followed by references, followed by pointers? Where do arrays fit in? When do you introduce the "new" keyword? etc.</p></li>
<li><p>What visual aids have you seen used that best express these concepts? e.g. Drawing boxes for memory locations with values inside and variables/pointers as names with arrows pointing to the boxes? Are there any particular websites or textbooks you've read that just have outstanding descriptions?</p></li>
<li><p>Are there particular code examples (e.g. a "swap" function) that tend to get the information across better than others?</p></li>
</ul>
<p>Teach on!</p>
<h3>Edit</h3>
<p>In an attempt to differentiate this from some of the links I've posted:</p>
<p>Most of the previous SO links I've posted focus themselves very directly on pointers. Though pointers are an integral part of understanding memory behavior, I'm interested in the more overarching themes of how students understand how memory works in general. How do we best illustrate the differences between normal, pointer, and reference declaration? How do we emphasize the differences between global, stack, and heap variables? I think even getting into pushing return addresses onto the call stack is fair game too. What do you think the most important aspects of memory management are, how do you tie them all together, and how do you get this across in a coherent fashion?</p>
http://stackoverflow.com/questions/151147/mathematics-for-computer-science-students23Mathematics for Computer Science StudentsEnderMB2008-09-29T23:14:19Z2009-12-17T23:05:46Z
<p>To cut a long story short, I am a CS student that has received no formal Post-16 Maths education for years. Right now even my Algebra is extremely rusty and I have a couple of months to shape up my skills. I've got a couple of video lectures in my bookmarks, consisting of:</p>
<ul>
<li><a href="http://www.tkc.iblog.co.za/2008/07/05/video-lectures-in-algebra-ii-and-pre-calculus/" rel="nofollow">Pre-Calculus Algebra</a></li>
<li><a href="http://www.math.armstrong.edu/faculty/hollis/calcvideos/" rel="nofollow">Calculus</a></li>
<li><a href="http://www.aduni.org/courses/probability/index.php?view=cw" rel="nofollow">Probability</a></li>
<li><a href="http://webcast.berkeley.edu/course%5Fdetails.php?seriesid=1906978493#21073" rel="nofollow">Introduction to Statistics</a></li>
<li><a href="http://ocw.mit.edu/OcwWeb/Mathematics/18-03Spring-2006/CourseHome/" rel="nofollow">Differential Equations</a></li>
<li><a href="http://ocw.mit.edu/OcwWeb/Mathematics/18-06Spring-2005/CourseHome/index.htm" rel="nofollow">Linear Algebra</a></li>
</ul>
<p>My aim as of today is to be able to read the CLRS book Introduction to Algorithms and be able to follow the Mathematical notation in that, as well as being able to confidently read and back-up any arguments written in Mathematical notation.</p>
<p>Aside from these video lectures, can anyone recommend any good books to help teach someone wishing to go from a low-foundation level to a more advanced level of Mathematics?</p>
<p>Just as a note, I've taken a first-year module in Analytical Modelling, so I understand some of the basic concepts of Discrete Mathematics.</p>
<p><strong>EDIT:</strong> Just a note to those that are looking to learn Linear Algebra using the Video Lectures I have posted up. Peteris Krumins' Blog contains a r<a href="http://www.catonmat.net/blog/category/linear-algebra/" rel="nofollow">un-through of these lecture notes</a> as well as his own commentary and lecture notes, an invaluable resource for those looking to follow the lectures too.</p>
http://stackoverflow.com/questions/644099/what-programming-languages-do-the-top-tier-universities-teach43What programming languages do the top tier Universities teach?Simucal2009-03-13T18:51:07Z2009-12-16T01:40:31Z
<p>I'm constantly being inundated with articles and people talking about how most of today's Universities are nothing more than Java vocational schools churning out mediocre programmer after mediocre programmer.</p>
<p>Our very own Joel Spolsky has his famous article, "<a href="http://www.joelonsoftware.com/articles/ThePerilsofJavaSchools.html" rel="nofollow">The Perils of Java Schools</a>."</p>
<p>Similarly, <a href="http://stackoverflow.com/users/48710/alan-kay">Alan Kay</a>, a famous Computer Scientist (and SO member) has said this in the past:</p>
<blockquote>
<p>"I fear — as far as I can tell — that
most undergraduate degrees in computer
science these days are basically Java
vocational training." - Alan Kay (<a href="http://lambda-the-ultimate.org/node/531" rel="nofollow">link</a>)</p>
</blockquote>
<p>If the languages being taught by the schools are considered such a contributing factor to the quality of the school's program then I'm curious what languages <em>do</em> the "top-tier" computer science schools teach (MIT, Carnegie Mellon, Stanford, etc)? </p>
<p>If the average school is performing so poorly due in large part the languages (or lack of) that they teach then what languages do the supposed "good" cs programs teach that differentiate them?</p>
<p>If you can, provide the name of the school you attended, followed by a list of the languages they use throughout their coursework.</p>
<p><hr /></p>
<p>Edit: </p>
<p>Shog-9 asks why I don't get this information directly from the schools websites themselves. I would, but many schools websites don't discuss the languages they use in their class descriptions. Quite a few will say, "using high-level languages we will...", without elaborating on which languages they use. </p>
<p>So, we should be able to get a pretty accurate list of languages taught at various well known institutions from the various SO members who have attended at them.</p>
http://stackoverflow.com/questions/1869957/masters-degree-to-assist-both-technical-and-leadership0Masters Degree to assist both Technical and Leadership?tathamr2009-12-08T21:26:21Z2009-12-14T19:24:19Z
<p>All,
I currently have 3.5 years of professional experience and am going to start my masters part time. My bachelor is in CS and I am bit undecided when it comes to my masters. The roles in my current position is that of a leader in both technical and business areas. </p>
<p>My question is, has anyone completed or know of a masters that mixes in both technical and management/leadership aspects? </p>
<p>Current Prospects:<br>
Masters in Engineering Management<br>
Masters of Information Systems</p>
http://stackoverflow.com/questions/6396/which-programming-language-should-i-learn8Which Programming Language Should I Learn?Esteban Araya2008-08-08T21:28:19Z2009-12-10T16:16:09Z
<p>I've decided, for educational purposes, I want to learn a new language every 2 years or so. Which language should I learn first? <strong>Why?</strong></p>
<p>I'm proficient with C, C# and Java. Other than that, I really haven't done much with any other languages.</p>
<p>Thanks!</p>
<p><strong>Edit:</strong>
Thanks to all of those that recommended functional languages. Making the mental switch to a functional language seems hard. How did you overcome your instinct to keep doing things in a procedural manner?</p>
http://stackoverflow.com/questions/1871574/schools-interoperability-framework-sif-integration-into-application0Schools Interoperability Framework (SIF) integration into applicationTyler2009-12-09T04:28:47Z2009-12-10T15:58:51Z
<p>Does anyone know of any good resources that will help me get started with understanding SIF and how to integrate it into a web-based application?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1739707/how-bright-are-computer-programming-students5How bright are computer programming students? [closed]hsprogrammer2009-11-16T02:17:47Z2009-12-09T19:27:05Z
<p>I've been taking programming classes online at a community college, and finally this term I have a traditional programming class, JavaScript. Finally, I thought.</p>
<p>Now I'm shocked because most of my classmates appear completely clueless: I've been asked to help with things as simple as concatenating two strings! Many use the words Java and JavaScript interchangeably. Mind you, this class had intro to computer programming (VB .NET) and Web Design as a prereq.</p>
<p>I'm located in south Florida, and basically, I am just wondering if the situation here is the same as in other parts of the country. Also, what do these folks do when they go out there and find out that they just can't program?</p>
http://stackoverflow.com/questions/1857556/what-should-i-learn-over-christmas-break8What should I learn over Christmas break?Master Zota2009-12-07T02:57:57Z2009-12-08T12:18:01Z
<p>I am a college student going home for a five-week Christmas break. What would be the best thing for me to teach myself before next semester? Options:</p>
<ol>
<li><p><strong>Reviewing/cementing things I've already learned.</strong> I've taken classes in C, C++, HTML/JavaScript, SQL, and Discrete Math, some going into more detail than others (obviously).</p></li>
<li><p><strong>Learn something ahead of time.</strong> I'm planning on taking classes in C#, COBOL, Java, and PHP/ColdFusion.</p></li>
<li><p><strong>Learn something I won't learn otherwise in college.</strong> I don't know if I should add anything else to my plate, but I would eventually like to learn Python and regular expressions.</p></li>
<li><p><strong>Do a project.</strong> I'm not sure what kind of project would be able to be completed in 4-5 weeks.</p></li>
</ol>
<p>I left the choices pretty general, and I'm open to other computer related options. Thoughts?</p>
http://stackoverflow.com/questions/309160/what-programming-language-should-be-taught-in-computer-science-10117What programming language should be taught in Computer Science 101?JohnFx2008-11-21T15:46:24Z2009-12-07T18:31:11Z
<p>If you did the CS (or equivalent) track in college, what was the first computer language they taught you in the intro course at the start of the degree plan? </p>
<p>Also, what computer language do you think SHOULD be the first one you teach college students as an introduction to allow them to get their feet wet without overwhelming them, but also prepare them properly to handle more advanced concepts to come later in their education/careers? Finally, what is it about the language you suggest that makes it ideal in this environment?</p>
http://stackoverflow.com/questions/1551/how-to-think-in-oo21How to Think in OOBrett Veenstra2008-08-04T19:56:05Z2009-12-03T15:07:03Z
<p>Besides the general, "What is OO?" question, I want to understand how one transitions from a procedural-based programmer to someone who <strong>gets OO</strong>.</p>
<p>I'm anticipating the winning answer would contain thoughts on SOLID, as well as some practices/drills for increasing our skills in design and development that fully leverages OO. Books/classes/mentors also acceptable.</p>
http://stackoverflow.com/questions/1834155/2010-programming-predictions-22010 Programming Predictions [closed]Flavius2009-12-02T16:36:04Z2009-12-02T16:37:36Z
<p>Hi</p>
<p>This year is slowly coming to an end, so what are your predictions for the next year?</p>
<p>I think there will be much fuss around the <a href="http://golang.org/" rel="nofollow">go programming language</a>.</p>
http://stackoverflow.com/questions/1827209/how-did-you-learn-master-c-linq-to-sql0How did you learn & master C# LINQ to SQL?Ryan2009-12-01T16:14:13Z2009-12-02T11:57:55Z
<p>A book? An online tutorial? Stackoverflow? University? Trial and error?</p>
<p>I have been using LINQ to SQL and I want to learn how to use it better because I feel like I can only do very basic things and I don't really understand how to use the good features. For example I have no idea what this means:</p>
<pre><code>public static IOrderedEnumerable<TSource> OrderByDescending<TSource, TKey>(
this IEnumerable<TSource> source,
Func<TSource, TKey> keySelector
)
</code></pre>
<p>When I looked up OrderByDescending() on MSDN to try and figure out exactly how it works (instead of just using the code someone writes for me on SO) I am totally confused, what the hell is a TKey, etc? Now that is not the question I am asking here but I am wondering how/where is the best way to learn and master this stuff?</p>
http://stackoverflow.com/questions/1830273/programmer-competency-matrix0Programmer Competency Matrix [closed]Jason2009-12-02T02:19:57Z2009-12-02T02:36:10Z
<p>I'm trying to figure out how I stack up against other programmers. What scores on the <a href="http://www.indiangeek.net/wp-content/uploads/Programmer%20competency%20matrix.htm" rel="nofollow">Programmer Competency Matrix</a> would you expect from a programmer fresh out of college?</p>
http://stackoverflow.com/questions/1624725/is-it-ok-to-learn-computer-science-programming-concepts-on-your-own-outside-of-th12Is it ok to learn computer science/programming concepts on your own outside of those being learned in class?award882009-10-26T13:17:16Z2009-12-01T23:36:44Z
<p>I realize that the answer to this question might seem obvious at first(who wouldn't recommend learning more?), however what I am asking is whether it is a good idea to learn concepts on your own when there is a high possibility you will cover it in class in the future. I am specifically referring to concepts covered in classes that are a part of a computer science major.</p>
<p>What should I learn in my spare time which will not conflict with what I will be learning in class? I understand this is a broad question, but any suggestions would be appreciated no matter what area or topic of study they advise. </p>
http://stackoverflow.com/questions/1792062/is-this-really-correct-and-unambiguous4Is this really "correct" and unambiguous?earlz2009-11-24T18:42:43Z2009-12-01T02:35:37Z
<p>For one of my beginning CS classes, we are going over "truth functional logic." </p>
<p>My question pertains to English translations. Note that ^ is AND; v is (inclusive)OR; ~ is NOT. -> is IF </p>
<p>Well, we had this: "RENT being paid is a necessary condition for staying in BUSINESS"</p>
<pre>
RENT -> BUSINESS
</pre>
<p>Whenever we graded everything this was wrong. I asked the teacher why and she said nothing more then that "if there is no <code>then</code> in the sentence, then the antecedent is always last" </p>
<p>I would like some more explanation as to how this is wrong. And how the sentence is not ambiguous. Something more than "there was no <code>then</code> so it's always this way." </p>
<p>Also, a side note: Where did the <code>IF</code> boolean operator come from? I've never heard of such an operator that is basically equivalent in Cish code to <code>a==true?b:true</code>. I have a very hard time grasping it's usage. </p>
<p>edit:
The correct answer was </p>
<pre>
BUSINESS -> RENT
</pre>
http://stackoverflow.com/questions/1692751/is-it-worth-getting-an-msc-in-computer-science2Is it worth getting an MSc in Computer Science?Skilldrick2009-11-07T11:26:18Z2009-11-30T17:51:19Z
<p>I finished my Audio Engineering degree two years ago, and since then decided that I want to do programming as a career. I'm worried that my lack of a relevant degree will be a hindrance when I start looking for a job, so I've been looking into my options.</p>
<p>I really don't want to do another degree - too much time and money. I've seen that in the UK (where I live) there are Computer Science MSc courses, which are aimed at people who've done degrees but in a non-computer science field. I don't know whether these are worth anything in the job market though, as many don't require any previous knowledge of computing, and all last only a year.</p>
<p>So, is it worth taking a year to do an MSc, or should I spend that time continuing to learn on my own? Or is there a third option?</p>
http://stackoverflow.com/questions/1784824/best-c-tutorials-for-a-newbie2Best C# Tutorials for a newbie?N00b2009-11-23T17:50:44Z2009-11-24T20:40:13Z
<p>Were there any awesome C# tutorials you found that helped you learn it? Or any books that you thought were particularly successful? Any that should be avoided?</p>
<p>UPDATE: Tons of good answers, thank you all! To clarify the earlier question, hobbyist with only light programming experience previous. Working through online tutorials currently, probably going to pick up Head First C#. </p>
http://stackoverflow.com/questions/1751925/uncle-bob-style-oop-in-vb-net-how-to-learn6Uncle Bob style OOP in VB.NET: how to learn?clweeks2009-11-17T21:28:09Z2009-11-22T13:33:31Z
<p>I’ve been professionally writing VB.NET software for seven years. However, I don’t have a strong computer science background – four courses while studying education at university in the 90s that gave me some CS basics and exposure to Pascal, C and Lisp. Anyway, there are a whole bunch of practices that I’m missing – testing, patterns, “real” object-oriented design, etc and I’m trying to pick them up. If you look at most of my applications, you find blocks of fairly old-school procedural code being triggered by form events. Where I write my own classes, I’m mostly using them as data-structures with overloaded New() methods and maybe a custom output method. I consider myself quite proficient at this kind of work and none of my employers has had any problems with it. But it's not really <i>right</i> and I'd like to learn more of the craft of my trade.</p>
<p>Since the early 90s, I've looked at several different intro to objects kind of documents -- books, tutorials, etc. They seem to all use dogs and cars as analogies and examples with tons of responsibilities per object. And they've never stuck with me even as I wanted to learn from them.</p>
<p>Lately, I’ve been reading <a href="http://objectmentor.com/omSolutions/oops_what.html" rel="nofollow">“Uncle” Bob Martin’s notions of OOD</a> and I like what I see. But it's hard for me to follow the C/Java syntax and I get hung up on that difficulty rather than just ingesting it smoothly. So I’m looking for good sources with VB examples because that is (by far!) the syntax with which I am most comfortable. There’s not much around. The stuff that I find doesn't seem to advocate or exemplify e.g. the Single Responsibility Principle.</p>
<p>I've been looking for books, but they mostly seem like they're either OOP and not in VB or VB and not (really) OOP. I've checked out the following topics here:
<a href="http://stackoverflow.com/questions/892631/im-looking-for-some-good-object-oriented-books">1</a>, <a href="http://stackoverflow.com/questions/481638/advice-for-transitioning-to-object-orient-programming-from-vb-6-style">2</a> and <a href="http://stackoverflow.com/questions/1412803/what-are-some-good-resources-for-introducing-a-team-of-vb6-developers-to-the-obje">3</a> -- among others. I've scrutinized the Amazon reviews of most of the books listed in those threads and keep coming up with reasons to suspect that they aren't really what I'm looking for.</p>
<p>So, any ideas? If you're going to suggest a book, I'd like to hear how well it fits the needs that I've outlined. If you think I'm on the wrong track, I guess I'd be interested to hear why. If you have other suggestions on how to pursue this avenue of improvement, that too would be great.</p>
http://stackoverflow.com/questions/1778397/what-are-the-best-tags-to-follow-on-stackoverflow-for-computer-science-students1What are the best tags to follow on stackoverflow for computer science students? [closed]Navin2009-11-22T10:46:18Z2009-11-22T11:00:54Z
<p>I believe that reading all the questions for a specific tag on stackoverflow is a great way to understand how that topic plays out in real life. Thus, if you're learning python from a book and/or online tutorials, you should also subscribe to the <a href="http://stackoverflow.com/feeds/tag/python">python tag on stackoverflow</a>.</p>
<p>So the question I have is this: for computer science students who are still doing their undergraduate degree in computer science, what are the best tags to follow? I find that <a href="http://stackoverflow.com/feeds/tag/algorithm">"algorithm"</a> is great. It's largely language neutral, contains stuff that all computer science students must know, and in most cases does not bog them down with unnecessary details (unlike the python tag that often contains questions about language arcana).</p>
<p>What other tags should a computer science student follow?</p>
http://stackoverflow.com/questions/10936/projects-for-learning-a-new-language14"Projects" for learning a new languageThomas Owens2008-08-14T12:42:14Z2009-11-20T21:03:37Z
<p>When you are learning a new programming language, what are some good projects that can be done across a spectrum of languages?</p>
<p>I'm familiar with <a href="http://projecteuler.net/" rel="nofollow">programming puzzles</a> and <a href="http://beta.stackoverflow.com/questions/10583/what-do-you-do-when-youre-learning-a-new-programming-language" rel="nofollow">read the other related question</a>, but as I think about how I learn a language, I go through stages. First, I learn the basic syntax, then I learn the more advanced (and often language specific features), finally I learn how to manage a project in that language. Programming puzzles are OK for learning the basic syntax and, from my experience, very good for learning the more advanced features of the language, I'm looking for ideas that go from the very basics of the language to the most advanced aspects.</p>
http://stackoverflow.com/questions/1705173/best-textbook-for-powerpc-assembly-and-arch1Best textbook for PowerPC assembly and arch?Crashworks2009-11-10T01:46:15Z2009-11-19T17:22:52Z
<p>Does anyone know of a good introductory textbook on the PowerPC architecture and assembly language that I could recommend to people on my team? </p>
<p>Our company now mostly targets a particular PPC platform for our realtime application, and some of the younger programmers on my team are struggling a bit with release-mode debugging and use of intrinsics. I think this is because they never had a clear, ground-up education on processor organization and the RISC instruction set, so I'd like to provide them with a textbook that can help them bootstrap into a complete understanding of registers, condition codes, and an ability to read assembly code. (Writing it isn't so important; what they really need is to be able to parse the "disassembly" pane of the debugger.)</p>
<p>I was thinking of something like <a href="http://rads.stackoverflow.com/amzn/click/0138768897" rel="nofollow">Dr. Richard Paul's <em>SPARC Architecture, Assembly Programming</em></a>, except targeting the PPC instead of the SPARC, since they haven't got a SPARC assembler to practice on. I <em>don't</em> want to just point them at <a href="http://tinyurl.com/y9ajoun" rel="nofollow">IBM's PEM</a>, because that isn't a very good tutorial; more important is a gentle introduction to the basics of RISC registers and calling conventions, before they get into the details of the PPC's particular quirks and instruction set.</p>
<p>I also considered starting them on x86 assembly (we target Intel too) and then doing an internal lecture or two on the differences between that and RISC, but x86 asm is such a mess that it seems like it would be an even more confusing place to start.</p>
http://stackoverflow.com/questions/482557/do-people-actually-use-machine-learning14Do People Actually Use Machine Learning?James Thompson2009-01-27T07:32:01Z2009-11-19T07:11:26Z
<p>I'm playing around with machine learning in an academic setting, and it's really fun. I'm wondering how machine learning algorithms such as Support Vector Machines make it into software applications. Do people actually use machine learning algorithms? Do you use them because it's part of a spec written by someone else, or are they more of a personal tool that you add to code you're writing? </p>
<p>I'm interested in how software transitions from academia into industry, and my last question on the topic was canceled because it was apparently redundant with other questions. I'm trying to be better but I'm still a n00b, so please be nice. :)</p>
http://stackoverflow.com/questions/230218/why-do-people-have-trouble-learning-recursion4Why do people have trouble learning recursion?TraumaPony2008-10-23T15:36:30Z2009-11-19T03:34:47Z
<p>As per the title. Why do people have a hard time grasping a function that calls itself? It took most of my friends a week or two to <em>get</em> it.</p>
http://stackoverflow.com/questions/1002436/when-is-a-basic-webdev-education-complete3When is a basic (webdev) education complete?WebDevHobo2009-06-16T15:57:17Z2009-11-18T14:25:11Z
<p>I'm an ICT student. I've been doing it for 2 years and recently I started following developper blogs, got a twitter account to keep track of new blogs, lists of tips, tricks, free templates and other such things.</p>
<p>Doing so has showed me that the amount of subject I thought I had to cover is actually vastly smaller than what's really out there.</p>
<p>For instance, my education currently covers HTML, CSS, Javascript(not any library, plain Javascript) and PHP. (Oh yes, and MySQL, forgot that one in the original post)</p>
<p>The PHP has been very basic and it's not gonna be explored further. Next year we're getting ASP.NET and LINQ, which we will have to learn by ourselves.</p>
<p>Things like Apache or .htacces are just not on our list.</p>
<p>That said, I seriously wonder what else I'm "missing out" on. Essential stuff I mean.</p>
<p>Besides webdev, I'm also getting some OO-programming, which was Java last year, C# this year and next year it'll merge with webdev into ASP.NET</p>
<p>Biggest things we've done is make a library app where you can store your books in a CSV file and than a program where you provide a mailing list and the program then sends a mail to all people on the list.</p>
<p>Even our teachers tell us that it's really basic stuff and we'll get to see most of the hardcore stuff on the workplace after we've graduated. Still, not a very comforting thought.</p>
http://stackoverflow.com/questions/817837/what-ways-companys-financial-data-can-be-provided-to-developer0What ways companys financial data can be provided to developer?Paul G.2009-05-03T19:51:49Z2009-11-18T11:39:12Z
<p>Hey there,</p>
<p>I'm writing a master thesis work and would need a small help about financial data share on public networks/internet.</p>
<p>What ways financial institution can provide data to software developer?</p>
<p>Thanks in advance</p>
<p><strong>Edit</strong>: Edited question for logical correctness
Suggested so far:</p>
<ul>
<li>Feeds</li>
<li>Digital documents</li>
</ul>
http://stackoverflow.com/questions/1117018/should-universities-be-teaching-scm-methodology-skills13Should universities be teaching SCM/methodology skills?Yuval A2009-07-12T21:46:19Z2009-11-17T04:11:06Z
<p>Most CS programs these days do not teach skills such as:</p>
<ul>
<li>source control</li>
<li>configuration management</li>
<li>integration (and continuous integration)</li>
<li>code readability (AKA how to comment <em>correctly</em>)</li>
<li>programming methodologies</li>
<li>bug tracking</li>
</ul>
<p>These topics are considered <em>easy enough</em> to be taught on-the-job (OTJ), even though mastering them can be very complex.</p>
<p>Should these skills be taught in universities? Can a real-world programmer really do without these? Is it sufficient to learn them OTJ, as part of a first-year programming experience?</p>
http://stackoverflow.com/questions/1514707/what-are-the-best-freely-available-university-courses-on-data-structures-and-algo5What are the best freely available university courses on Data Structures and Algorithms?Rachel2009-10-03T20:09:41Z2009-11-16T06:07:19Z
<p>Hi, </p>
<p>I am willing to learn in detail about Data Structures and Algorithms. What freely available university courses are there that cover data structures and algorithms?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1739531/education-how-much-how-little0Education.. how much how little? [closed]Mike2009-11-16T00:50:58Z2009-11-16T00:50:58Z
<p>Hi Everyone,</p>
<p>So a little background. Started out in construction and completed my apprenticeship over a 6 year period. Got married, bought 2 houses and decided I wanted to switch to computers. I started working on a certificate program through a university about 18 months ago and am just coming up on completion of it. I've also been employed as a software developer for the past 10 months with no end in site.</p>
<p>So my question.. Should I just concentrate on work and stick with the cert? By doing this I get to enjoy more life on the weekends and evenings with my wife..</p>
<p>OR</p>
<p>Do I push another three years, 40,000 dollars and probably 5 years time to complete the bachelors?</p>
<p>Whats your thoughts everyone? Hoping to hear form people with lots of experience..</p>
<p>BTW I've gotten to par with what I was making as a ticketed carpetner now so the money isn't bad at the moment.</p>
<p>Thanks,
Nalid</p>
http://stackoverflow.com/questions/326999/parallel-programming-course-or-classification-and-prediction-course3Parallel programming course or classification and prediction course?chaoticsynergy2008-11-29T01:20:59Z2009-11-13T23:09:16Z
<p>Well I can't decide if I should take the "Parallel Programming and Architectures" course, or the "Algorithms for Classification and Prediction" course ... so I figured I'd ask my very first StackOverFlow question ;)</p>
<p>Really, I'm curious about parallel programming vs machine learning ... they're both very interesting areas. </p>
<p>How much parallel programming do you think the average programmer would have to know the in the future? And how much opportunity would there be to work in that area if you were interested?</p>
<p>And machine learning (one of the applications of the "Algorithms for Classification and Prediction" course) ... are there many opportunities in this area without a masters degree?</p>
<p>Opinions much appreciated :)</p>
http://stackoverflow.com/questions/347994/how-to-keep-a-programming-course-interesting9How to keep a programming course interesting?Black2008-12-07T19:59:43Z2009-11-12T16:22:22Z
<p>I guess, the following is a standard problem on every school or university:</p>
<p>It is Your job to teach programming. Unfortunately, some of the students
are semi-professionals and have years of experience while others do not even know the basic concepts, e.g. the concept "typed variable".</p>
<p>As far as I know, this leads to one of the following situations:</p>
<ol>
<li>Programming is tought from its very basics. The experienced students get bored and discontinue to visit the lectures. As a consequence, they will miss even the stuff they do not already know.</li>
<li>Teachers and professors claim that they require basic knowledge (whatever that means). Inexperienced students cannot follow the lectures and a lot of them will focus on unimportant stuff (e.g. understanding every detail of a complex example while not getting the concept behind the example). Some of them will give up.</li>
<li>Universities invent an artificial programming language to give experienced programmers and newbies "equal chances". Most students will get frustrated about the "useless language".</li>
</ol>
<p>Is there a fourth solution, which is better than those above?</p>