The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
0answers
136 views

What are the most important things for Java developers to learn when learning iOS programming [closed]

I imagine there are now quite a few Java programmers in the world who have taught themselves Objective C and iOS programming. Shifting technology stacks like this always results in a lot of "Aha!" ...
-2
votes
2answers
185 views

Timeline of a programmer in terms of languages? [closed]

Alan Perlis once said: "A language that doesn't affect the way you think about programming, is not worth knowing". I am not proud of the fact that I started programming with scripting languages ...
3
votes
0answers
172 views

Junior software developer - How to understand web applications in depth? [duplicate]

I am currently a junior developer in web applications and specifically in ASP.NET MVC technology. My problem is that the C# senior developer in the company has no experience with this technology and I ...
8
votes
4answers
514 views

regular, average programmer - scared of geeks and their skills [closed]

Just like in any other field, 90% of workers do trivial routine things and only less than 10% actually do the most difficult things. Most programmers in the industry are average, and so am I. There ...
0
votes
3answers
179 views

How to balance programming projects between feasibility and usefulness [closed]

I've become fairly competent as a programmer, but I would not say I am a master. I work independently, most as a hobby, although I have done some freelance PHP work. I tend to find myself dabbling in ...
6
votes
3answers
251 views

Where can I learn about browser-specific quirks?

I am a professional iOS, Java and C# programmer. Now I want to build a website. The problem is I have already started building it and I am finding IE is not rendering it correctly. It is rendering ...
8
votes
9answers
847 views

What is expected of me as a recent graduate? [closed]

I just recently graduated and now work as an entry level software developer. I've been there for 2 weeks. Is it normal for me to feel like I'm the stupidest person in the room? I feel like the interns ...
83
votes
14answers
10k views

Learn programming backwards, or “so I failed the FizzBuzz test. Now what?”

A Little Background I'm 28 today, and I've never had any formal training in software development, but I do have two higher education degrees equivalent to a B.A in Public Relations and an Executive ...
2
votes
2answers
386 views

Reading new programming language book best practices [closed]

What is best practices reading a new programming language book considering: You are working full time You never used that programming language Your work environment is not using that programming ...
3
votes
4answers
2k views

Learning on the Job: JavaScript, CoffeeScript, BackBone and jQuery

I have avoided JavaScript for as long as I could. I simply think that it is a very, very dirty scripting language. I have nothing against curly braces, I work with PHP almost every day, I'm fine with ...
18
votes
7answers
506 views

Does using new techniques hurt productivity?

It seems that as experience with the specific set of tools you have to work with grows, the incentive to try out new things weakens. When I was new at this programming job, trying out new things, ...
11
votes
5answers
515 views

Is it reasonable to expect knowing the whole stack bottom up?

I am an Sr. developer/architect/Product Manager for embedded systems. The systems that I have had experience with have typically been small to medium size codebases - typically close to 25-30K LOC in ...
7
votes
7answers
690 views

Starting developer fighting with webforms, is moving to MVC a good idea?

A young developer frequently hits me up for help with Asp.net web forms. Usually his problems revolve around the actual controls and how to manipulate them, rather than pure middleware type code. ...
3
votes
2answers
641 views

What is involved in learning Eclipse-RCP, from zero Java background?

I've not yet started working on a new project where everything is done with "Eclipse RCP" which I never heard of until last week. We'll use lots of Java and SWT for GUI. I'd like to get up to speed ...
4
votes
5answers
716 views

Ways to describe or measure the learning curve for a new technology?

As I begin to learn some major new things beginning from zero, I wonder: is there any way to describe, perhaps even quantify, the height of a learning curve? Having worked at many places on many ...
0
votes
4answers
347 views

Exercises for starting programmer [duplicate]

I'm learning how to program with a book on Objective-c. I know, that's not great start, but anyway. What I want to find is exercises which gradually increase in difficulty from starting ones like ...
14
votes
16answers
2k views

Is learning technology by reading books obsolete? [duplicate]

I am confused if one should read books thoroughly (sometimes they are very bulky and if they contain many aspects of the technology they can be 1500 odd pages or even more). I have also read some ...
2
votes
5answers
509 views

Is that possible to learn Python by building meaningful applications and skip reading heavy books?

I'm planning to learn Python. I know html, javascript, vb .net, ado .net, ms sql, and a little c#. So I have a good working knowledge of programming and capable to write various desktop and web ...
15
votes
5answers
5k views

How difficult is Python and Django to pick up for a Java/.NET web developer?

I just started a new job a couple months ago at a small company where I am currently leading all development efforts present and future. I personally have years of experience in software design and ...
15
votes
9answers
844 views

What is your go-to application when you start learning a new language? [closed]

What "application" do you write to understand a programming language? I have used a calculator (regular + equation solver). But I think it's too easy. I am planning to learn Haskell and was curious, ...
1
vote
3answers
203 views

Learning about a new technology

I have approx 9 years of experience in the IT field. I've mainly worked on web applications and currently am looking forward to become a technical architect for J2EE applications. I usually face this ...
9
votes
3answers
272 views

Who pays for learning curve?

For those of us in consulting OR settings where you bill your hours whats the consensus on this? Should a client be billed for a certain amount of the learning curve? Should your employer be picking ...
4
votes
7answers
466 views

OS knowledge when learning a computer programming language

I am curious, has the knowledge of the inner workings of an operating system helped you in understanding a computer programming language? It may have helped you figure out programming faster than ...
1
vote
3answers
262 views

Do you think is good to start developing Android Applications even though I'm a beginner? [closed]

Do you think is good to start developing Android Applications even though I'm a beginner? So should I just concentrate on learning java, c++, html, css, javascript, php, msql, c#, c, objective-c, etc? ...
27
votes
19answers
3k views

“Half of everything you know will be obsolete in 18-24 months” = ( True, or False? ) [closed]

Just ran across this, and wondering if anyone has a way to prove or disprove this statement: Something to keep in mind ... what's the half-life of knowledge in high tech? It tracks with ...
2
votes
5answers
248 views

Need to choose the second book in C [closed]

I am a Java programmer with good background in C. I've read my first book in C which was Programming in C but I need to find the next step.. There are two books that I think I may choose one of them: ...
28
votes
11answers
2k views

Reaching Intermediate Programming Status

I am a software engineer that's had positions programming in VBA (though I dare not consider that 'real' experience, as it was trial and error!), Perl w/ CGI, C#, and ASP.NET. The latter two are ...