Quick and Nimble

Quick and Nimble PDF

Author: Adam Bryant

Publisher: Times Books

Published: 2014-01-07

Total Pages: 286

ISBN-13: 0805097023

DOWNLOAD EBOOK →

More than two hundred CEOs reveal their candid insights on how to build and foster a corporate culture that encourages innovation and drives results In Quick and Nimble, Adam Bryant draws on interviews with more than two hundred CEOs to offer business leaders the wisdom and guidance to move an organization faster, to be quick and nimble, and to rekindle the whatever-it-takes collective spark of a start-up workplace, all with the goal of innovating and thriving in a relentlessly challenging global economy. By analyzing the lessons that these leaders have shared in his regular "Corner Office" feature in The New York Times, Bryant has identified the biggest drivers of corporate culture, bringing them to life with real-world examples that reflect this hard-earned wisdom. These men and women—whose ranks include Jeff Weiner of LinkedIn, Tony Hsieh of Zappos, Angie Hicks of Angie's List, Steve Case of Revolution (and formerly AOL), and Amy Gutmann of the University of Pennsylvania—offer useful insights and strategies for creating a corporate culture of innovation and building a high-performing organization that unleashes the passion and energy of its employees. As the world shifts to more of a knowledge economy, the winners will be companies that can attract and retain the best and brightest employees by creating an environment where they can grow, contribute, and feel rewarded. Through the wisdom of these leading chief executives, Quick and Nimble offers a keen understanding of leadership, recruiting, and the forces that shape corporate culture and a clear road map to bring success and energy to any organization.

The Nimble Cook

The Nimble Cook PDF

Author: Ronna Welsh

Publisher: Rux Martin/Houghton Mifflin Harcourt

Published: 2019-04-02

Total Pages: 407

ISBN-13: 0544935500

DOWNLOAD EBOOK →

A paradigm-shifting book that helps cooks think on their feet, create brilliant dishes from ingredients on hand, and avoid wasting food

iOS Code Testing

iOS Code Testing PDF

Author: Abhishek Mishra

Publisher: Apress

Published: 2017-06-30

Total Pages: 449

ISBN-13: 1484226895

DOWNLOAD EBOOK →

Put into motion practical examples to master Test-Driven Development (TDD) and acceptance testing in Swift. This book uses a pragmatic approach to writing well-tested code and provides techniques that can be used to retrofit tests to legacy code bases. You'll be introduced to basic principles of TDD, such as Test First, Red-Green-Refactor, Remove Duplicate code, Dependency Injection, and Single Responsibility. Approaches covered include TDD, behavior-driven development (BDD), UI, and acceptance testing with common standard/open source frameworks. iOS Code Testing offers helpful instruction to teach iOS developers to retrospectively fit tests to legacy code, refactor legacy code so as to make the code more testable, install and configure a popular Swift BDD framework, practice BDD with Xcode, and create automated UI tests with Xcode. Additionally, many projects have legacy code bases. Legacy code is often seen as a blocker when it comes to implementing any kind of testing. What You Will Learn Fit test to legacy code retrospectively Install and configure popular Swift BDD frameworks Practice BDD with Xcode Who This Book Is For Software practitioners, such as Swift developers and mobile app testers.

Peter Nimble and His Fantastic Eyes

Peter Nimble and His Fantastic Eyes PDF

Author: Jonathan Auxier

Publisher: Abrams

Published: 2011-12-01

Total Pages: 347

ISBN-13: 161312158X

DOWNLOAD EBOOK →

From the New York Times bestselling author of The Night Gardener, Peter Nimble and His Fantastic Eyes is the utterly beguiling tale of a ten-year-old blind orphan who has been schooled in a life of thievery. One fateful afternoon, he steals a box from a mysterious traveling haberdasher—a box that contains three pairs of magical eyes. When he tries the first pair, he is instantly transported to a hidden island where he is presented with a special quest: to travel to the dangerous Vanished Kingdom and rescue a people in need. Along with his loyal sidekick—a knight who has been turned into an unfortunate combination of horse and cat—and the magic eyes, he embarks on an unforgettable, swashbuckling adventure to discover his true destiny. Be sure to read the companion book, Sophie Quire and the Last Storyguard. Praise for Peter Nimble and His Fantastic Eyes “Auxier has a juggler’s dexterity with prose that makes this fantastical tale quicken the senses.” –Kirkus Reviews

TPS Frequency Dictionary of Mandarin Chinese

TPS Frequency Dictionary of Mandarin Chinese PDF

Author: Michael Burkhardt

Publisher: Lulu.com

Published: 2010-05-20

Total Pages: 614

ISBN-13: 0557453445

DOWNLOAD EBOOK →

The TPS Frequency Dictionary of Mandarin Chinese is not just another character frequency based dictionary. It has been designed to provide students with a guide for learning new characters, words, and phrases gradually, building upon characters already familiar. The entries have been arranged according to a Triple Progression System in which words are grouped first by character frequency, then by word frequency, and filtered so that new words and phrases appear only after all of their component characters have been introduced.

Test-Driven Development in Swift

Test-Driven Development in Swift PDF

Author: Gio Lodi

Publisher:

Published: 2021

Total Pages: 0

ISBN-13: 9781484270035

DOWNLOAD EBOOK →

Leverage Swift to practice effective and efficient test-driven development (TDD) methodology. Software testing and TDD are evergreen programming concepts-yet Swift developers haven't widely adopted them. What's needed is a clear roadmap to learn and adopt TDD in the Swift world. Over the past years, Apple has invested in XCTest and Xcode's testing infrastructure, making testing a new top priority in their ecosystem. Open-source libraries such as Quick and Nimble have also reached maturity. The tools are there. This book will show you how to wield them. TDD has much more to offer than catching bugs. With this book, you'll learn a philosophy for building software. TDD enables engineers to solve problems incrementally, writing only as much code as necessary. By decomposing big problems into small steps, you can move along at a fast pace, always making visible progress. Participate in the test-driven development journey by building a real iOS application and incorporating new concepts through each chapter. The book's concepts will emerge as you figure out ways to use tests to drive the solutions to the problems of each chapter. Through the TDD of a single application, you'll be introduced to all the staples and advanced concepts of the craft, understand the trade offs each technique offers, and review an iterative process of software development. Test-Driven Development in Swift provides the path for a highly efficient way to make amazing apps. You will: Write tests that are easy to maintain Look after an ever-growing test suite Build a testing vocabulary that can be applied outside the Swift world See how Swift programming enhances the TDD flow seen in dynamic languages Discover how compiler errors can provide the same helpful guidance as failing tests do.