Sabtu, 28 Januari 2012

5 new posts


5 new posts

Link to Wow! eBook - Blog

Agile Software Engineering with Visual Studio, 2nd Edition

Posted: 28 Jan 2012 08:14 AM PST

Agile Software Engineering with Visual Studio, 2nd Edition

Book Description

Using methods and the tools of 2010, teams can deliver higher-value software faster, systematically eliminate waste, and increase transparency throughout the entire lifecycle. Now, product owner Sam Guckenheimer and leading implementation consultant Neno Loje show how to make the most of 's new 2010 Application Lifecycle () tools in your environment.

This book is the definitive guide to the application of with Scrum and modern software engineering practices using Visual Studio 2010. You'll learn how to use Visual Studio 2010 to empower and engage multidisciplinary, self-managing teams and provide the transparency they need to maximize productivity. Along the way, Guckenheimer and Loje help you overcome every major impediment that leads to stakeholder dissatisfaction—from mismatched schedules to poor quality, blocked builds to irreproducible bugs, and technology "silos" to geographic "silos."

Coverage includes

  • Accelerating the "flow of value" to customers in any software project, no matter how large or complex
  • Empowering high-performance software teams and removing overhead in software delivery
  • Automating "burndowns" and using dashboards to gain a real-time, multidimensional view of quality and progress
  • Using Visual Studio 2010 to reduce or eliminate "no repro" bugs
  • Automating deployment and virtualizing test labs to make continuous builds deployable
  • Using Test Impact to quickly choose the right tests based on recent code changes
  • Working effectively with sources, branches, and backlogs across distributed teams
  • Sharing code, build automation, test, project and other data across and teams
  • Uncovering hidden architectural patterns in legacy software, so you can refactor changes more confidently
  • Scaling Scrum to large, distributed organizations

Whatever your discipline, this book will help you use Visual Studio 2010 to focus on what really matters: building software that delivers exceptional value sooner and keeps customers happy far into the future.

Praise for Agile Software Engineering with Visual Studio
"Agile dominates projects increasingly from IT to product and development, and Sam Guckenheimer and Neno Loje provide pragmatic context for users seeking clarity and specifics with this book. Their knowledge of past history and current practice, combined with acuity and details about Visual Studio's agile capabilities, enable a precise path to execution. Yet their voice and advice remain non-dogmatic and wise. Their examples are clear and relevant, enabling a valuable perspective to those seeking a broad and deep historical background along with a definitive understanding of the way in which Visual Studio can incorporate agile approaches."
—Melinda Ballou, Program Director, Application Lifecycle and Executive Strategies Service, International Data Corporation (IDC)

"Sam Guckenheimer and Neno Loje have forgotten more about software development processes than most development 'gurus' ever knew, and that's a good thing! In Agile Software Engineering with Visual Studio, Sam and Neno distill the essence of years of hard-won experience and hundreds of pages of process theory into what really matters—the techniques that high performance software teams use to get stuff done. By combining these critical techniques with examples of how they work in Visual Studio, they created a de-facto user guide that no Visual Studio developer should be without."
—Jeffrey Hammond, Principal Analyst, Forrester

"If you employ Microsoft's Team Foundation Server and are considering Agile projects, this text will give you a sound foundation of the principles behind its agile template and the choices you will need to make. The insights from Microsoft's own experience in adopting agile help illustrate challenges with scale and the issues beyond pure functionality that a team needs to deal with. This book pulls together into one location a wide set of knowledge and practices to create a solid foundation to guide the decisions and effective transition, and will be a valuable addition to any team manager's bookshelf."
—Thomas Murphy, Director, Gartner

"This book presents software practices you should want to implement on your team and the tools available to do so. It paints a picture of how first class teams can work, and in my opinion, is a must read for anyone involved in software development. It will be mandatory reading for all our consultants."
—Claude Remillard, President, InCycle

"This book is the perfect tool for teams and organizations implementing agile practices using Microsoft's Application Lifecycle Management platform. It proves disciplined engineering and agility are not at odds; each needs the other to be truly effective."
—David Starr, Scrum.org

"Sam Guckenheimer and Neno Loje have written a very practical book on how Agile teams can optimize their practices with Visual Studio. It describes not only how Agile and Visual Studio work, but also the motivation and context for many of the functions provided in the platform. If you are using Agile and Visual Studio, this book should be a required read for everyone on the team. If you are not using Agile or Visual Studio, then reading this book will describe a place that perhaps you want to get to with your process and tools."
—Dave West, Analyst, Forrester Research

"Sam Guckenheimer and Neno Loje are leading authorities on agile methods and Visual Studio. The book you are holding in your hand is the authoritative way to bring these two technologies together. If you are a Visual Studio user doing agile, this book is a must read."
—Dr. James A. Whittaker, Software Engineering Director Google

"Agile development practices are a core part of modern software development. Drawing from our own lessons in adopting agile practices at Microsoft, Sam Guckenheimer and Neno Loje not only outline the benefits, but also deliver a hands-on, practical guide to implementing those practices in teams of any size. This book will help your team get up and running in no time!"
—Jason Zander, Corporate Vice President, Microsoft Corporation

Book Details

  • Paperback: 352 pages
  • Publisher: Addison-Wesley Professional; 2nd Edition (September 2011)
  • Language: English
  • ISBN-10: 0321685857
  • ISBN-13: 978-0321685858
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts


The CERT Oracle Secure Coding Standard for Java

Posted: 28 Jan 2012 08:14 AM PST

The CERT Oracle Secure Coding Standard for Java

Book Description

"In the world, security is not viewed as an add-on a feature. It is a pervasive way of thinking. Those who forget to think in a mindset end up in trouble. But just because the facilities are there doesn't mean that security is assured automatically. A set of standard practices has evolved over the years. The ® Coding® Standard for is a compendium of these practices. These are not theoretical papers or product marketing blurbs. This is all serious, mission-critical, battle-tested, enterprise-scale stuff."
—James A. Gosling, Father of the Java Language

An essential element of secure coding in the Java language is a well-documented and enforceable coding standard. Coding standards encourage programmers to follow a uniform set of rules determined by the requirements of the project and organization, rather than by the programmer's familiarity or preference. Once established, these standards can be used as a metric to evaluate source code (using manual or automated processes).

The CERT® ® Secure Coding Standard for Java™ provides rules designed to eliminate insecure coding practices that can lead to exploitable vulnerabilities. Application of the standard's guidelines will lead to higher-quality systems–robust systems that are more resistant to attack. Such guidelines are required for the wide range of products coded in Java–for devices such as PCs, players, mobile phones, home appliances, and automotive electronics.

After a high-level introduction to Java application security, seventeen consistently organized chapters detail specific rules for key areas of Java . For each area, the authors present noncompliant examples and corresponding compliant solutions, show how to assess risk, and offer references for further information. Each rule is prioritized based on the severity of consequences, likelihood of introducing exploitable vulnerabilities, and cost of remediation.

The standard provides secure coding rules for the 6 Platform including the Java programming language and libraries, and also addresses new features of the 7 Platform. It describes language behaviors left to the discretion of and compiler implementers, guides developers in the proper use of Java's APIs and security architecture, and considers  security concerns pertaining to standard extension APIs (from the javax package hierarchy).The standard covers security issues applicable to these libraries: lang, util, Collections, Concurrency Utilities, Logging, , Reflection, Regular Expressions, Zip, I/O, JMX, JNI, Math, Serialization, and JAXP.

Book Details

  • Paperback: 744 pages
  • Publisher: Addison-Wesley Professional (September 2011)
  • Language: English
  • ISBN-10: 0321803957
  • ISBN-13: 978-0321803955
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts


MariaDB Crash Course

Posted: 28 Jan 2012 08:13 AM PST

MariaDB Crash Course

Book Description

is a database server that offers drop-in replacement functionality for . Built by some of the original authors of , with assistance from the broader community of free and software developers, offers a rich set of feature enhancements to , including alternate storage engines, server optimizations, and patches.

MariaDB Crash Course teaches you all you need to know to be immediately productive with MariaDB. Master trainer Ben Forta introduces all the essentials through a series of quick, easy-to-follow, hands-on lessons. Instead of belaboring database theory and relational design, Forta focuses on teaching solutions for the majority of users who simply want to interact with data.

Learn how to:

  • Retrieve and sort data
  • Filter data using comparisons, regular expressions, and full text search
  • Join relational data
  • Create and alter tables
  • Insert, update, and delete data
  • Leverage the power of stored procedures and triggers
  • Use views and cursors
  • Manage transactional processing
  • Create user accounts and manage security via access control

Book Details

  • Paperback: 304 pages
  • Publisher: Addison-Wesley Professional (September 2011)
  • Language: English
  • ISBN-10: 0321799941
  • ISBN-13: 978-0321799944
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts


Drupal User’s Guide

Posted: 28 Jan 2012 05:55 AM PST

Drupal Users Guide

Book Description

Finally, Made Easy: A Step-By-Step Guide from Planning to Finished Site

The content system offers amazing flexibility, sophistication, and power. The catch? Many first-time users find it difficult to get started, and most books don't help with the initial stages. Drupal™ User's Guide is different: easy to use, fun to read, practical, and complete!

Long-time Drupal site developer Emma Jane Hogbin guides you through every step of building sites with Drupal, from installation and site planning through launching your first site. Drawing on her experience teaching thousands of beginners, she covers both Drupal and tasks, showing exactly how they fit together.

Drupal™ User's Guide shows how to use Drupal 7's newest improvements to build more modern, manageable sites for any or organization. Hogbin covers crucial topics other Drupal books ignore, including and accessibility.

  • Walk through installing Drupal on Mac OS X and Linux Web servers
  • Get comfortable with Drupal 7's new administrative interface
  • Build a basic site in minutes
  • Create S.M.A.R.T. (Specific, Measurable, Attainable, Realistic, Timely) site goals
  • Audit your existing content so you can make the most of it
  • Explore, choose, and customize Drupal themes
  • Walk through building a community site with private discussion area
  • Build a complete association directory site
  • Use Web forms to capture and display any kind of content
  • Take advantage of Drupal's powerful Views module
  • Choose the right Drupal and third-party modules to build virtually any site
  • Optimize your site for Google and other search engines
  • Use advanced techniques to improve your visitors' experiences

If you want to create great sites with Drupal–with no hassle, no confusion, and no degree in computer science–this is the book for you!

Book Details

  • Paperback: 464 pages
  • Publisher: Prentice Hall (September 2011)
  • Language: English
  • ISBN-10: 0137041292
  • ISBN-13: 978-0137041299
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts


Introduction to Design Patterns in C++ with Qt, 2nd Edition

Posted: 28 Jan 2012 05:55 AM PST

Introduction to Design Patterns in C++ with Qt, 2nd Edition

Book Description

Master ++ "The Way" with Modern Design Patterns and Efficient Reuse

This fully updated, classroom-tested book teaches ++ "The Way," emphasizing design patterns and efficient reuse. Readers will master both the C++ language and libraries, as they learn to develop maintainable software with well-defined code layers and simple, reusable classes and functions.

Every chapter of this edition has been improved with new content, better organization, or both. Readers will find extensively revised coverage of QObjects, Reflection, Widgets, Main Windows, Models and Views, Databases, Multi-Threaded , and Reflection. This edition introduces the powerful new Qt Creator IDE; presents new multimedia APIs; and offers extended coverage of Qt Designer and C++ Integration. It has been restructured to help readers start writing software immediately and write robust, effective software sooner.

The authors introduce several new design patterns, add many quiz questions and labs, and present more efficient solutions relying on new Qt features and best practices. They also provide an up-to-date C++ reference section and a complete application case study.

  • Master C++ keywords, literals, identifiers, declarations, types, and type conversions.
  • Understand classes and objects, organize them, and describe their interrelationships.
  • Learn consistent style and naming rules.
  • Use lists, functions, and other essential techniques.
  • Define inheritance relationships to share code and promote reuse.
  • Learn how code libraries are designed, built, and reused.
  • Work with , the base class underlying much of Qt.
  • Build graphical user interfaces with Qt widgets.
  • Use templates to write generic functions and classes.
  • Master advanced reflective programming techniques.
  • Use the Model-View framework to cleanly separate data and GUI classes.
  • Validate input using regular expressions and other techniques.
  • Parse data with SAX, DOM, and QXmlStreamReader.
  • Master today's most valuable creational and structural design patterns.
  • Create, use, monitor, and debug processes and threads.
  • Access databases with Qt's classes.
  • Manage memory reliably and efficiently.
  • Understand how to effectively manage QThreads and use QtConcurrent algorithms.

Book Details

  • Hardcover: 768 pages
  • Publisher: Prentice Hall; 2nd Edition (September 2011)
  • Language: English
  • ISBN-10: 0132826453
  • ISBN-13: 978-0132826457
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts


Tidak ada komentar:

Posting Komentar