to learn
I kept updating my blog with a list of things I’d like to learn or improve upon, and it seemed redundant to continually copy/paste the information to a new post, just to update it. I would however like to keep the list online, so I’ve moved it to this single location.
What I want to learn (Programming)
- Decorator pattern
- Graph traversal algorithms
- javac command line compilation flags
- GCC command line compilation flags
- Ant, Make
- Eclipse project/build configurations/settings
- JSON
- JSP
- Java Spring
- Objective-C
- LISP
- F#
What I want to practice and improve on (Programming)
- Web services in: Java, C#
- Backtracking algorithm / memoization
- C++ STL
- Python
Practice Problems
- Detect loops in a tree structure
Nice to see F# on there. I’m intrigued by this language and would like to lear it as well. Funny to see LISP on there, I was reading about it today while in (boring) training. I’ve dug into the Spring framework, like what I saw, but the over usage of XML is kind of a turn off. I find myself preferring annotations to XML configuration, but that one is debatable.