RSS
 

Archive for the ‘books’ Category

Book Review: Making things happen by Scott Berkun

20 May

I recently read a book by Scott Berkun, a ex-microsoft project manager (Internet Explorer), about the mastering of project management and I must say that I was pleasantly surprised with it.

I have always been a bit skeptical about those kind of books, as most of them only contain a list of do’s and don’ts that everybody actually knows. But this one differentiates itself with other books as it mentions a huge pack of exercises and is always explained with examples of his own experiences at Microsoft.

This book covers all the big points on which a project manager should pay extra attention:

  • how to write good email
  • how your relationship with colleagues should be
  • how to divide your time on a project
  • how to decide what is the most important thing to do first
  • what should be done in times of crisis
  • how to negotiate with colleagues, your staff and your bosses
  • trust and how to work with it
  • how to organize meetings and be sure that you are leading them

Off course, by reading this book, you won’t be the best project manager that ever existed, but I believe that it’s a great asset to your book shelf to use as a reference.
Be sure to try out some of the exercises or to read his experiences, it will help everyone who is in this position, or wants to improve his methodologies.

In your lifetime there are a few books you have to read if you are moving your way up the ladder, and this is definitely one of them if you are trying the step to project manager/team leader.
What I really like about this book is that it can be used as a reference, but it is also just well written, and that is why I practically read it cover to cover. It is just fun to read about his Microsoft problems and how he solved them alone, or in team. The cool thing about Scott is that he is not only a good writer, but also a very good speaker and that he doesn’t take himself too serious.

He worked at Microsoft on IE, and he switched to Firefox himself :-) as he said: It’s not because Firefox is completely new technology and groundbreaking or because Internet Explorer sucks, but because it is just a good solid program and is the best out there.

Check out some of his presentations, they are available on YouTube or via his own website (http://www.scottberkun.com/), and as he said in one of his lectures, that he will always answer all of your questions, if you just send them to him, I’ll try to send him a few questions to do a small interview and as soon as I get a response, I’ll post them here.

 

Secrets of the JavaScript Ninja

24 Sep

John Resig is writing a new book that will be released in the fall of 2008 and we are waiting impatiently. It’s called Secrets of the JavaScript Ninja and will be 300 pages full of information for the advanced JavaScript developer. As he says the book will cover cross-browser compatibility issues, I’m already looking forward to the release of it. I’m quite sure that my colleagues and I are not the only ones breaking our heads over that issue. So if you’re interested in designing your own library, or want to know more about them, this is a book for you.

Let’s hope the next book will be as helpful in my learning process as the last one he wrote (Pro JavaScript Techniques). More info can be found here.

 

Head first: Software development

23 Sep

The last couple of months, I’ve started reading some books about software and programming and I must say there are a few very interesting books out there. The most eye-catching books are those of Head First, they are not the most in to depth books on the market, but they make you think about the things you read.

Ordinary books just tell you theoretically how things are done, give you the rules how things are done, and on the end of the chapter give you a few exercises. Head First does it on a very unique way; they use a lot of images (admit it, they really draw the attention) and examples throughout the whole book. Not only reading is required from the user, but also thinking and finding solutions. By role-play they make complex issues look very easy and also possible to remember those things for longer than 2 days.

One of those books I’ve read is the Software development book, not really interesting for a full time developer or a beginner but a great reference for people who want to start creating software (that’s what we are trying to do at the moment). It’s amazing how much problems we have in real time where also described and solved in the book. A few examples are:

  • Planning your time for development
  • Follow up of your project
  • Dealing with bugs

I guess you just can’t build software without dealing with those problems. A nice example to get your development planned is using planning poker, where all your theme members play a little poker game, but instead of using cards you’ll use hours or days you need to develop. A great way to talk about different topics and do analyzing at the same time. Those and many other problem solving stories can be found in this book. Hope you like it to.