vote up 178 vote down star
82

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 2 3 4 5 8 next
vote up 4 vote down

Regex, hate the damn things :(

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

Basic game programming, collision detection etc

link|flag
vote up 4 vote down

COBOL (Just kidding)

link|flag
vote up 4 vote down

To improve algorithmic skills. (By reading Donald Knuth's "The Art of Computer Programming" (TAOCP))

link|flag
vote up 4 vote down

MVC!

I've seen enough to know the basics but I haven't had time to run through a simple implementation to see all the pieces together.

link|flag
vote up 4 vote down

Time management!

link|flag
vote up 4 vote down

Erlang

link|flag
vote up 4 vote down

3D graphics, not just for video games but for Geographic Mapping.

link|flag
vote up 4 vote down

Linux

OK so it's not exactly a programming skill but I've never taken the time to build and use a Linux system. All I know are the basic command-line commands.

link|flag
vote up 4 vote down

Design Patterns.

link|flag
vote up 3 vote down

Assembly language for 80386, 80486 processors.

Really, Thought i'll learn for just the thrill.

Havent gone further than 8085 in college

link|flag
vote up 3 vote down

Concurrency

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

COM
Well, I guess its too late now.

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

JAVASCRIPT!!!!

link|flag
vote up 3 vote down

Model Driven Architecture.

link|flag
vote up 3 vote down

Find a practical use for GPGPU programming and true parallel programming.

link|flag
vote up 3 vote down

Program a mechanical robot.

link|flag
vote up 3 vote down

Learn to use a php framework.

link|flag
vote up 3 vote down

Making better use of my time

Making time is the one programming skill I've always wanted to master but haven’t had time. ;)

link|flag
vote up 3 vote down

Probably PowerShell

link|flag
vote up 3 vote down

The concept of Monads in functional programming.

link|flag
vote up 3 vote down

Shaders, shadows, lighting and making the graphics look pretty. The concepts are easy to grasp but the code takes a lot more work. I'm a wannabe game developer and it's always demoralizing to see the next indie game looking as smooth and colorful as say, Mario Galaxy. I just keep telling myself that my stuff will sell as long as it's fun enough! paranoia paranoia

link|flag
vote up 3 vote down

Politics. Seriously.

link|flag
2  
I do that. You will find that it's NP complete. – mstrobl Jan 25 at 9:12
vote up 3 vote down

I want to do LINUX KERNEL PROGRAMMING but couldnt find time for it.

link|flag
vote up 3 vote down

Test Driven Development. This is one of those things where it's really easy to learn the basic concepts, but much harder to get the hang of applying them in a real-world application. I think I'm right on the edge of it, but not there yet.

link|flag
vote up 3 vote down

Artificial Intelligence, not the theory, but the practice... one can use a physic engine without knowing anything about physic (or with minimal knowledge). I want to work with AI the way I use physic engine.

link|flag
vote up 3 vote down

Continuous Integration / automated builds.

link|flag
prev 1 2 3 4 5 8 next

Your Answer

Get an OpenID
or

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