How do go about manage your perosnal "knowledge expansion"? Specifically, how do you divide your time between all the topics?
I am currently looking at my list of "To Read" bookmarks in Delicious and my list of favourites in O'Reilly Safari. The article/book types can be roughly divided up into:
- C#
- .NET general big bucket (clr, garbage collection, assemblies, threading, reflection, security, BCL, etc, etc, etc)
- Win Forms
- Web Forms
- Debugging and profiling
- Visual Studio and Team System
- ADO
- WPF
- WCF
- WWF
- Windows Mobile
- Winows programming
- .NET interview questions and puzzles
- C and C++ general
- Algorithms and data structures
- Design patterns
- UML
- Security
- Test driven development
- Methadologies
- Windows and Windows Server products
- Hardware
- Other languages
- Other operating systems
- Maths and physics
I do not want to be stuck in the any of the following ruts: "Er, what new C# feature?", "I can only do .NET", "I have no idea what is going on under the hood", "I don't understand how new hardware and operating systems will affect my systems", "I can only do Web Pages", "Er, never heard of SOA/AOP/InsertDesignConceptHere", "You want me to implement a linked list without using the LinkedList class??", "I don't keep up with innovations in security/debugging/InsertDevelopmentTopicHere" etc, etc, etc,
I need to fill in gaps and keep up with new technology. I'm gathering my list may be too large but I don't like the idea of hacking off great big chunks.
Here's why:
In some areas I am a complete newbie (e.g. WCF) and need small, easy, tutorial-style reading. That's fine as depth is not required yet. For other topics I know the basics and I want more depth on the inner workings e.g. I have completed Joseph Albahari's Threading in C# article and the next item on my list in this topic is Concurrent Programming for Windows. To understand any of that, I will need to improve my Windows programming skills and so I have the Windows Via C++ book lined up. To understand any of that I need to brush up on my C++....
Meanwhile, while I am digging in C++, C# 4.0 is coming and I still haven't properly played with all the new features of C# 3.0.
And I like to play i.e. write some code, change some stuff, see what happens, look at it in ILDASM, dig in Reflector, look it up in MSDN, find out what the .NET gurus have to say about it via Google, try out more stuff, etc, etc. This means it take me some weeks to get through a long article or book. Meanwhile technology is a-changing...
I've tried several strategies so far:
Exam based i.e. stick to the topics in the exam I am currently working on. Halt each topic at a certain level of detail and move on.
Butterfly i.e. oooo shiny fly over there, oooo something else shiny, fly over there.
Day of the week i.e. Monday .NET general, Tuesday WinForms, Wednesday Web, etc, etc.
Book oriented i.e. pick a recommended book (which is how I discovered CLR via C#) and go thorugh it cover-to-cover.
None of them are a good balance between coverage and detail and all leave me feeling, nope, not right.
So...is anyone else feeling this? Has anyone got a strategy that they currently use? Opinions/thoughts/advice? Yow, question probably too long. If I get lots of comments to that effect I will try and trim it.
