vote up 177 vote down star
80

For me, I've always wanted to finish the O'Reilly "Mastering Regular Expressions" book. When I need a Regexp, I manage to get the one I need eventually, but it takes more effort than it should.

Learning a specific technology or language always seems to bubble up ahead of this.

flag
show 6 more comments

230 Answers

prev 1 4 5 6 7 8 next
vote up 0 vote down

Developing application(s) that leverage collective intelligence of large groups of people with a common interest of set of interests.

link|flag
vote up 0 vote down

unit testing

link|flag
vote up 0 vote down

There's so many...wait a minute...I guess I already know everything. :)

I would really like to study more about linux and other unix based systems like OS X. Kind of bored of the MS world.

link|flag
vote up 0 vote down

Learn unit testing.

link|flag
vote up 0 vote down

That's an excellent question!

I'd like to improve my OO skills. But that's likely to happen with my next internships and that's where my career is leading me. I have a Perl and Bash.

I would love to be able to think about an idea, out of nowhere, and be able to implement it. Like : "Wouldn't it be nice to have a program that can process and output ?", and then implement it.

I also would like to take the time to look into the source code of some OSS, like GNOME, Firefox, Pidgin, etc.

link|flag
vote up 0 vote down

Being a design pattern ninja.

link|flag
vote up 0 vote down

I've always dug C++ because of it's insane flexibility, but I never got around to actually learn it since I've always had Delphi and C# jobs.

link|flag
vote up 0 vote down

the .Net GDI+ and accessing hardware through the HAL for device access (ever tried to write your own cd burning app?)

link|flag
vote up 0 vote down

Got to agree with KevDog, Regular Expressions! I can do the very basics but there are times when I need something more heavy duty and usually end up emailing my friendly Regular Expression guru.

So many things to learn, so little time!

link|flag
vote up 0 vote down

3d game programming.

link|flag
vote up 0 vote down

Constraint Programming / Constraint Satisfaction Problems

link|flag
vote up 0 vote down

Like many previous posters I want to learn LISP as despite having both the Graham and the Seibel books I just haven't had the time to do anything with them. Also ARM7 assembly language programming as there are just so many powerful cheap microprocessors out there using this core that I really should be using.

link|flag
vote up 0 vote down

JavaSript :) I'm a little bit disgusted by this language, but I think to really learn it, might help me.

link|flag
vote up 0 vote down

SQL/Databases -- figuring out how to optimize reliably, how to work well with the very large datasets that are part of my day to day working life

link|flag
vote up 0 vote down

Scripting languages such as Python, Perl, and Lua.

link|flag
vote up 0 vote down

Regular Expressions...Damm always need google for it

link|flag
vote up 0 vote down

Rspec. I've got the handle on Ruby unit/functional tests, but Rspec syntax does my head in.

link|flag
vote up 0 vote down

I want to develop some web clawing application.

link|flag
vote up 0 vote down

Software reverse engineering, which means (for me):

  1. Better understanding of assembly
  2. Using IDA
  3. Enhanced debugging skills

This is very useful even when you don't really need to reverse engineer anything in your work, because it hones your debugging skills and furthers your understanding of program behavior, debugging, compilation, etc. to a very high level.

Plus, it's a fun challenge

link|flag
vote up 0 vote down

I would like to fully master how to program the grafics cards shaders.

link|flag
vote up 0 vote down

I'd have to say writing compilers and parse systems. Never had those courses back in college and haven't been able to take the time to read through some of the bibliography I've been building since then about the topic. But, alas, there is always a new day tomorrow.

link|flag
vote up 0 vote down

I wish I could "master" the programming involved for hand-held devices (cell phones, Palm Pilots, BlackBerrys).

link|flag
vote up 0 vote down

I've always wanted to know a protocal such as HTTP or TCP/IP inside out. I can get by on either one, but not an expert.

link|flag
vote up 0 vote down

Unit tests - makes scaling up projects so much easier.

link|flag
vote up 0 vote down

I've always wanted to improve my time management. Once I get that super efficient I guess I'd be able to learn whatever new programming skills I need.

link|flag
vote up 0 vote down

Brainfuck! Mastery I guess is writing a brainfuck compiler in brainfuck.

link|flag
vote up 0 vote down

I would like to get much better at exception handling - actually coming up with a way to gracefully handle exceptions rather than giving an error message to the end user that something bad happened. In many of my past projects, my manager was pushing me so hard to get the project done that all I "had time" to do was to notify that an error had happened and let the user try again...

link|flag
vote up 0 vote down

I've always wanted to develop a tool with a really well-thought-out, clean, beautiful user interface. Take some time and get it right.

link|flag
vote up 0 vote down

The proof of what is the relationship between P and NP would be an awesome thing to master and answer conclusively once and for all... mwahahahahaha....

After all, this is what we haven't mastered, right?

link|flag
vote up 0 vote down

Python. I know a fair bit of Python and can understand well written programs easily with a bit of reference by my side. But I am yet to write some good Python code without referring to the manuals now and then. But yes, I consider reading manuals as part of the learning process and will master the snake one day sooner than later !

link|flag
prev 1 4 5 6 7 8 next

Your Answer

Get an OpenID
or

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