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

Artificial Intelligence and/or Genetic Programming

link|flag
vote up 9 vote down

Design Patterns, there are many of em, and knowing the ins and outs is really helpful for any developer. My favorite book on the subject is Head First Design Patterns.

link|flag
vote up 6 vote down

Object Oriented programming.. I can go line for line scripting all day but the whole OOP concept seems lost on me..

link|flag
vote up 0 vote down

Specific patterns & practices, IE Dependency Injection

link|flag
vote up 39 vote down

Anger management. Yes, that is a programming skill.

link|flag
5  
+5 Insightful? :) – Christian Vest Hansen Sep 24 '08 at 7:28
show 1 more comment
vote up 4 vote down

For fun & adolescent nostalgia: 6502 assembly.

To expand how I think about programming, and finally get some of those Paul Graham essays: Lisp or Scheme. I want to have that profound enlightenment experience that ESR was talking about.

To better myself professionally: Defensive and security-minded programming, particularly as it relates to web programming. I can make C#, Python or PHP do whatever I need it to, but sometimes my paranoia/obsession with security sometimes gets in the way of actually getting things done. In my own mind, I never reach a point where I think my systems are secure enough, and I keep researching for that next exploit which I wasn't previously aware of or is just out of my technical depth. Dog chasing tail kinda thing.

Also professionally: I've been avoiding SQL Server Integration Services, and I really should ramp up on that.

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

JAVASCRIPT!!!!

link|flag
vote up 4 vote down

This is one of those, yea it would be nice, but will not happen. I always wanted to get back into the math behind programming, for those of you who toiled through Comp Sci all that discrete mathematics, linear algebra and the likes actually has some bearing on what we do on a day to day basis and actually helps quite a bit.

link|flag
vote up 18 vote down

Multi-threaded programming... Seems easy but very tricky to do it properly.

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

Ability to understand low level properly. I was experimenting with assembler and processor instructions, but never developed something really useful although I was quite fascinated.

link|flag
vote up 1 vote down

Perl. It seems like I constantly need to whip together some essentially disposable script to manipulate a text file, which Perl is more or less perfect for, but I always have to knock something together in C or Java since I've never found the time to grasp what Perl has going on. I've even had the Larry Wall Perl book sitting on my shelf for the last year, but just haven't had the time.

link|flag
vote up 0 vote down

The ability to turn mathematical definitions easily into working code.

link|flag
vote up 1 vote down

I still haven't mastered any aspect of programming. I'm good at some things, better at others, but I'm not a master in any discipline.

link|flag
vote up 4 vote down

Regex, hate the damn things :(

link|flag
vote up 5 vote down

I've always wanted to master Operating System programming... one day I'll get to it.....

link|flag
vote up 1 vote down

I always wanted to get really good at matrix-math and do some hot 3d programming. I'm too busy programming banking software. Boo!

link|flag
vote up 3 vote down

COM
Well, I guess its too late now.

link|flag
show 3 more comments
vote up 4 vote down

I would really like the ability to create and fully implement a programming language. Not because I would want it to become the next big language but just for the invaluable experience it would provide.

link|flag
vote up 24 vote down

Write a natural language parser.

You could do a lot of cool stuff with it and I think you would learn a lot.

link|flag
3  
ooff, that's a hard one baby. Good luck with that. – KevDog Sep 23 '08 at 18:30
vote up 1 vote down

I have to admit that I upvoted about 6 of the answers here. I guess there is a lot that I would like to master and haven't spent the time.

My #1 would probably be Class Library Design. I feel like such a hack when it comes to designing a set of classes that work together. Is anyone ever happy with what they come up with?

Actually it's probably documentation, but I'll never get better at that. :)

link|flag
vote up 26 vote down

Unit testing for a web application.

link|flag
vote up 3 vote down

Functional Programming - from time to time I pick up Paul Graham's LISP book and then shortly afterwards I discover it's simply too hard and give up for a year or two.

One day I'll be in a place when I'm ready for it, no question.

link|flag
vote up 2 vote down

Haskell, monads. Hacking the GPUs and/or Cell processor. Programming a FPGA in VHDL or Verilog. Ah, you asked for THE ONE. Mathematics (category theory, abstract algebra).

link|flag
vote up 0 vote down

Assembly, FTW. I really dig those demo programs that can do wicked 3d stuff with audio and whatnot, but they only take up but a few K. Its awesome. I wish I had time!

link|flag
vote up 5 vote down

Compiler Construction. I have built parts of a compiler(syntax tree's, and such), but never the whole thing.

link|flag
vote up 0 vote down

To use KISS, Keep It Simple Stupid. I'll like to use that phrase some more when I'm writing code or refactoring.

link|flag
vote up 1 vote down

Ruby, also delving into F#. Even javascript I'd like to master.

wait... that's 3. oops!

I'll stick with Ruby.

link|flag
vote up 1 vote down

I would like to fully understand the standard library in C++.

link|flag
vote up 35 vote down

Distributed computing. Being able to design & implement systems like world community grid or folding@home.

link|flag
1  
I've always wanted to design a distributed 3D renderer that would be akin to these. – Cristián Romo Sep 24 '08 at 3:06
vote up 6 vote down

I'd like to learn neural networks and learning algorithms. It's something magic about them that I love and hate at the same time.

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.