| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
4 Articles match "Books"
| Related DevelopMentor Courses | MORE | | Fastware for C++ Training As the successor to Scott's acclaimed "High-Performance C++ Programming" seminar, " Fastware for C++" includes updated discussions of topics from that course as well as from Scott's books, Effective C++ , More Effective C++ , and Effective STL. Participants will gain: Recognition of the importance and implications of treating performance as a correctness criterion. Understanding of how effective use of third-party APIs can improve system performance. Knowledge of specific C++ practices that improve the speed of both the language and the STL. Format : Lecture and question/answer. OpenMP. DevelopMentor Courses - Tuesday, March 1, 2011 Effective C++ for C++ Programmers This intensive seminar, based on material in Meyers' landmark books ( Effective C++ , More Effective C++ , and Effective STL ), explains how to use C++ effectively: how to create libraries and programs that are correct, efficient, portable, maintainable, and extensible. Participants will gain: Knowledge of the rules of thumb applied by expert C++ programmers as they design and implement software systems. An understanding of the proper application of C++'s many features, e.g., member and non-member functions, templates, inheritance, virtual and non-virtual functions, namespaces, etc. DevelopMentor Courses - Tuesday, March 1, 2011 Designing Patterns, Templates and Policy-Based Design Training The book Design Patterns by the "Gang of Four" (i.e., Participants will gain: A knowledge of which pattern names are most important to know. Familiarity with a number of common design patterns, including less frequently known variations. An exposure to template metaprogramming. An understanding of how template technology can be used to help generate pattern implementations. familiarity with the implementation and application of policy-based design. Format: Lecture and question/answer. the "GOF") introduced the idea of patterns to the software development community. DevelopMentor Courses - Tuesday, March 1, 2011 |
255 Articles match "Books"
| The Latest from DevelopMentor | MORE | | 10 Things to make you Agile adoption successfull And I fluffed it, despite having written a book on the subject I didn’t have a quick answer to hand. You can read the books, you can experiment, you can go on courses. Reading books works for some people but most books go unread, or the words go in one eye and out the other. One of the closing slides in my Agile Foundations course includes a quote from Ken Schwaber saying that only 30% of teams who attempt Scrum will be successful. What I find interesting about this quote is that it aligns with many other change management studies. There are real feedback loops here. Allan Kelly's Blog - Monday, May 14, 2012 Story points 2 of 4 - Duarte arguments Claim 5 : The use of Story points is tolerant of imprecision in the estimates Duarte says : there's no data [in Cohn’s book] to justify the belief that Story Points do this better than merely counting the number of Stories Done. This blog entry follow directly from the previous Story Points - Journey’s Start. Key to Duarte argument, and something I didn’t originally appreciate from his initial Tweets is: he is not saying story points are rubbish, forget about them. What he is saying is: it is simpler and equally accurate to just count the stories as atomic items. And what does that mean? Allan Kelly's Blog - Tuesday, April 17, 2012 Story points considered harmful? 1 of 4 - Journey's start Just say, in my book commitment and story pointing are alternatives. A few months ago Vasco Duarte , with a little help from Joseph Pelrine started a discussion entitled “ Story Points considered harmful.” They, or at least Vasco, has given this as a conference keynote and has blogged about it. Warning: this is the first of 4 blog entires, its quite a long post. Plus I think there are two appendix blog entries to follow up.) also thought “But I don’t think they are right”. Specifically I know a team who use story points and claim to be able to schedule delivery “to the day.” Allan Kelly's Blog - Monday, April 16, 2012 | -
| The Best from DevelopMentor | MORE | - How to rip audio books
So i listen to a lot of audio books, and here's how i create the mp3 of them. Make sure the book is UNABRIDGED 1) get a ipod - i prefer the nano. link] 4) set your encoding bitrate to 64k & stereo, this is a very high quality audio book. Overview we are going to create bite size files about 30 minutes each. then label them, and create the id tags. finally we'll attach a picture. link] Ripping 2) download audiograbber & install. link] 3) download lame encoder & install. To do this double click a track. select the Sectors>Last. And there you go Llewellyn Falco - Sunday, July 6, 2008 - Looking for a C# Design Patterns book
I co-author developmentor's Code smarter with Design Patterns in.NET course with Kevin Jones, and ever since the creation of the course I've been on the look out for a good book to recommend to students. So my quest continues to find a good C# patterns book I can recommend for class The one I currently recommend is the excellent Head First Design Patterns, although the only rub is its in Java, but in terms of teaching patterns its awesome. recently decided to order the latest Design Patterns for C# v3.0 from OReilly written by Judith Bishop, and see if I could recommend that text. .NET Mutterings - Wednesday, April 2, 2008 - Book review: Silverlight 4 in Action
Reviewing this book took some time as it weighs in at a hefty 798 pages, who ever said that Silverlight was a small products? That is a lot of material but then the book doesn't assume any prior knowledge of Silverlight at all. The book is divided into 25 chapters in 3 different sections. In these cases the book is a nice point to get started but no more than that and getting additional information on the Internet is pretty much a requirement. Pete has a pretty solid coverage of the material the book will help you understand what you need to know. Enjoy! The Problem Solver - Wednesday, September 29, 2010 - Book review: Minimalism Beyond the "Nurnberg Funnel" and thoughts on documentation
Still I think I may have read the wrong book, a better starting place for this subject would of been the authors first book on the subject The Nurnberg Funnel. Both books discuss the same concept, namely minimalism in technical documentation. However the newer book (Beyond) is not so much an introduction to the subject but a review of how the ideas had developed in 8 years. So I think the earlier book may have been a better starting position. Now, 9 years after the second book I assume things have moved on again. Anyway, get back to the book. Allan Kelly's Blog - Thursday, February 22, 2007 - Books on Windows Phone 7 development
Here are some books for people that are looking to get into Windows Phone 7 development (some are pre-order only at this time): Microsoft XNA Framework Programming for Windows Phone 7. Microsoft Silverlight Programming for Windows Phone 7. Windows Phone 7 Plain & Simple. Developing Windows Phone 7 Applications. Windows Phone 7 The Blomsma Code - Thursday, December 2, 2010 - Adapting to web standards - Part 1
A very interesting book has recently hit the shelves of you local bookstore: Adapting to Web Standards: CSS and Ajax for Big Sites (Voices That Matter). One of the co-authors of this book is none other than AOL's own Kevin. good opportunity to review the book and be able to ask Kevin some questions about the it. The book is split in two main parts, the first part deals with coding web pages, using cascading style sheets. Lawver. CSS), adding behaviour using Javascript and AJAX, building web applications and introducting standards using the. Circle of Standards'. AOL & .Net - Wednesday, April 2, 2008 - Using the WCF Web API in an ASP.NET MVC application
All we can do is retrieve a list of books or get an individual one. Book GetBook( int id). {. These steps, and adding the required IBooksRepository and its implementation, result in a working service the URL “books” maps to the collection of all books and the URL “books/3” maps to the book with id 3 using the template. Warning: This post is based on a prerelease version of the WCF Web API In my previous blog post I showed how to add to and use the new WCF Web API a console application using NuGet. just prefer the MVC approach, you might not. repo = repo; }. The Problem Solver - Monday, June 13, 2011
| | |