Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

28
votes
15answers
1k views

Too hard a project? What do you do?

What do you do when you get assigned a project that is just way too hard to do: Say it's a mammoth project and your boss thinks you alone can handle it You have knowledge to do somethings, but some ...
25
votes
35answers
2k views

Difficult lessons for new programmers? [closed]

I started off programming with no formal education in it all. I suspect this was (and still is) pretty normal, especially with the culture around programming. However, this inevitably means that ...
13
votes
19answers
1k views

Is C++ (one of) the best language to learn at first nowdays?

C++ is one of the most used programming language in the world since like 25+ years. My first job as programmer was in C++ and I coded in C++ everyday for nearly 4 years. Now I do mostly PHP, but I ...
10
votes
8answers
4k views

Is Django Development faster than ASP.NET for small/medium-size apps?

This is one of the things I've been hearing in Django VS ASP.NET discussion. I personally find it hard to believe but I never tried Django. So my question is: assuming that I am equally familiar with ...
9
votes
10answers
945 views

Here's why programming is hard for me [closed]

I'm attempting to teach myself Python as my first language. After reading through "Python for Dummies" I searched out a number of easy projects that I could attempt. However, my main problem is not ...
6
votes
3answers
84 views

Suggest a weekend learning track for MVC3 for someone familiar ASP.NET web forms development

I have a "green field" project I'll be starting monday, and it's an intranet business application that wants to do all the typical stuff like workflow, alerts. The Model is done with EF and has all ...
6
votes
1answer
184 views

Rail's 'Gotchas' and learning curve - will it ever stop? [closed]

I've been developing a new rails project for a few weeks, and while I am amazed at the awesome plugins and some of the really great features in the frameworks... I am a little disappointed too. And I ...
5
votes
5answers
160 views

I'm learning to program and have chosen Ruby. Should I upgrade to Ruby 1.9?

I’m a complete non-programmer who is learning to program with Ruby and the Rails framework. I’m currently using Ruby 1.8.7 and Rails 3.0.3, but I’m wondering if I should upgrade to Ruby 1.9 since I ...
4
votes
2answers
74 views

Starting work on a Pre-existing Project

So this is more of a generic question. I seem to keep finding myself being put on larger and larger projects. Recently I have been assigned to a very large project written in C and VHDL. The goal ...
4
votes
9answers
259 views

Easy way of getting started programming using python [closed]

Background I'm trying to learn to program a little & python seems like a good choice for my purpose. I have no ambition of ever being a serious programmer.I already know bits and pieces of html, ...
3
votes
1answer
80 views

Learning Django - Good starter project

I am presently embarking to learn Python and Django together and I have gained a fair bit of theoretical knowledge to help me out. However, I'm after a good project that I can dig into which will ...
3
votes
2answers
1k views

Learning GUI programming with GTK+2 or GTK+3?

I am new to GUI programming, and I haven't found yet what library is best for my purpose (i want to make desktop environment applications, eg. docks, panels, desklets etc.) I have started learning ...
3
votes
3answers
115 views

Is this worth doing for practice and learning, without modules (Perl)

looking into connecting to a secure ftp site (using perl), and downloading all the .log files, saving in new directories named after the day I downloaded the files. I want to do this without modules, ...
3
votes
5answers
465 views

Learn C# or VB for a PHP programmer? [closed]

For a few years I developed websites in PHP, but couldn't get a job doing this nearly two years ago. I spent a year teaching (and if your thinking of teaching, my advice is don't! In the UK anyway), ...
3
votes
2answers
520 views

Fastest path to Android development for a non-Java programmer

The decision to jump on the Android bandwagon has been made. The entire development environment has been installed and configured properly. I went through the steps suggested in ...
3
votes
10answers
233 views

When is a basic (webdev) education complete?

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 ...
3
votes
4answers
382 views

What is the best learning path? [closed]

I am asking about the learning path after you graduated from faculty of computer science you will know databases concepts, general programming languages (C,C++,C#,java,prolog ..etc), algorithms and ...
2
votes
2answers
64 views

How to work on a existing project that has not been documented? [closed]

I have only worked on projects that I started from scratch, but now I got to work on a pre-existing project with no documentation and no guidance. All the folks that worked on the project are gone, ...
2
votes
1answer
50 views

Is there any comparison of learning curvre of NHibernate vs. LINQ To Entities?

I am practicing NHibernate recently and it does not look that much easy. (This is my impression after reading Manning NHibernate in Action book which has tons of interesting details to pay attention ...
2
votes
2answers
314 views

Good example Go code with standard library usage

One of the rather daunting things for me in picking up a new language is the standard library: is it large? What does it have in it? How often is it used? What conventions does it use? I've been ...
2
votes
7answers
273 views

WPF/Silverlight which to start learning first?

I am a 6-years .Net Developer, and want to know which is better to start learning first, Silverlight or WPF. I know this question seems a little-bit argumentative but since Silverlight is a ...
2
votes
6answers
151 views

What is the best way of minimizing the learning curve?

I mean what is your way of doing thing when you need to get productive very fast but you don't know anything about THE language? Especially when there is no book available?
2
votes
3answers
327 views

What should I do to learn Functional Programming

http://stackoverflow.com/questions/1738870/how-difficult-is-it-to-learn-functional-programming-languages http://stackoverflow.com/questions/24279/functional-programming-and-non-functional-programming ...
2
votes
9answers
491 views

How to politely tell some one that they will need to learn more, before they can resolve their issue?

I've seen many instances of people who are looking for programming assistance to a specific problem but are missing the fundamental understandings that they need. I guess the saying that this would be ...
1
vote
1answer
61 views

Best road map to start learning ASP.NET MVC to expert level

With so much to learn and so frequent updates in MS ASP.NET MVC framework, I find it little challenging to grab it quickly and extend the learning upto expert level efficiently. I need advise upon ...
1
vote
2answers
52 views

Best sources of learning : Complete book first or online as you go? [closed]

What is a better way of learning a language or a concept in Computer Science, browsing the web for specific topics, or putting up with a book. Eg. To learn the java programming language, should one ...
1
vote
2answers
83 views

Where to start MacOs development(from a .Net C++ background)? [closed]

I'm an experienced C++ and C# developer on Microsoft technologies but never touched anything other than windows for development (apart from university projects). I'm at ease with C++ and know POSIX. ...
1
vote
1answer
200 views

Is Pylons still worth learning?

I know that Pylons is discontinued as such and is imported to Pyramid. However, I really like to learn Pylons and could not make my way through Pyramid (which is still rather premature and lacks ...
1
vote
4answers
389 views

Is it worth moving from stored procedures to linq?

I'm looking at standardizing programming in an organisaiton. Half uses stored procedures and the other half Linq. From what i've read there is still some debate going on on this topic. My concern ...
1
vote
11answers
1k views

Does Learning C#/.NET Require An MSDN Subscription?

I'm a Java EE person who would like to climb the .NET learning curve. I've always had the impression that one important difference between Java and .NET was that the Microsoft suite required that ...
0
votes
0answers
85 views

Designing an audit trail capture framework using C#

DISCLAIMER: Text Wall ahead. I am slightly new to programming so please forgive the noobiness of this question So what I am trying to do is write a class library with C# for an audit trail ...
0
votes
7answers
129 views

Java GUIs - Accelerate the learning curve

I'll be cranking out my first serious GUI in Java here over the next few weeks / months. This will be my first project in Java where I'll hold myself to a very high standard for coding practices and ...
0
votes
0answers
49 views

Ideas for postgres/mysql projects to facilitate “learning by doing” [closed]

Over the last few years I've been using mysql and postgres with web development. But typical web development isn't too challenging at a database level, and the typical frameworks abstract out much of ...
0
votes
1answer
121 views

understanding CPU step by step journey of learning process

hello I want to learn how cpu works from scale of bit level to assembly level could somebody tell me ? which one would be better? top-down learning or bottom-up learning? and what am I suppose to do ...
0
votes
1answer
157 views

NHibernete or Subsonic! (Deciding ORM with fastest develop time, easiest learning curve and flexibility) [closed]

Possible Duplicate: nhibernate, entity framework, active records or linq2sql NHibernete or Subsonic I wan to decide for ORM with fastest develop time, easiest learning curve and ...
0
votes
4answers
78 views

Well, which path I should choose right now? [closed]

I , in some way, can be called somewhat experienced .NET programmer. I know somethings about programming, I can write code, I can debug and fix bug, and, get a coding job. But I'm critically thinking ...
0
votes
4answers
136 views

How long a desktop programmer able to convert himsleft on mastering PHP?

i know it depends on many thing. But can anybody tell me how long it should be ? I just want to draw a boundaries between successful and failed attempt to convert myself ?
0
votes
3answers
550 views

OpenGL/Java Learning Curve

We are looking at speeding up a project with new developers. How long is a typical Java + OpenGl learning curve if anyone has any experience ? The core work is on detailed globe visualization.
-1
votes
1answer
82 views

Another Python Learning Advice for Dummies [closed]

Hi i guess this might be a dumb question to ask, but i do want to give it a try. My Background : Current StacOverFlow Ratings. I have implemented some graph algorithms and stuff in C. I am not in ...
-1
votes
4answers
57 views

is there an attractively themed Drupal app (kinda like Joomla) with at least hello-world implementation of lots of hooks for learning purposes?

Joomla looks pretty good out of the box. Drupal looks very ugly out of the box and does not do anything, except for admin tasks. Is there by any chance a n00b-friendly Drupal app that would look ...