active questions tagged skills - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T10:04:34Z http://stackoverflow.com/feeds/tag/skills http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill 300 What is the single most effective thing you did to improve your programming skills? Oded 2008-09-16T20:07:25Z 2009-12-21T03:48:04Z <p>Looking back at my career and life as a programmer, there were plenty of different ways I improved my programming skills - reading code, writing code, reading books, listening to podcasts, watching screencasts and more.</p> <p>My question is: What is the most effective thing you have done that improved your programming skills? What would you recommend to others that want to improve?</p> <p>I do expect varied answers here and no single "one size fits all" answer - I would like to know what worked for different people.</p> <p><b>Edit:</b> Wow - what great answers! Keep 'em coming people!!!</p> http://stackoverflow.com/questions/1910171/how-can-i-become-good-at-assembly 4 How can I become good at assembly? rascher 2009-12-15T20:28:58Z 2009-12-21T02:42:19Z <p>The answer to this question is, of course, "write some assembly code!"</p> <p>But I can do that: I know basic x86 syntax, the types of registers and how to use them, subroutines, etc etc.</p> <p>When I took an assembly class, each assignment had a maximum number of instructions that we were allowed to use. If we went over, then we would lose points - so this taught us to do things <em>efficiently</em>. You know, efficiently in the way that, if you saw a C program doing such things, you might harp on that individual for creating difficult-to-follow code.</p> <p>For C, one can suggest "write a multi-threaded program" or "write a socket server/client". For PHP, suggestions might be "write a personal blog software". To learn the syntax of a language, "project euler" is often suggested.</p> <p>So my question(s) are:</p> <ol> <li><p>What kinds of things can I write in assembly that will let me hone my assembly and efficiency skills? For example, I could do a project euler problem in x86, but that doesn't help me with assembly-specific skills. What are project ideas I could do that can only really be coded in assembler?</p></li> <li><p>How would I go about profiling whether or not I'm writing "good" code? For example, with C and sockets, there are a billion tutorials on the web, and there are a billion people on my buddy list who can look at my code, and there are a billion SO questions about them: so it is easier to measure one's progress.</p></li> <li><p>Are there existing assembly heavy projects which I can look at to learn from? Or even parts of programs where they break into assembly for [specific task] for the sake of efficiency?</p></li> <li><p>What kinds of books should I be reading? Blogs of people who routinely look at low-level things?</p></li> </ol> <p>(preferably things I could do on x86 on linux. I figure the concepts will carry over to other architectures.)</p> http://stackoverflow.com/questions/1873378/clientside-going-serverside-with-node-js 0 Clientside going serverside with node.js Sveisvei 2009-12-09T11:45:37Z 2009-12-09T22:43:31Z <p>Hello,</p> <p>I`ve been looking for a serverside language for some time, and python got my attention somewhat. But as I already know and love javascript, I now want learn to code on the server with js and node.js.</p> <p>Now, what books and what subjects do I need to learn to understand the serverside world better?</p> <p>(let me know if Im to vague)</p> http://stackoverflow.com/questions/1870236/what-are-the-main-properties-which-a-programmer-must-have-or-should-have 2 What are the main properties which a programmer must have or should have? [closed] streetparade 2009-12-08T22:14:18Z 2009-12-09T10:02:06Z <p><strong>What are the main properties which a programmer must have or should have?</strong></p> <p><strong>What makes of a good programmer?</strong><br> what are the main characteristics that a programmer must have, or should have?<br> I have the opinion that programmers should prop the logical and abstract thinking.<br> What do you mean what are the main characteristics that a programmer should have?<br></p> http://stackoverflow.com/questions/1856872/how-to-improve-coding-skills -3 How to Improve Coding Skills ? [closed] Rachel 2009-12-06T22:33:17Z 2009-12-06T22:42:29Z <p>I think this is very generic question but I would like to know what are the things one should keep in mind as a developer while improving his/her's coding skills ?</p> http://stackoverflow.com/questions/1830273/programmer-competency-matrix 0 Programmer Competency Matrix [closed] Jason 2009-12-02T02:19:57Z 2009-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/1671970/keeping-skills-up-to-date-is-more-important-to-programmers-than-any-other-job 1 Keeping skills up to date is more important to programmers than any other job? John 2009-11-04T06:16:18Z 2009-12-01T18:03:23Z <p>I remember back in school, students use to say in a tiring tone, "Engineers and computer scientists must always keep apprised of new technologies and keep their skills up to date. If they don't they will be at risk of being laid off. It's easier to be something like an accountant because an accountant only needs to learn a finite number of things (things that haven't changed over the last several decades) and still make lots of money."</p> <p>Luckily for me, I do enjoy learning new technologies. And I find that picking up a new technology isn't difficult because it always seems to be an extension of what I'm already use to. I have seen more senior friends lose their job because they command very high salaries but also do not apply "modern best practices" in software development. They also never climbed the corporate ladder or became a project manager.</p> <p>Does a profession in technology require more ongoing learning than say an accountant? or a dentist? or a regional sales manager? etc...</p> http://stackoverflow.com/questions/1823772/what-is-the-difference-between-a-web-developer-and-web-application-developer 0 What is the difference between a Web Developer and Web Application Developer Iain Fraser 2009-12-01T03:17:02Z 2009-12-01T03:40:36Z <p>My understanding is that a Web Application Developer is a class of Web Developer who can build and maintain web-based applications as well as just web sites - as a regular Web Developer would do. Am I correct in my thinking or is there anything else someone would like to add?</p> <p>Cheers Iain</p> http://stackoverflow.com/questions/1794829/what-one-needs-to-know-as-a-web-developer 0 What one needs to know as a web developer? The1 2009-11-25T05:25:09Z 2009-11-27T20:25:05Z <p>List so far ...</p> <ol> <li>xHTML, CSS, XML, XSLT.</li> <li>JavaScript, Ajax, JSON, jQuery.</li> <li>A Server Side programming – C#, Asp .Net, MVC, Java, PHP, Ruby.</li> <li>Silverlight, Flex, RIA tools.</li> <li>Web server - Apache or IIS</li> <li>Usability, Security, Accessibility standards, Performance, Privacy.</li> <li>IDE, Build, Unit Testing, Deployment, Continuous Integration tools,e.g. JUnit, NUnit.</li> <li>Tools like Fiddler, Firebug, Selenium, Watir, WatiN.</li> <li>Knowledge of Scrum, Agile, Waterfall Methodologies.</li> <li>Multiple browsers and O/S for testing.</li> </ol> <p>Please help me to refine this list or provide pointers.</p> http://stackoverflow.com/questions/336400/how-can-i-use-the-dreyfus-model-of-skill-acquisition -2 How can I use the Dreyfus Model of skill acquisition? suhair 2008-12-03T07:14:29Z 2009-11-27T11:03:35Z <p>How can I use the <a href="http://en.wikipedia.org/wiki/Dreyfus%5Fmodel%5Fof%5Fskill%5Facquisition" rel="nofollow">Dreyfus Model of skill acquisition</a> specifically to improve programming skills?</p> http://stackoverflow.com/questions/1801431/basic-skills-to-work-as-an-optimiser-in-the-gaming-industry 1 Basic skills to work as an optimiser in the gaming industry MPelletier 2009-11-26T03:45:28Z 2009-11-26T12:01:23Z <p>I'm curious about a certain job title, that of "senior developer with a specialty in optimisation." It's not the actual title but that's essentially what it would be. What would this mean in the gaming industry in terms of knowledge and skills? I would assume basic stuff like</p> <ul> <li>B-trees</li> <li>Path finding</li> <li>Algorithmic analysis</li> <li>Memory management</li> <li>Threading (and related topics like thread safety, atomicity, etc)</li> </ul> <p>But this is only me conjecturing. What would be the real-life (and academic) basic knowledge required for such a job?</p> http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha 179 What is the one programming skill you have always wanted to master but haven't had time? KevDog 2008-09-23T14:30:38Z 2009-11-20T21:54:54Z <p>For me, I've always wanted to finish the O'Reilly "Mastering Regular Expressions" book. When I need a Regexp, I manage to get the one I need eventually, but it takes more effort than it should.</p> <p>Learning a specific technology or language always seems to bubble up ahead of this. </p> http://stackoverflow.com/questions/242293/are-you-a-good-or-bad-programmer 18 Are you a good or bad programmer? Eli 2008-10-28T05:09:48Z 2009-11-19T13:35:28Z <p>Hi All,</p> <p>I see a lot of questions on SO that are asked about 'good' programmers vs 'bad' programmers.</p> <p>For example, what is a good/bad programmer, how to tell a good/bad programmer, what to do about a bad programmer on a team, how to hire a good programmer.</p> <p>I know it's pretty easy to apply the words to other people, but I find myself wondering if anyone out there would actually define THEMSELVES in a Boolean fashion like this, rather than "good in some areas, weak in others..."</p> <p>I'm not asking as an either/or where you have to be one or the other, but as a 'both' - are you a good or bad programmer? </p> <p>If so (either one), why?</p> <p>Please note this isn't meant to be argumentative, or to define good/bad practices, etc. I just want to know how many people think they are good, bad, or neither out there.</p> http://stackoverflow.com/questions/1460541/advice-for-bringing-a-graduate-developer-on-board 4 Advice for bringing a Graduate Developer on board. Chris Jones 2009-09-22T14:48:57Z 2009-11-13T12:54:13Z <p>I need to get a graduate up to speed as a asp.net c# developer (with some sharepoint lucky him). </p> <p>I’m thinking on creating a list of a web casts and putting some incentives in place to become certified as Microsoft web developer. Also chalk talks on friday with yours truly on TFS and real world databas design.</p> <p>Any other thoughts? It seems like an age since I was in his position.</p> <p>Thanks for your answers so far. "Get him coding" seem to be shining though. I like the Idea of reviews.</p> <p>What about other traning?</p> http://stackoverflow.com/questions/129601/am-i-a-bad-developer-because-i-cant-answer-99-of-the-questions-here 51 Am I a bad developer because I can't answer 99% of the questions here? awhite 2008-09-24T20:12:15Z 2009-11-12T16:00:08Z <p>I really enjoy browsing StackOverflow. I've learned quite a few things just from perusing the questions. But, I have to admit, it's really bruising my confidence when I realize how much I DON'T know.</p> <p>Anyone else feel the same?</p> <p>I suppose this will probably get voted down since it's not really a programming/development question.</p> http://stackoverflow.com/questions/1716799/where-can-i-get-some-good-hands-on-development-design-training-that-wont-break-t 0 Where can I get some good hands-on development/design training that won't break the bank? Kenneth Cochran 2009-11-11T17:32:44Z 2009-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/1450106/startups-and-qa 4 Startups and QA Eric J. 2009-09-20T02:15:04Z 2009-11-08T22:58:18Z <p>Startups should have dedicated QA early in the process. Often, QA is added fairly late.</p> <p>My two-part question is:</p> <ul> <li>When should dedicated QA first be part of a startup effort and why?</li> <li>What skills should the first QA members have (create and execute test scripts, test automation using common tools, write unit tests, plan and execute complex load and stability tests, etc.)?</li> </ul> http://stackoverflow.com/questions/1308689/what-is-the-single-most-effective-thing-you-did-to-improve-your-qa-skills 3 What is the single most effective thing you did to improve your QA skills? Andrei 2009-08-20T20:41:15Z 2009-11-03T21:59:53Z <p>Looking back at my career and life as a QA engineer, there were plenty of different ways I improved my QA skills and testplans- reading other people's testplans, readings specs, reading books, listening to podcasts, watching screencasts.</p> <p>My question is: What is the most effective thing you have done that improved your QA skills? What would you recommend to others that want to improve?</p> <p>I do expect varied answers here and no single "one size fits all" answer - I would like to know what worked for different people.</p> http://stackoverflow.com/questions/1609489/how-can-one-improve-their-architecture-skills -1 How can one improve their Architecture skills ? Rachel 2009-10-22T19:37:40Z 2009-10-22T19:53:39Z <p>What are the things you would like to recommend to improve architecture and coding skills ?</p> http://stackoverflow.com/questions/927474/any-netbeans-features-that-will-make-my-day 5 Any netbeans features that will make my day? Kris 2009-05-29T18:31:20Z 2009-10-22T14:52:32Z <p>Hi all, </p> <p>I've recently gotten quite fond of <a href="http://www.netbeans.org/" rel="nofollow">netbeans</a> for my php work because of the XDebug integration. It has made me all but forget about <a href="http://www.macromates.com" rel="nofollow">textmate</a> (which imho still beats netbeans for the little things) </p> <p>What do you think is the one awesome netbeans feature I should know about, and more importantly why and how do I use it?</p> <p>I'm asking this to optimize my skills in the use of the IDE and based on the idea that what works well for others might just work for me (and hopefully others).</p> http://stackoverflow.com/questions/1603211/recommend-codebase-to-read-and-hone-python-skills 0 Recommend codebase to read and hone Python skills [closed] maxischenko.in.ua 2009-10-21T19:55:17Z 2009-10-21T20:45:13Z <blockquote> <p><strong>Possible Duplicates:</strong><br /> <a href="http://stackoverflow.com/questions/1257183/a-good-open-source-python-project-to-read-code">A good open source Python project to read code?</a><br /> <a href="http://stackoverflow.com/questions/918/how-to-learn-python-good-example-code">How to learn Python: Good Example Code?</a> </p> </blockquote> <p>I've been reading through Coders at Work and there is a repeated theme: hackers tend to read a lot of other's code and learn from it. I program in Python, there are plenty of open source code in it. </p> <p>Which codebase you read and consider excellent? SQLAlchemy comes to mind. What else?</p> http://stackoverflow.com/questions/1384964/how-do-i-improve-my-programming-skills-as-a-php-programmer 1 How do I improve my programming skills as a PHP programmer? heyjude 2009-09-06T05:45:46Z 2009-10-19T14:00:46Z <p>What would you guys suggest that I do to improve my skills as a PHP programmer? I want to develop high quality web apps and I chose PHP programming as my niche. I want to really hone my skills to be one of the best. What do you think I should do?</p> http://stackoverflow.com/questions/167849/what-is-the-single-hardest-programming-skill-or-concept-you-have-learned 31 What is the single hardest programming skill or concept you have learned? Jonathan Tran 2008-10-03T16:56:10Z 2009-10-10T17:56:27Z <p>As a follow up to "<a href="http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-h">What is the one programming skill you have always wanted to master but haven’t had time?</a>", what is the single hardest thing related to programming &mdash; skill, concept, tool, language, etc. &mdash; that you <em>have</em> learned or mastered? Not necessarily <a href="http://stackoverflow.com/questions/146670/hardest-concept-to-grasp-as-a-beginner">as a beginner</a>, but all throughout your career.</p> http://stackoverflow.com/questions/61826/what-should-i-learn-next-after-vb-and-c 12 What should I learn next after VB and C# Nathan W 2008-09-15T03:26:46Z 2009-10-07T19:15:27Z <p>Hi All,</p> <p>I am currently learning VB and C# and have been for the last two and a bit years but I would really like to broaden my programming skills a little bit. </p> <p>I was just wondering what people would recommend learning?<br /> I have looked into ruby a little bit but haven't really dug my teeth into it, I have also looked into F#.</p> <p>I can't really decide which way I should go.</p> http://stackoverflow.com/questions/1517937/im-interested-in-programming-mainly-web-programming-what-is-essential-to-know 1 I'm interested in Programming mainly web programming what is essential to know? [closed] Daniel 2009-10-05T01:52:01Z 2009-10-05T02:27:07Z <blockquote> <p><strong>Possible Duplicate:</strong><br /> <a href="http://stackoverflow.com/questions/757719/skills-needed-for-a-web-programmer">Skills needed for a Web Programmer</a> </p> </blockquote> <p>Hello,</p> <p>I'm interested in web programming and want to know what you think are the most important skills to have?</p> <p>I mainly want to help work on a few open source projects and also I'm thinking career wise as well.</p> http://stackoverflow.com/questions/1438806/top-three-most-important-skills-companies-tend-to-ignore 10 Top three most important skills companies tend to ignore? Solivagant 2009-09-17T13:12:48Z 2009-09-25T19:15:33Z <p>Inspired by <a href="http://stackoverflow.com/questions/1437909/what-are-the-top-three-most-important-skills-new-software-development-graduates-t">"What are the top three most important skills new software development graduates tend to be missing?</a>, here's a similar question but with a twist.</p> <p>What are the top three most important skills companies tend to ignore? As in, what qualities and skills, related to software development mind you, that you've noticed some companies ignore?</p> http://stackoverflow.com/questions/943817/what-would-you-like-your-software-developers-to-learn -1 What would you like your software developers to learn? LittleBoy 2009-06-03T09:23:00Z 2009-09-24T16:47:07Z <p>As a manager, what would you like the software developers under your management to learn? It might be knowledge of some specific technology/software engineering skill/some other skill or knowledge, or what? </p> http://stackoverflow.com/questions/1456322/what-is-the-difference-in-productivity 0 What is the difference in productivity ? [closed] ragnarius 2009-09-21T19:20:34Z 2009-09-21T19:41:20Z <p>What is the difference in productivity between an average (median) programmer and the best 5-10% of programmers in your company? </p> <p>(Are the better programmers twice as productive, or is the difference lesser or larger? I ask because the question popped up in a debate I was involved in a few weeks ago)</p> http://stackoverflow.com/questions/1437909/what-are-the-top-three-most-important-skills-new-software-development-graduates-t 1 What are the top three most important skills new software development graduates tend to be missing? Daniel Vaughan 2009-09-17T10:18:54Z 2009-09-17T18:02:33Z <p>I am trying to get a handle on the skills gap between software development graduates and the requirements of real world software development companies. What are the top three skills that you have found graduates tend to lack and need to be taught or acquire in your experience?</p> http://stackoverflow.com/questions/1420386/web-designer-skills 2 web Designer skills ivordesign 2009-09-14T08:44:52Z 2009-09-14T09:05:57Z <p>As a web designer should i learn 3d programs too over development skills? curious to see what people say.</p>