vote up 30 vote down star
20

Subject line says it all. What's next on your list of things to tackle and get to grips with? Got a language you want to learn? Want to grok dynamic programming? Think it's about time you understood type theory?

What's next? And why?

flag
13  
How does a question like this have an 'accepted' answer? – Aardvark Mar 17 at 12:45
1  
Exactly what I was thinking aardvark :) – Yuval A Mar 17 at 12:48

130 Answers

vote up 4 vote down

I can spell SQL - I need to learn database technology. My team uses it every day and I don't grok it near enough.

link|flag
vote up 0 vote down

WPF and jQuery in ASP.NET!

Edit ~ I forgot Adobe Air, I've been meaning to get to this for a while.

link|flag
vote up 0 vote down

Which language - Why?

Python - used at work, powerful, expressive, GoogleAppEngine

Groovy - full Java API, some momentum behind it

Objective-C - iPhone Apps

C#/.NET - Want to know what all the fuss is about, Visual Studio Express is free, Used at work.

link|flag
vote up 37 vote down

Better communication.

link|flag
show 2 more comments
vote up 0 vote down

My perennial "wish I knew better" was Lisp. But I've almost never had a project where Lisp would have made it sufficiently easier & less time consuming than, say, C++, to justify me learning it.

F# sounds moderately interesting and in the same category as Lisp, but with the added hassle of .NET libraries.

Other than that, I'm exploring data mining as a hobby, and I am reading about professional level software engineering to prepare my grad student-y self for the business world.

link|flag
show 2 more comments
vote up 0 vote down

I'm definitely going to learn more about JQuery + Grails and maybe some Django if I have time to spare :)

link|flag
vote up 30 vote down

Unit Testing, because I think I should. I really need to stop putting this off.

Also as chakrit mentioned, more Django, because I've enjoyed the little I have done.

More about UTF-8, because I find it interesting.

link|flag
vote up 7 vote down

I just started reading The Art of Multiprocessor Programming by Herlihy and Shavit. Heavy duty concurrent programming, updated for modern hardware.

link|flag
vote up 4 vote down

How to use the advanced features of c#

How to use DirectX to speed up some image processing

link|flag
vote up 0 vote down

SQL stuff, Django, PHP - Just web programming in general.

link|flag
show 1 more comment
vote up 0 vote down

Ruby and Linux

link|flag
vote up 0 vote down

Spring
jQuery

link|flag
vote up 0 vote down

In to learn in no order:

technologies:

  • more ruby
  • rails
  • more css
  • regex
  • mastering c
  • c++(ya, I know but it's needed for what I want to do)
  • lisp
  • obc-c/cocoa
  • maybe javascript/jquery

concepts

  • compilers
  • os design
  • hardware design
  • embedded systems
  • functional programming
  • ai

things to forget

php and java

link|flag
vote up 7 vote down

Get a vacation long enough to get an REALLY interesting book

  • Handbook of bio Inspired algorithms
  • Handbook of Brain Theory and Neural Networks (only got through the first trail so far)
  • Eclipse RCP to try the above and actually build something out of it
  • Adroid API for the ability to program my way out of procrastination.

If only I found the time now...

just one last game, gotta beat the highscore

link|flag
vote up 0 vote down

WCF because it's the wave of the future...

link|flag
vote up 3 vote down

LINQ in C# 3.0 at work. At home I'm trying to find time to learn me some Ruby on Rails. You know do some web development and such. Always wanted to learn Javascript too.

link|flag
vote up 3 vote down

iPhone Programming !

link|flag
vote up 0 vote down
  • .net 3.5 and all that includes
  • DSDM
link|flag
vote up 0 vote down

Marketing, Communications (speaking at conferences), stockmarket analysis, and Erlang :)

link|flag
vote up 0 vote down

I'm afraid Windows Presentation Foundation is the next step for me. I say "afraid" because what I need to do with it is an extremely non-trivial reimplementation of the software I've been developing over the last 3 years. I know enough about WPF at this point to know how much I have to learn before I can do this with a reasonable expectation of success.

link|flag
vote up 0 vote down

python
Lisp

link|flag
vote up 1 vote down

I started learning Haskell and so far it's real fun. I must admit it takes some time to get used to it (20 years of imperative coding getting in the way) but even the most trivial programs are pretty rewarding when they compile the first time (and run as expected!). I pretty much feel like the young me learning his first programming language again... The other big topic for me at the moment is design, i think there's a lot to learn for many programmers.

link|flag
vote up 5 vote down

Learning how to lead. I already know how and why to write unit tests, but getting the rest of my team on board is a totally different matter. Same for decent comments, documentation, etc. etc.

link|flag
vote up 1 vote down

Haskell, Smalltalk, ML, Nemerle, Boo... pretty much a whole bunch of interesting languages.

link|flag
vote up -1 vote down

RIA frameworks like Flex and JavaFX

link|flag
vote up 0 vote down

My current objective is learn how to manage software requirements (functional and non-functional) as well as estimate development time better.

After all these years of working I'm still getting 200% more time than originally estimated to get things done and I'm still accepting confusing (and even paradoxal) software requirements - and my team is suffering with it.

I kept wondering if there was a language / concept / anything out there which can be used as a silver bullet to my problem but instead of going to code books I have to resort to project management books.

link|flag
vote up 0 vote down

python,django and JQuery

link|flag
vote up 0 vote down

Unit testing.

I need to get a good grasp of the concepts to be able to implement it in my current working enviromnent.

link|flag
vote up 0 vote down

functional programming and related math

link|flag
vote up 0 vote down
  • Better team programming methods, especially around agile/scrum. I'm stuck in waterfall, and I hate it.
  • A deeper understanding of ExtJS, especially when using it at scale.
  • Reading up on how to implement crowdsourcing applications. I'm currently reading Programming Collective Intelligence.
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.