First Into Action


Book Description

First into Action tells how Duncan Falconer trained with the Royal Marines before being recruited into the SBS. The ruthless training is graphically described, as are accounts of operations in Ulster, Bosnia and the Gulf War. It is the first Special Boat Services memoir written from the inside.




The Knowing-doing Gap


Book Description

The market for business knowledge is booming as companies looking to improve their performance pour millions of pounds into training programmes, consultants, and executive education. Why then, are there so many gaps between what firms know they should do and waht they actual do? This volume confronts the challenge of turning knowledge about how to improve performance into actions that produce measurable results. The authors identify the causes of this gap and explain how to close it.




Ethics into Action


Book Description

More than twenty years after its publication, Peter Singer's Ethics into Action continues to inspire new generations of activists through its portrayal of Henry Spira and the animal rights movement. With a new preface from the author, this edition celebrates the continued importance of social movements and provides a path towards furthering changes in our world. Singer, one of the world's most influential living philosophers, reveals how Henry Spira influenced major corporations by simultaneously applying targeted pressures and removing existing obstacles to achieve his ethical goals. As people all over the world continues to struggle for justice, Spira's method of effecting change serves as a proven model for activists fighting across a wide range of causes.




Dart in Action


Book Description

Summary Dart in Action introduces Google's Dart language and provides techniques and examples showing how to use it as a viable replacement for Java and JavaScript in browser-based desktop and mobile applications. It begins with a rapid overview of Dart language and tools, including features like interacting with the browser, optional typing, classes, libraries, and concurrency with isolates. After you master the core concepts, you'll move on to running Dart on the server and creating single page HTML5 web applications. About the Technology Dart is a web programming language developed by Google. It has modern OO features, just like Java or C#, while keeping JavaScript's dynamic and functional characteristics. Dart applications are "transpiled" to JavaScript, and they run natively in Dart-enabled browsers. With production-quality libraries and tools, Dart operates on both the client and the server for a consistent development process. About this Book Dart in Action introduces the Dart language and teaches you to use it in browser-based, desktop, and mobile applications. Not just a language tutorial, this book gets quickly into the nitty-gritty of using Dart. Most questions that pop up while you're reading are answered on the spot! OO newbies will appreciate the gentle pace in the early chapters. Later chapters take a test-first approach and encourage you to try Dart hands-on. To benefit from this book you'll need experience with HTML and JavaScript?a Java or C# background is helpful but not required. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's Inside Dart from the ground up Numerous code samples and diagrams Creating single-page web apps Transitioning from Java, C#, or JavaScript Running Dart in the browser and on the server About the Author Chris Buckett builds enterprise-scale web applications. He runs Dartwatch.com and is an active contributor to the dartlang list. "Includes numerous examples of core language features as well as more advanced HTML5 features."-;From the Foreword by Seth Ladd, Developer Advocate, Google Table of Contents PART 1 INTRODUCING DART Hello Dart "Hello World" with Dart tools Building and testing your own Dart app PART 2 CORE DART Functional first-class functions and closures Understanding libraries and privacy Constructing classes and interfaces Extending classes and interfaces Collections of richer classes Asynchronous programming with callbacks and futures PART 3 CLIENT-SIDE DART APPS Building a Dart web app Navigating offline data Communicating with other systems and languages PART 4 SERVER-SIDE DART Server interaction with files and HTTP Sending, syncing, and storing data Concurrency with isolates




Call to Action


Book Description

Call to Action includes the information businesses need to know to achieve dramatic results from online efforts. Are you planning for top performance? Are you accurately evaluating that performance? Are you setting the best benchmarks for measuring success? How well are you communicating your value proposition? Are you structured for change? Can you achieve the momentum you need to get the results you want? If you have the desire and commitment to create phenomenal online results, then this book is your call to action. Within these pages, New York Times best-selling authors Bryan and Jeffrey Eisenberg walk you through the five phases that comprise web site development, from the critical planning phase, through developing structure, momentum, and communication, to articulating value. Along the way, they offer advice and practical applications culled from their years of experience "in the trenches."




Start with Why


Book Description

The inspirational bestseller that ignited a movement and asked us to find our WHY Discover the book that is captivating millions on TikTok and that served as the basis for one of the most popular TED Talks of all time—with more than 56 million views and counting. Over a decade ago, Simon Sinek started a movement that inspired millions to demand purpose at work, to ask what was the WHY of their organization. Since then, millions have been touched by the power of his ideas, and these ideas remain as relevant and timely as ever. START WITH WHY asks (and answers) the questions: why are some people and organizations more innovative, more influential, and more profitable than others? Why do some command greater loyalty from customers and employees alike? Even among the successful, why are so few able to repeat their success over and over? People like Martin Luther King Jr., Steve Jobs, and the Wright Brothers had little in common, but they all started with WHY. They realized that people won't truly buy into a product, service, movement, or idea until they understand the WHY behind it. START WITH WHY shows that the leaders who have had the greatest influence in the world all think, act and communicate the same way—and it's the opposite of what everyone else does. Sinek calls this powerful idea The Golden Circle, and it provides a framework upon which organizations can be built, movements can be led, and people can be inspired. And it all starts with WHY.




Turning Learning Into Action


Book Description

Improve learning transfer in your organisation with this book which provides a step-by-step methodology for facilitating genuine behavioural change and accountability back in the workplace.




R in Action


Book Description

R is a powerful language for statistical computing and graphics that can handle virtually any data-crunching task. It runs on all important platforms and provides thousands of useful specialized modules and utilities. This makes R a great way to get meaningful information from mountains of raw data. R in Action, Second Edition is a language tutorial focused on practical problems. Written by a research methodologist, it takes a direct and modular approach to quickly give readers the information they need to produce useful results. Focusing on realistic data analyses and a comprehensive integration of graphics, it follows the steps that real data analysts use to acquire their data, get it into shape, analyze it, and produce meaningful results that they can provide to clients. Purchase of the print book comes with an offer of a free PDF eBook from Manning. Also available is all code from the book.




Surge


Book Description

How many times have you had an idea that you were really passionate about-one that you really believed was important? How many times have you waited until you had the perfect amount of time or the perfect environment or the perfect set of circumstances to act on that idea? How many times have your ideas vanished into thin air because those "perfect" opportunities never came? No more. We've been on a two-decade quest to find better ways to take action on our ideas--and share those strategies with others. In this book, you'll learn exactly how to harness the power of now to take action on your ideas. You'll learn how to alleviate anxiety, face your fears, and overcome overwhelm--all so you can bring your ideas to life.




Go in Action


Book Description

Summary Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru. The book begins by introducing the unique features and concepts of Go. Then, you'll get hands-on experience writing real-world applications including websites and network servers, as well as techniques to manipulate and convert data at speeds that will make your friends jealous. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Application development can be tricky enough even when you aren't dealing with complex systems programming problems like web-scale concurrency and real-time performance. While it's possible to solve these common issues with additional tools and frameworks, Go handles them right out of the box, making for a more natural and productive coding experience. Developed at Google, Go powers nimble startups as well as big enterprises—companies that rely on high-performing services in their infrastructure. About the Book Go in Action is for any intermediate-level developer who has experience with other programming languages and wants a jump-start in learning Go or a more thorough understanding of the language and its internals. This book provides an intensive, comprehensive, and idiomatic view of Go. It focuses on the specification and implementation of the language, including topics like language syntax, Go's type system, concurrency, channels, and testing. What's Inside Language specification and implementation Go's type system Internals of Go's data structures Testing and benchmarking About the Reader This book assumes you're a working developer proficient with another language like Java, Ruby, Python, C#, or C++. About the Authors William Kennedy is a seasoned software developer and author of the blog GoingGo.Net. Brian Ketelsen and Erik St. Martin are the organizers of GopherCon and coauthors of the Go-based Skynet framework. Table of Contents Introducing Go Go quick-start Packaging and tooling Arrays, slices, and maps Go's type system Concurrency Concurrency patterns Standard library Testing and benchmarking