Tagged Questions

-3
votes
0answers
150 views

Could you share your experience with me about C++/C# programming? [closed]

Always we found that we got struck when programming just because some dummy problems. So could someone share with us your experience when programming ? Because of sharing, then all the C++/C# fans …
2
votes
10answers
151 views

What preconceptions did you have about professional programming when you first started your career that later were proven to be wrong? [closed]

Possible Duplicate: What is your longest-held programming assumption that turned out to be incorrect? I was thinking how different the experience of being a professional programmer is when …
-3
votes
5answers
238 views

Describe your first experience in programming? [closed]

What was your first program for ? Did you feel comfortable writing code for your first time? What programming language did you use? Do your recall your first impressions?
0
votes
2answers
249 views

Designing a website using J2EE components… JSP+Servlets+EJB+MySQL… Please guide what all concepts are needed to draw a good and attractive website..

Dear All,, I am in position of designing a website now, purely in Java using J2EE components mentioned in the title.. I have designed the Business Logic for my project using J2SE.. and now i want to …
14
votes
16answers
777 views

Getting out of CRUD

Definition: CRUD - Create, Read, Update, Delete; The four basic functions of persistent storage. In the context of this question, specifically related to business applications. I'll be honest, my …
-3
votes
1answer
271 views

Three most important steps to become a good programmer? [closed]

Hello! I am senior software developer already for 5 years. I think I have good experience in enterprise level programming, and certainly I think I am good programmer. But, what kind of advices i …
8
votes
26answers
1k views

What is your best programming experience?

What has been your best programming experience so far? Was it the first time you compiled hello.c? Was it the first time you made your name fill your fathers TV with that 80's home computer? Was it …
24
votes
25answers
3k views

What does a college degree provide that experience doesn’t?

A relatively large number of people in the software industry do not have college degrees compared to other industries. In my experience, many of the best programmers/software engineers are those who …
42
votes
173answers
5k views

What’s your first program that you were proud of?

What's the first program you ever wrote that you were proud of and why? For me it was probably a Delphi 2 program I wrote that simply monitored Windows' memory usage and displayed a bar graph in the …
3
votes
10answers
301 views

How important is early exposure to computers for a SW developer?

Hi everybody, looking at the question about "What was your first computer?" I realized that most of us have a very long history of computer usage long before formal training set in (academic or …
4
votes
8answers
329 views

Best way to get into an open source project

I really want to up my programming experience and I've heard that one of the best ways to do this is to get into an open source project and try and contribute. But what is the best way of doing that? …