vote up 29 vote down star
16

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
show 2 more comments

119 Answers

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 0 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 0 vote down

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

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
vote up 0 vote down

Grails and Groovy

link|flag
vote up 0 vote down

Recursion (again)

link|flag
vote up 0 vote down
  • FreeBSD - for fun
  • Management Techniques - for work
link|flag
vote up 0 vote down

Jquery, Python, Unit Testing, and .net 3.5 related things (and some 2.0 related things, actually). As for order, Python I'm trying to pick up on my own. Jquery I want to use at work; unit testing is about becoming a better developer and the .net stuff is because we're a .net house and we might be migrating forward in the near future and I want to stay up on things.

link|flag
vote up 0 vote down

jQuery and Python for me.

link|flag
vote up 0 vote down
  • Java Messaging Service (JMS)
  • Ajax
  • Algorithm Theory (For fun :D )
link|flag
vote up 0 vote down

Sadly, it has to be Sharepoint. We are doing an implementation of that at our shop. I would much rather spend the time on LINQ-to-SQL.

link|flag
vote up 0 vote down

Closures and Erlang

link|flag
vote up 0 vote down

I have read a lot recently about the how C++ and C# are not true OO and are more class oriented (or template based) languages. As a VB programmer by trade (and more recently a C# developer) I have argued that OO is not just about the language and more about the approach. I now want to understand the "true" OO nature of languages such as Ruby, and arguably aspects of Javascript such as prototyping.

link|flag
vote up 0 vote down

Programming wise: ASP.Net MVC and WCF. Operating System: Linux, just to play around with a distro and see how well it runs for me. General technology: Virtualization.

This is ignoring the things currently in my doing list like Sitecore.

link|flag
vote up 0 vote down

A more solid knowledge of the most widely used design patterns.

link|flag
vote up 0 vote down

More Design Patterns and after that Architectural Patterns.

I hope this is the right order to do it...

link|flag
vote up 0 vote down

MVC JQuery and F#

like many others it seems :)

link|flag
vote up 0 vote down

My next big thing is jQuery. I really jazzed the Microsoft is going to start including this technology in Visual Studio Scott Gu's Blog about jQuery and Microsoft. Obviously it's important.

With jQuery I'm learning how to build something big with MVC. I'm beyond the examples and need the tough problem to help advance my knowledge.

link|flag
vote up 0 vote down

AJAX (just any JavaScript in general) and C# for me.

link|flag
vote up 0 vote down

Haxe. Got some ideas for animations, mostly 2D or semi-3D, with some user interactions, and i have no particular reason to stick with actionscript or the Windows-based Flash app or any other conventional tools. And it's free, can also make javascript and other output types. It might not be big out there in the world but it fits my odd little side projects just fine. Or, i think it would... gotta learn it better...

link|flag
vote up 0 vote down

Writing a basic language. The primary goal of being to better understand compiler theory and to gain insight into how to write many of the constructs I use every day. Also, it would just be really cool to play around with my own language.

link|flag
vote up 0 vote down

(I'm a web developer) jQuery, because re-writing common javascript everytime I want to do something is just silly. More advanced uses/functionality of ASP.Net and C# - I keep running across built-in classes that do really interesting things. and keep going with PHP - coz you have to know at least one free server-side language.

link|flag
vote up 0 vote down

Python, Django, and Jquery. I would also like to learn about cryptology (Reading Applied Cryptography by Bruce Schneier right now).

link|flag
vote up 0 vote down
  • Objective-C : to develop for my iPod
  • sed : That's a unix command that seems powerful.
link|flag

Your Answer

Get an OpenID
or

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