vote up -1 vote down star
5

What are the things you would like to recommend to improve architecture and coding skills ?

flag

5 Answers

vote up 3 vote down check

This has been covered extensively in previous questions.

Also, the top few answers to this question have a lot of good books you might consider checking out.

link|flag
architecture != coding. – Paul Nathan Oct 22 at 19:40
The title only mentions architecture, but the question mentions architecture and coding. – RoadWarrior Oct 22 at 19:44
vote up 0 vote down

Reading about what to do is a good start, as others have mentioned. The best thing to do, though, is to apply what you are learning. I have a couple of "projects" that I am sure will never see the light of day as completed projects, but I use them to practice implementation, learn how to improve it (for better scalability, testability, etc), and take a distillate of what I am doing to apply to my day job.

As far as books, I recommend any that address architectures specifically (such as "Scalable Internet Architectures"), application of design patterns, data architecture, and framework design.

link|flag
vote up 0 vote down

Reading books from Sun and O'Riley (sp) are a good start. Design Patterns are great books. I would also suggest taking advanced CS courses if you have them available.

link|flag
vote up 0 vote down

I use blogs.

A good start would be to look at the profiles of high-rep users here. Many of them have blogs.

And try things out that you read...

link|flag
vote up 1 vote down
  • read books (Code Complete, GOF)
  • read other people's code
link|flag
+1 for Code Complete. Reading and studying code is a good start, but the learning only truly begins when the ideas picked up from reading and studying are applied on a real project. Experience will always trump book learning, so convert that book learning into real experience as soon as possible. – Brandon Oct 22 at 19:50

Your Answer

Get an OpenID
or

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