0
votes
2answers
81 views
Ruby without Rails
I've already developed some simple applications in Rails(just to test) without any knowleadge of Ruby, but now I want to change my life, I'm going to start learning Ruby(and never learn Rails for some …
24
votes
26answers
2k views
What do you think the future holds for database technology?
The good old Relational Database Management System (RDBMS) has been around for quite some time now and is still, certainly in my opinion, the mainstay of the majority of production platforms/software …
17
votes
33answers
4k views
Skills in demand during 2009
What programming languages and technologies will be most in demand by employers and open source projects in 2009?
16
votes
32answers
2k views
What are the hot languages of 2009?
It is well-accepted that we should all learn something new every six months. But what should top the list for 2009? What new things should we learn this year that appear to have real staying power?
…
6
votes
8answers
244 views
Moving AS3 forward?
Hi I use AS3 quite a lot for work, but I come from a Java/C/C++ education and find the language quite restrictive.
There seems to be two fundamental camps in the AS3 world:
The non-technical …
17
votes
16answers
1k views
Building a new operating system
I am toying with the idea of creating an completely new operating system and would like to hear what everyone on this forums take is on that? First is it too late are the big boys so entrenched in …
2
votes
4answers
273 views
How-to: short-circuiting inverted ternary operator implemented in, e.g. C#? Does it matter?
Suppose you are using the ternary operator, or the null coalescing operator, or nested if-else statements to choose assignment to an object. Now suppose that within the conditional statement, you have …
10
votes
26answers
823 views
Can you imagine to still develop software within the next 20 years?
I have been working as a software developer for about six years now (and I still have to work 35 years until retirement).
Sometimes I try to imagine how my job as a software developer might change in …
2
votes
17answers
1k views
What programming technique / practice done by you was ahead of its time?
I once built a very good web application in ASP (classic) back in 2001 and extensively used XmlHttpRequest object in it. (I was lucky that the clients were only using IE, and only IE supported this …
1
vote
11answers
475 views
Will software automation take over industry in future?
Will there be a chance for software automation be the next big thing in future? The time taken for a code that's done by humans can be effectively reduced by automating it by programming tools. But …
1
vote
6answers
176 views
Choosing a non microsoft language for web development?
I am resonably experienced with asp.net and would like to learn a new language with a focus on web development.
Licensing and hosting costs are why I would like to use something not reliant on …
10
votes
7answers
752 views
C++0x Attributes you’d like to see
Recently voted into the C++0x working paper was an attribute syntax. This syntax provides a way to specify other pieces of information to the compiler. The Committee Draft also includes several …
3
votes
46answers
946 views
Sign of the times: what are you reading?
[I have closed the question because I don't feel like I'm really getting the kind of answers I was looking for. Maybe I should have been more specific, I don't know... Thanks to everyone who took the …
6
votes
5answers
223 views
UI Databinding: alternatives and future
UI Databinding aka transfer of information/data from the biz-layer/datamodel of an application to the UI and from the UI back to the datamodel, seams to be ignored a little by language and framework …
4
votes
7answers
288 views
Software Consultant career and transitional skills
I started my programming career after my grad school. I was still in my early 20s and had a lot of enthusiasm in learning new technologies, concepts and applying to them in different projects.
Over …
