Book picks similar to
ITIL Service Transition 2011 Edition (Best Management Practices) by Cabinet Office
books-every-itsm-practitioner-shoul
have-ebook
information-science
it
Functional Programming in Java: Harnessing the Power of Java 8 Lambda Expressions
Venkat Subramaniam - 2013
You can use them to leap forward into a whole new world of programming in Java. With functional programming capabilities, which have been around for decades in other languages, you can now write elegant, concise, less error-prone code using standard Java. This book will guide you though the paradigm change, offer the essential details about the new features, and show you how to transition from your old way of coding to an improved style.In this book you’ll see popular design patterns, such as decorator, builder, and strategy, come to life to solve common design problems, but with little ceremony and effort. With these new capabilities in hand, Functional Programming in Java will help you pick up techniques to implement designs that were beyond easy reach in earlier versions of Java. You’ll see how you can reap the benefits of tail call optimization, memoization, and effortless parallelization techniques.Java 8 will change the way you write applications. If you’re eager to take advantage of the new features in the language, this is the book for you.
Kotlin for Android Developers: Learn Kotlin the easy way while developing an Android App
Antonio Leiva - 2016
For the Love of India: The Life and Times of Jamsetji Tata
R.M. Lala - 2004
Yet the projects he envisioned laid the foundation for the nation's development once it became independent. More extraordinary still, these institutions continue to set the pace for others in their respective areas. For, among his many achievements are the Indian Institute of Science in Bangalore, which has groomed some of the country's best scientists, the Tata Steel plant in Jamshedpur, which marked the country's transition from trading to manufacturing, his pioneering hydro-electric project, and the Taj Mahal hotel in Mumbai, one of the finest in the world. In these as in other projects he undertook, Jamsetji revealed the unerring instinct of a man who knew what it would take to restore the pride of a subjugated nation and help it prepare for a place among the leading nations of the world once it came into its own. The scale of the projects required abilities of a high order. In some cases it was sheer perseverance that paid off "as with finding a suitable site for the steel project. In others, such as the Indian Institute of Science, it was his exceptional persuasive skills and patience that finally got him the approval of a reluctant viceroy, Lord Curzon. In For the Love of India, R.M. Lala has drawn upon fresh material from the India Office Library in London and other archives, as also Jamsetji's letters, to portray the man and his age. It is an absorbing account that makes clear how remarkable Jamsetji's achievement truly was, and why, even now, one hundred years after his death, he seems like a man well ahead of the times.
Squawk!: How to Stop Making Noise and Start Getting Results
Travis Bradberry - 2008
In this fun, illuminating parable, we follow Charlie the Seagull as he learns that the secret to being a successful boss lies in a deeper understanding of what management really is and how our actions are perceived by those around us.
HBR's 10 Must Reads on Strategy (including featured article “What Is Strategy?” by Michael E. Porter)
Michael E. PorterRobert S. Kaplan - 2010
Porter). We've combed through hundreds of Harvard Business Review articles and selected the most important ones to help you catalyze your organization's strategy development and execution.HBR's 10 Must Reads on Strategy will inspire you to:• Distinguish your company from rivals• Clarify what your company will and won't do• Craft a vision for an uncertain future• Create blue oceans of uncontested market space• Use the Balanced Scorecard to measure your strategy• Capture your strategy in a memorable phrase• Make priorities explicit• Allocate resources early• Clarify decision rights for faster decision making"This collection of best-selling articles includes: featured article "What Is Strategy?" by Michael E. Porter, "The Five Competitive Forces That Shape Strategy," "Building Your Company's Vision," "Reinventing Your Business Model," "Blue Ocean Strategy," "The Secrets to Successful Strategy Execution," "Using the Balanced Scorecard as a Strategic Management System," "Transforming Corner-Office Strategy into Frontline Action," "Turning Great Strategy into Great Performance," and "Who Has the D? How Clear Decision Roles Enhance Organizational Performance."
Portland, Oregon
T.W. Brown - 2015
TW Brown's best-selling series is now unfolding around the world in cities and one-stoplight towns alike. The first stop is his very own Portland, Oregon. Meet Ken Simpson, a retired police officer, Rose Tinnes, a newly divorced woman trying to get her life back in order, and Jason Edwards, a man recently paroled and looking forward to his freedom. These three people form the nucleus of an unlikely group who will struggle to survive as their city falls to the undead. As the city of Portland, Oregon spirals into hellish chaos, it is not just the walking dead that prove to be a problem. In a world suddenly stripped of any order, it might be the living that pose the greatest threat. DEAD: Snapshot—Portland, Oregon
The Ultimate Guide to Remote Work: How to Grow, Manage and Work with Remote Teams (Zapier App Guides Book 3)
Wade Foster - 2015
Yet at Zapier, we've been working remotely since our founding in October of 2011. This book shares everything we've learned about running a remote team—our successes and our failures.Beginning as a series of posts on the Zapier blog, this book is an ongoing work about our experiences as a remote team, with much of the book written by Zapier CEO Wade Foster along with chapters from our team members and other remote employees. We'll update it periodically so you can learn how our thinking and processes change as we've grown from three to 20+ people and beyond, and will keep the older versions of each chapter archived so you can learn with us over time.Who Is This Guide For?Whether you currently work in or run a remote team, or you hope to work in or run a remote team in the future, this book will have nuggets of wisdom that you can apply to your current situation.
Global Brand Power
Barbara E. Kahn - 2013
A brand must be elastic enough to allow for reasonable category and product-line extensions, flexible enough to change with dynamic market conditions, consistent enough so that consumers who travel physically or virtually won’t be confused, and focused enough to provide clear differentiation from the competition. Strong brands are more than globally recognizable; they are critical assets that can make a significant contribution to your company’s bottom line.In Global Brand Power, Kahn brings brand management into the 21st century, addressing how branding contributes to the purchase process and how to position a strong global brand, from identifying the appropriate competitive set, offering a sustainable differential advantage, and targeting the right strategic segment. This essential guide also covers how customer ownership of your brand affects marketing strategy, methods for assessing brand value, how to manage a brand for long-term profitability, effective brand communications and repositioning strategies, and how to manage a brand in a world of total transparency—where one slip-up can go around the world via social media instantaneously.Filled with stories about how Coca-Cola, The Estée Lauder Companies Inc., Marriott, Apple, Starbucks, Campbell Soup Company, Southwest Airlines, and celebrities like Lady Gaga are leveraging their brands, Global Brand Power is the only book you will need to implement an effective brand strategy for your firm.
Instant MBA
Nicholas Bate - 2008
The author has road-tested all the ideas and the chapters are completely independent of one another so readers can easily dip in and out of sections.
Pragmatic Unit Testing in Java with JUnit
Andy Hunt - 2003
Despite it's name, unit testing is really a coding technique, not a testing technique. Unit testing is done by programmers, for programmers. It's primarily for our benefit: we get improved confidence in our code, better ability to make deadlines, less time spent in the debugger, and less time beating on the code to make it work correctly.This book shows how to write tests, but more importantly, it goes where other books fear to tread and gives you concrete advice and examples of what to test--the common things that go wrong in all of our programs. Discover the tricky hiding places where bugs breed, and how to catch them using the freely available JUnit framework. It's easy to learn how to think of all the things in your code that are likely to break. We'll show you how with helpful mnemonics, summarized in a handy tip sheet (also available from our pragmaticprogrammer.com website) to help you remember all this stuff.With this book you will:Write better code, and take less time to write it Discover the tricky places where bugs breed Learn how to think of all the things that could go wrong Test individual pieces of code without having to include the whole project Test effectively with the whole teamWe'll also cover how to use Mock Objects for testing, how to write high quality test code, and how to use unit testing to improve your design skills. We'll show you frequent "gotchas"--along with the fixes--to save you time when problems come up. We'll show you how with helpful mnemonics, summarized in a handy tip sheet (also available from our pragmaticprogrammer.com website).But the best part is that you don't need a sweeping mandate to change your whole team or your whole company. You don't need to adopt Extreme Programming or Test-Driven Development, or change your development process in order to reap the proven benefits of unit testing. You can start unit testing, the pragmatic way, right away.
Project Management for the Unofficial Project Manager
Kory Kogon - 2015
Yet, chances are, you aren’t formally trained in managing projects—you’re an unofficial project manager.FranklinCovey experts Kory Kogon, Suzette Blakemore, and James Wood understand the importance of leadership in project completion and explain that people are crucial in the formula for success.Project Management for the Unofficial Project Manager offers practical, real-world insights for effective project management and guides you through the essentials of the people and project management process:InitiatePlanExecuteMonitor/ControlCloseUnofficial project managers in any arena will benefit from the accessible, engaging real-life anecdotes, memorable “Project Management Proverbs,” and quick reviews at the end of each chapter.If you’re struggling to keep your projects organized, this book is for you. If you manage projects without the benefit of a team, this book is also for you. Change the way you think about project management—"project manager" may not be your official title or necessarily your dream job, but with the right strategies, you can excel.
HBR's 10 Must Reads 2016: The Definitive Management Ideas of the Year from Harvard Business Review (with bonus McKinsey Award–Winning article "Profits Without Prosperity”) (HBR’s 10 Must Reads)
Harvard Business Review - 2015
With authors from Marcus Buckingham to Herminia Ibarra and company examples from Google to Deloitte, this volume brings the most current and important management conversations to your fingertips.This book will inspire you to:• Tap into the new technologies that are changing the way businesses compete• Fuel performance by redesigning your organization’s practices around feedback• Learn techniques to move beyond intuition for better decision making• Understand why your strategy execution isn’t working—and how to fix it• Lead with authenticity by moving beyond your comfort zone• Transform your physical office space to promote creativity and productivityThis collection of best-selling articles includes:• “Reinventing Performance Management,” by Marcus Buckingham and Ashley Goodall• “The Transparency Trap,” by Ethan Bernstein• “Profits Without Prosperity,” by William Lazonick• “Outsmart Your Own Biases,” by Jack B. Soll, Katherine L. Milkman, and John W. Payne• “The 3-D Printing Revolution,” by Richard D’Aveni• “Why Strategy Execution Unravels—and What to Do About It,” by Donald Sull, Rebecca Homkes, and Charles Sull• “The Authenticity Paradox,” by Herminia Ibarra• “The Discipline of Business Experimentation,” by Stefan Thomke and Jim Manzi• “When Senior Managers Won’t Collaborate,” by Heidi K. Gardner• “Workspaces That Move People,” by Ben Waber, Jennifer Magnolfi, and Greg Lindsay• “Digital Ubiquity: How Connections, Sensors, and Data Are Revolutionizing Business,” by Marco Iansiti and Karim R. Lakhani
Never Split the Difference: Negotiating As If Your Life Depended On It
Chris Voss - 2016
Never Split the Difference takes you inside his world of high-stakes negotiations, revealing the nine key principles that helped Voss and his colleagues succeed when it mattered the most – when people’s lives were at stake.Rooted in the real-life experiences of an intelligence professional at the top of his game, Never Split the Difference will give you the competitive edge in any discussion.
Only Death is Real: An Illustrated History of Hellhammer and Early Celtic Frost, 1981-1985
Thomas Gabriel Fischer - 2010
A substantial written component by Fischer details his upbringing on the outskirts of Zurich, Switzerland, and the hardships and triumphs he faced bringing the visions of his groundbreaking bands Hellhammer and eventually Celtic Frost to reality. In addition, the book includes an introduction by Nocturno Culto of Norwegian black metal act Darkthrone, and a foreword by noted metal author Joel McIver.Without question Only Death Is Real goes farther than any other source in exploring the origins of underground heavy metal. The wealth of visual information is astounding, both in terms of documenting early 1980s headbangers and exposing the still-relevant imagery of the first Hellhammer and Celtic Frost photo sessions. On top of that, the written chapters combine Tom Fischer’s often shocking stories with lengthy quotes from Martin Eric Ain and the other main Hellhammer members, explaining in intimately human terms how extreme metal was born.
Big Data Now: 2012 Edition
O'Reilly Media Inc. - 2012
It's not just a technical book or just a businessguide. Data is ubiquitous and it doesn't pay much attention toborders, so we've calibrated our coverage to follow it wherever itgoes.In the first edition of Big Data Now, the O'Reilly team tracked thebirth and early development of data tools and data science. Now, withthis second edition, we're seeing what happens when big data grows up:how it's being applied, where it's playing a role, and theconsequences -- good and bad alike -- of data's ascendance.We've organized the second edition of Big Data Now into five areas:Getting Up to Speed With Big Data -- Essential information on thestructures and definitions of big data.Big Data Tools, Techniques, and Strategies -- Expert guidance forturning big data theories into big data products.The Application of Big Data -- Examples of big data in action,including a look at the downside of data.What to Watch for in Big Data -- Thoughts on how big data will evolveand the role it will play across industries and domains.Big Data and Health Care -- A special section exploring thepossibilities that arise when data and health care come together.