active questions tagged training - Stack Overflowmost recent 30 from stackoverflow.com2009-12-03T12:24:00Zhttp://stackoverflow.com/feeds/tag/traininghttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1821971/gwt-training-for-java-developer1GWT Training for JAVA Developeralanlarsen2009-11-30T19:45:43Z2009-11-30T21:05:56Z
<p>Can anyone recommend books and/or online training options for GWT? Preferably for cheap as I will be footing this bill myself</p>
http://stackoverflow.com/questions/1797299/where-could-i-find-some-video-training-courses-to-learn-agile1Where could I find some video training courses to learn Agile?demian2009-11-25T14:35:05Z2009-11-27T15:14:11Z
<p>The title express it all.</p>
<p>I 'm willing to learn Agile development, I'm new in this topic. I'm also interested in some of its flavor as Scrum.</p>
<p>I'm wonder if there is a good website where could I find screencasts, webcasts or a training video series about Agile?</p>
<p>Best to all,</p>
http://stackoverflow.com/questions/1412483/how-to-train-junior-programmers-in-code-review11How to train junior programmers in code review?RichAmberale2009-09-11T18:13:12Z2009-11-22T14:17:42Z
<p>We're looking to start a code-review process for a group of ~30 coders who are all relatively junior programmers.</p>
<p>What is your advice on how to train for code reviews? Are there code review pitfalls to be avoided? Essential things to look for?</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/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>
http://stackoverflow.com/questions/1717815/i-need-to-learn-c7I need to learn C.tomfanning2009-11-11T20:23:03Z2009-11-12T04:52:00Z
<p>I'm a C# .NET developer.</p>
<p>I need to learn C for embedded systems. Quickly.</p>
<p>Where do I start?</p>
http://stackoverflow.com/questions/1716799/where-can-i-get-some-good-hands-on-development-design-training-that-wont-break-t0Where can I get some good hands-on development/design training that won't break the bank?Kenneth Cochran2009-11-11T17:32:44Z2009-11-11T17:45:55Z
<p>College is the first step for many professional software developers and while a Bachelor's degree in Computer Science will get you a good foundation it is heavily biased towards theory. You get a good understanding of how computers and programming languages work but it barely scratches the surface of professional software engineering.</p>
<p>Books, articles and research papers can be a good, inexpensive supplement. I've learned quite a bit from self study but this requires a good deal of self-discipline as well. Something that can take years of practice in its own right to develop.</p>
<p>Many of the best author's in the field are also involved in consulting and training workshops. Trade shows are another place to find training. The problem with both of these is cost. Most, if not all, of these workshops and tradeshows range from $400 up to $2000+ to attend. This is fine if you work for a company that has the resources and interest in improving the skills of its developers but the high price tag places these kinds of events out of reach for the average programmer (or maybe just out of <em>my</em> reach).</p>
<p>I've been fortunate to find some recorded training hosted online for free and these have been excellent but they are scarce.</p>
<p>By the way, before anyone says it, I know there is no substitute for experience, which can only be gained through hard work but I also know that training can give you skills you may never pick up through job experience.</p>
http://stackoverflow.com/questions/1714060/can-you-reccomend-some-free-web-services-to-play-with2Can you reccomend some free web services to play with? pencilcake2009-11-11T09:27:21Z2009-11-11T09:31:59Z
<p>Hi,</p>
<p>I am studying usage of web services nowadays. </p>
<p>Can anyone recommend some free web services I can use to practice?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1703283/is-this-spring-training-useful0Is this Spring training useful?Drake2009-11-09T19:45:49Z2009-11-10T15:42:12Z
<p>We have a Spring + Ibatis based J2EE app. I planned to wrap around our DAO's (which call iBatis templates ...by getting spring beans) with test cases. I don't have much experience with JUnit so I thought that simply making an object of my DAO and then calling one of the methods will work. But wrong I was, turns out that the whole J2EE app runs on appserver (container) but obviously the JUnit test cases are outside the container. So, in my test case, when I make object of the dao and call a method...it fails on a line like this which is in my DAO method</p>
<pre><code>ApplicationInitializer.getApplicationContext().getBean("myMapclientBean");
</code></pre>
<p>So I went on a Google hunt...came across some posts and following the tubes I ended up on Spring's <a href="http://www.springsource.com/training/spr001/syllabus" rel="nofollow">4 day training course</a>. </p>
<p>Wanted to get your guys opinion on what do you think about this course? Is it valuable for the price? And can a person learn this stuff on their own too? By following couple of books? (Maybe not in 4 days but, say, over a month). </p>
<p>oh, and I'm still not able to Unit tests these DAO's...>_<</p>
http://stackoverflow.com/questions/1682603/asp-net-developer-trainings-to-undergo0ASP.NET Developer - Trainings to undergounknown (yahoo)2009-11-05T18:30:03Z2009-11-05T18:41:53Z
<p>Hi,</p>
<p>I am an ASP.NET Developer and planned to settle my career in Microsoft itself. I too work on SQL Server, and Windows Administration.</p>
<p>While I go in my career progression I planned to take-up PMP (Project Management Professional) training. </p>
<p>Would you please let me know are there any other trainings those could help me in my career progression?</p>
<p>Many Thanks,</p>
<p>Regards.</p>
<p>Anusha.</p>
http://stackoverflow.com/questions/1681513/commercial-companies-you-can-contract-with-for-help-1commercial companies you can contract with for help [closed]Delirium tremens2009-11-05T15:58:57Z2009-11-05T16:26:32Z
<p>I was reading <a href="http://catb.org/~esr/faqs/smart-questions.html" rel="nofollow">a page</a> about asking <em>programming</em> questions (if you don't believe me, verify at the page) and it said "There are also plenty of commercial companies you can contract with for help, both large and small (Red Hat and SpikeSource are two of the best known; there are many others).", so now, for when StacK Overflow isn't enough, I want to know what company among the many others you would use and why?</p>
http://stackoverflow.com/questions/1673489/using-nntool-matlab-from-command-line3Using nntool [MATLAB] from command line.eSKay2009-11-04T12:27:41Z2009-11-04T13:59:17Z
<p>I have this code:</p>
<pre><code>in = [5 columns of data-points];
out = [1 column of data-points];
net = newfit(in,out,5);
net = train(net,in,out);
</code></pre>
<p>now I want to </p>
<ul>
<li>access the <strong>error variable</strong> that is generated (so that I can calculate the mean error etc.)</li>
<li>run this in a loop, so I want to <strong>re-initialize weights</strong> between loops.</li>
<li>access the variable that stores the <strong>time</strong> it took to run</li>
</ul>
<p><strong>How can these three things be done from <em>command line</em>?</strong></p>
<p><em>[I know how these things can be done with <code>nntool</code> GUI]</em></p>
http://stackoverflow.com/questions/195631/what-are-the-zope-essentials4What are the Zope essentials ?e-satis2008-10-12T16:02:42Z2009-11-04T11:06:53Z
<p>I started a job where Zope is involved. I know Python and my new Boss think I am going to handle the application server quickly.</p>
<p>I had a look to this system and it's obviously very complex, so I'd like to know where to start and to look next;</p>
<p>Can somebody gives a step by step way to learn Zope ? For once, I don't need the how, I need the what ;-)</p>
<p>EDIT : I have all the resources I need to learn how to play with the beast, and of course, I have been on the main web sites. But there is too much information, and too theoretical. I need to know, from a power user point of view, what path to choose to learn one thing then another in order to be efficient with Zope. </p>
<p>EDIT 2 : Reacting to the aswers. Zope 2.10, sorry I should have wrote it before.</p>
<p>And please, <strong>stop giving me ways to find information</strong>. I have them, documentation is not the issue. The reel problem is <strong>what</strong> to learn. Zope is huge.</p>
<p>Anyway, thank you for answering, at least you wanna help :-)</p>
http://stackoverflow.com/questions/1620135/how-to-use-money-to-become-a-better-programmer1How to use money to become a better programmer?ulver2009-10-25T05:58:36Z2009-10-29T07:41:17Z
<p>I want to be improving as a programmer. I take time outside of work or university to achieve that goal. Time alloted for that goal is limited though because I want to do other important things too. Naturally, I want to know how to make this time more effective.</p>
<p>How can I use money at the problem of becoming a better programmer?
Buying and reading books so far is not effective because there's too much of a gap between reading books and actually writing code. There's improvement, but not much.
Watching screencasts and talks takes too long. Period.
Working on pet projects seems most effective, except big portion of time is spent writing code I already know how to write, and when I encounter something I don't know how to do, it takes long to achieve the right solution. (kinda) Plus there's no way to know if what I wrote is actually a good way to do it.</p>
<p>What other ways are there? Is it common to seek a programming teacher? Just like paying piano teachers and martial arts trainers. </p>
<p>What's the best way to use money to help solve this problem?</p>
http://stackoverflow.com/questions/565959/what-conferences-training-should-an-employer-provide-for-a-java-web-team0What conferences/training should an employer provide for a java/web team?newfie_coder2009-02-19T15:56:12Z2009-10-28T20:49:21Z
<p>I'm a software developer at a large insurance company in Canada. Our dept. is looking at getting some training for us all. We are mostly a java group (JSF/JSP/Servlets) but obviously we use a lot of other web technologies (tiles, ajax, YUI ...etc). The main topics we're looking at are:</p>
<ul>
<li>JSF</li>
<li>AJAX</li>
<li>Web security</li>
<li>Advanced Java/EE topics</li>
</ul>
<p>We do have the option to go to conferences away from the office, but in general we're looking to bring the training to us (one perk of working for a large profitable company i suppose). Some of the Sun courses seem like no-brainers, but i'm very interested to hear if anyone here on stackoverflow has any experience with the above mentioned courses or other ones that might be easily overlooked.</p>
<p>thanks for any and all help.</p>
<p><strong>edit:</strong></p>
<p>Here are a few that we've found with some basic searching online. Can anyone speak to the usefulness of any of these courses?</p>
<p><strong>Web Application Security</strong>
<a href="http://www.learningtree.ca/courses/940.htm" rel="nofollow">http://www.learningtree.ca/courses/940.htm</a>
<a href="http://www.nexientlearning.com/NexientLearning/en-ca/LeftNavigation/KnowledgeCentres/Outlines/Courses/CS/1/CSE-398" rel="nofollow">http://www.nexientlearning.com/NexientLearning/en-ca/LeftNavigation/KnowledgeCentres/Outlines/Courses/CS/1/CSE-398</a>
<a href="http://www.sun.com/training/catalog/courses/DTJ-3109.xml" rel="nofollow">http://www.sun.com/training/catalog/courses/DTJ-3109.xml</a></p>
<p><strong>Ajax Web Development</strong>
<a href="http://www.sun.com/training/catalog/courses/DTW-2126.xml" rel="nofollow">http://www.sun.com/training/catalog/courses/DTW-2126.xml</a></p>
<p><strong>JSF</strong>
<a href="http://www.sun.com/training/catalog/courses/DTW-3000.xml" rel="nofollow">http://www.sun.com/training/catalog/courses/DTW-3000.xml</a></p>
<p><strong>JSP/Servlets</strong>
<a href="http://www.sun.com/training/catalog/courses/SL-314-EE5.xml" rel="nofollow">http://www.sun.com/training/catalog/courses/SL-314-EE5.xml</a></p>
<p><strong>Other</strong>
<a href="http://www.globalknowledge.ca/training/category.asp?pageid=64&catid=218&country=Canada" rel="nofollow">http://www.globalknowledge.ca/training/category.asp?pageid=64&catid=218&country=Canada</a></p>
<p><a href="http://www.globalknowledge.ca/training/course.asp?pageid=64&courseid=2083&catid=218&country=Canada" rel="nofollow">http://www.globalknowledge.ca/training/course.asp?pageid=64&courseid=2083&catid=218&country=Canada</a></p>
http://stackoverflow.com/questions/1512338/what-are-some-of-the-best-video-tutorials-online-tutorials-on-web-services0What are some of the best video tutorials/online tutorials on Web Services?Rachel2009-10-02T23:53:59Z2009-10-22T17:44:38Z
<p>I want to learn about <a href="http://en.wikipedia.org/wiki/Web%5Fservice" rel="nofollow">Web services</a> and so what are some of the best video tutorials / online tutorials which you prefer for understanding Web services and related topics?</p>
<p>I have basic understanding of <a href="http://en.wikipedia.org/wiki/SOAP" rel="nofollow">SOAP</a> and <a href="http://en.wikipedia.org/wiki/Representational%5FState%5FTransfer" rel="nofollow">REST</a> but I want to get a lot of detailed understanding of the topic and so am looking for Video Tutorials / Online Tutorials for the mentioned topics. </p>
http://stackoverflow.com/questions/1601244/any-reviews-of-oreilly-school-of-technology-courses-and-or-certificates1Any reviews of O'Reilly School of Technology courses and/or certificates?Jesse2009-10-21T14:35:49Z2009-10-21T15:19:41Z
<p>Has anyone had experience with <a href="http://www.oreillyschool.com/" rel="nofollow">O'Reilly School of Technology</a>? I'm a new(er) front-end guy with 2.5 years of FT work under my belt and I have CSS/HTML down pat, and am looking to expand my JS knowledge, so I'm looking into the Client-Side Programming Certificate. Work would pay for it, so that's not a problem. However, if there are better certificate programs out there, I'd love to hear about them.</p>
http://stackoverflow.com/questions/1587900/non-programming-training-courses-1Non-programming training coursesDave Turvey2009-10-19T10:13:25Z2009-10-19T10:21:41Z
<p>Hi,</p>
<p>I have possibly the best problem in the world. I have about £1600 left in a training budget and I need to find something to spend it on. I can spend it on anything that could be considered training. Books, courses, conferences etc</p>
<p>I would like to find a course that would benifit a software developer but is not about learning a specific programming technology.</p>
<p>I don't really want to spend it on a technical training course. These topics are usually best learned with a good book and some trial and error. I have also already been on a general business/management training course and a PRINCE2 project management course.</p>
<p>I am currently working on a project on my own so am responsible for communicating with the client, requirements gathering and the project management etc, as well as the coding. </p>
<p>What training have you found useful outside the usual technical stuff? Has anyone done any business analysis courses? what were they like?</p>
<p>Are there any courses on some of the practicalities of working with software eg, automated test and deployment strategies, handling technical support. </p>
<p>I would prefer a course in the UK but I can travel if necessary.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1586519/is-reading-a-technical-book-chargable-training-time2Is reading a technical book chargable training time? [closed]please delete me2009-10-19T01:01:43Z2009-10-19T02:43:42Z
<p>There is a question "How do you make time to read a technical book?" There is some discussion on how much time their company allows them to apply to reading. This is a book not directly related to a specific project. </p>
<p>My question for non-consultants what guidance does your company have for charging time for reading technical books?</p>
<p>CLARIFICATION: This is not my question but one asked from a staff member. I have my own opinion about being a professional but I'm looking for what other companies allow. Also this is not meant as billable to an customer but was meant as chargeable to a company's training budget. </p>
http://stackoverflow.com/questions/93915/conferences-that-offer-videos-for-downloading7Conferences that offer videos for downloading?Vhaerun2008-09-18T16:02:00Z2009-10-15T08:08:09Z
<p>One thing I love about ruby is that all of the conference's videos are posted online , so that people that could not attend can watch them. I'm sure most of you know about <a href="http://www.confreaks.com" rel="nofollow">Confreaks</a> , which offers them for download. </p>
<p>Are there sites like that for other programming languages/conferences (or is google video the best shot)?</p>
http://stackoverflow.com/questions/1566093/salary-comparison-it-trainer-vs-sr-programmer0Salary Comparison: IT Trainer vs. Sr. Programmer [closed]virsum2009-10-14T13:01:57Z2009-10-14T13:01:57Z
<p>In general, how do salaries compare between someone in a software development role vs. someone in a corporate IT training role? </p>
http://stackoverflow.com/questions/788858/what-is-the-best-conference-in-the-united-states-for-software-developers2What is the best conference in the United States for Software Developersjm044692009-04-25T12:50:40Z2009-10-13T19:01:21Z
<p>Nowadays, it seems like conferences for software developers are disappearing. The last one I attended was the <a href="http://www.tulsatechfest.com/" rel="nofollow">Tulsa TechFest</a> and <a href="http://www.owasp.org/index.php/Hartford" rel="nofollow">OWASP Hartford</a>. I am curious if there are events that are not on my radar that should be? The criteria I seek:</p>
<ul>
<li>Multiple day format</li>
<li>Speakers are practitioners, not vendors and industry analysts</li>
<li>Under $400</li>
<li>In an area where hotel rooms can be had for around $100 a night</li>
<li>Decent food</li>
</ul>
http://stackoverflow.com/questions/1561737/what-are-some-best-unix-online-tutorials-books1What are some best UNIX Online Tutorials/Books ?Rachel2009-10-13T17:28:47Z2009-10-13T17:47:58Z
<p>Hi, </p>
<p>I am new to Unix Operating System and my job involves mainly working with Unix Environment and so what are some of the best resources, online/books that one would recommend for Unix. </p>
<p>Thanks. </p>
http://stackoverflow.com/questions/1559851/best-learning-algorithm-to-make-a-decision-tree-in-java2Best learning algorithm to make a decision tree in java ?X-Blaster2009-10-13T12:16:34Z2009-10-13T12:36:39Z
<p>I have a datasets with information like age, city, age of children, ... and a result (confirm, accept).</p>
<p>To help modelisation of "workflow", I want to create automatically a decision tree based on previous datasets.</p>
<p>I have take a look at <a href="http://en.wikipedia.org/wiki/Decision%5Ftree%5Flearning" rel="nofollow">http://en.wikipedia.org/wiki/Decision_tree_learning</a> and I know that the problem is clearly not obvious.</p>
<p>I just want to have advice on some algorithm or some libs on this subject what can help me in the contruction of a decision tree based on samples.</p>
<p>Thank you.</p>
http://stackoverflow.com/questions/1557691/good-training-sources-for-oop-php-anyone2Good Training Sources for OOP PHP, Anyone ?Codex732009-10-13T00:41:36Z2009-10-13T09:36:46Z
<p>Hey Guys. </p>
<p>I will like to see if everybody could share any good training sources on OOP on PHP language.</p>
<p>Good Training Sources for OOP (Object Oriented Programming) PHP, anyone ?</p>
<p>I've seen numerous tutorials, mostly superficial, some of them bad.</p>
<p><strong>Please</strong> share anything good either commercial or free, Video or Written.</p>
http://stackoverflow.com/questions/1128022/how-to-incorporate-training-time-into-estimation-of-agile-projects2How to incorporate training time into estimation of agile projectsJeffrey Cameron2009-07-14T21:02:17Z2009-10-13T03:13:35Z
<p>When working on an agile development project, how do you incorporate into the estimation of time for user stories/use cases/etc. the time it takes to train new developers on unfamiliar technology being used by the project?? How do other managers handle this?</p>
<p>Of course, my question assumes that one has deemed the technology in question necessary to complete the project successfully ... or perhaps it could be considered paying down a bit of technical debt!</p>
http://stackoverflow.com/questions/1135096/what-are-your-references-recommendation-on-net-dvds-books-and-online-training0What are your references/recommendation on .NET DVDs, books and online training?egyamado2009-07-16T02:13:39Z2009-10-13T03:07:45Z
<p>There are lots of training methods from different vendors to learn .NET technologies (i.e. books, DVDs, online training, etc.).</p>
<p>All of them claim the same thing: that they are the best, their content is 100% guaranteed, makes their customers professional in no time, etc.</p>
<p>It’s confusing and sometimes frustrating as well. I especially want a training resource (i.e. a course) to provide valuable content in short time. More importantly I feel they should do their job properly so as to avoid the customer feeling they've wasted time or money.</p>
<ul>
<li>What I should do when I evaluating training methods and resources to help further software development skills?</li>
<li>What are your training sources? </li>
<li>Do you have any recommendations?</li>
</ul>
http://stackoverflow.com/questions/1371349/what-are-good-online-training-outlets-for-development-skills2What are good online training outlets for development skills?Dan Esparza2009-09-03T03:51:25Z2009-10-13T03:02:26Z
<p><strong>What are good online training outlets for development skills?</strong> </p>
<p>Specifically, I'm looking for video tutorials, remote training, or anything that <em>won't require me to travel to a training facility</em>. </p>
<p>Note: This is for development skills, which can range from abstract concepts like <em>'Building large, scalable systems'</em> to <em>'Learning C# 3.0'</em></p>
http://stackoverflow.com/questions/1505129/what-programming-books-do-you-keep-returning-to1What programming books do you keep returning to? [closed]Rob Wells2009-10-01T16:47:50Z2009-10-08T15:36:04Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br />
<a href="http://stackoverflow.com/questions/452864/what-are-some-of-your-oldest-programming-books-that-you-still-use">What are some of your oldest programming books that you still use?</a> </p>
</blockquote>
<p>I was just listening to the SO podcast number 69 and Jeff and Joel finished up talking about "Code Complete" by Steve McConnell (<a href="http://rads.stackoverflow.com/amzn/click/0735619670" rel="nofollow">sanitised Amazon link</a>). Joel suggested that someone with ten years' experience who read the book would:</p>
<ul>
<li>agree with 50% of the material,</li>
<li>disagree with 25% of the material, and</li>
<li>find something new in 25% of the material.</li>
</ul>
<p>I always find that when I reread a chapter or two of Code Complete I am reminded of the correct way to do some things after occasionally slipping into bad habits. It might be something to do with variable naming, or program layout, or other such things, but I'm always finding something.</p>
<p>Anyone else have such books that keep you on the "straight and narrow"?</p>
<p><hr /></p>
<h3>Edit:</h3>
<p>I'm asking this because we haven't covered books that remain applicable. Books that you can return to again and again and still get something out of them.</p>
<p><hr /></p>
<h3>Edit:</h3>
<p>Didn't see the same question rephrased as oldest programming books. Good call!</p>
http://stackoverflow.com/questions/1431808/visual-c-training0visual c# trainingspyder2009-09-16T08:59:58Z2009-09-25T16:46:30Z
<p>Good Day</p>
<p>I'm self training myself in visual c#, I need some advice in learning it as quickly as possible, Is there a good study-guide or book that I can purchase for ms visual c#</p>