Book picks similar to
Human Robotics: Neuromechanics and Motor Control by Etienne Burdet
academics
neuro
potential
sounds-interesting
Pivot to the Future: Discovering Value and Creating Growth in a Disrupted World
Omar Abbosh - 2019
But what is new is the "wise pivot," a replicable strategy for harnessing disruption to survive, grow, and be relevant to the future. It's a strategy for perpetual reinvention across the old, now, and new elements of any business.Rapid recent advances in technology are forcing leaders in every business to rethink long-held beliefs about how to adapt to emerging technologies and new markets. What has become abundantly clear: in the digital age, conventional wisdom about business transformation no longer works, if it ever did.Based on Accenture's own experience of reinventing itself in the face of disruption, the company's real world client work, and a rigorous two-year study of thousands of businesses across 30 industries, Pivot to the Future reveals methodical and bold moves for finding and releasing new sources of trapped value-unlocked by bridging the gap between what is technologically possible and how technologies are being used. The freed value enables companies to simultaneously reinvent their legacy, and current and new businesses.Pivot to the Future is for leaders who seek to turn the existential threats of today and tomorrow into sustainable growth, with the courage to understand that a wise pivot strategy is not a one-time event, but a commitment to a future of perpetual reinvention, where one pivot is followed by the next and the next.
The Neal-Schuman Library Technology Companion: A Basic Guide for Library Staff
John J. Burke - 2000
In this revised edition that includes coverage of new Web 2.0 and Web 3.0 tools, tablets, and omnipresent wireless devices, Burke demonstrates how to successfully conceptualize, purchase, implement and maintain a library's invaluable tech assets. Highlights in this eagerly anticipated edition include enhanced coverage of e-books and cloud computing. This comprehensive resource should be at the top of the list for any current or future library professional looking to stay at the forefront of technological advancement.
Head First Design Patterns
Eric Freeman - 2004
At any given moment, somewhere in the world someone struggles with the same software design problems you have. You know you don't want to reinvent the wheel (or worse, a flat tire), so you look to Design Patterns--the lessons learned by those who've faced the same problems. With Design Patterns, you get to take advantage of the best practices and experience of others, so that you can spend your time on...something else. Something more challenging. Something more complex. Something more fun. You want to learn about the patterns that matter--why to use them, when to use them, how to use them (and when NOT to use them). But you don't just want to see how patterns look in a book, you want to know how they look "in the wild". In their native environment. In other words, in real world applications. You also want to learn how patterns are used in the Java API, and how to exploit Java's built-in pattern support in your own code. You want to learn the real OO design principles and why everything your boss told you about inheritance might be wrong (and what to do instead). You want to learn how those principles will help the next time you're up a creek without a design pattern. Most importantly, you want to learn the "secret language" of Design Patterns so that you can hold your own with your co-worker (and impress cocktail party guests) when he casually mentions his stunningly clever use of Command, Facade, Proxy, and Factory in between sips of a martini. You'll easily counter with your deep understanding of why Singleton isn't as simple as it sounds, how the Factory is so often misunderstood, or on the real relationship between Decorator, Facade and Adapter. With Head First Design Patterns, you'll avoid the embarrassment of thinking Decorator is something from the "Trading Spaces" show. Best of all, in a way that won't put you to sleep! We think your time is too important (and too short) to spend it struggling with academic texts. If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, Head First Design Patterns will load patterns into your brain in a way that sticks. In a way that lets you put them to work immediately. In a way that makes you better at solving software design problems, and better at speaking the language of patterns with others on your team.
Networking for Systems Administrators (IT Mastery Book 5)
Michael W. Lucas - 2015
Servers give sysadmins a incredible visibility into the network—once they know how to unlock it. Most sysadmins don’t need to understand window scaling, or the differences between IPv4 and IPv6 echo requests, or other intricacies of the TCP/IP protocols. You need only enough to deploy your own applications and get easy support from the network team.This book teaches you:•How modern networks really work•The essentials of TCP/IP•The next-generation protocol, IPv6•The right tools to diagnose network problems, and how to use them•Troubleshooting everything from the physical wire to DNS•How to see the traffic you send and receive•Connectivity testing•How to communicate with your network team to quickly resolve problemsA systems administrator doesn’t need to know the innards of TCP/IP, but knowing enough to diagnose your own network issues transforms a good sysadmin into a great one.
Code Complete
Steve McConnell - 1993
Now this classic book has been fully updated and revised with leading-edge practices--and hundreds of new code samples--illustrating the art and science of software construction. Capturing the body of knowledge available from research, academia, and everyday commercial practice, McConnell synthesizes the most effective techniques and must-know principles into clear, pragmatic guidance. No matter what your experience level, development environment, or project size, this book will inform and stimulate your thinking--and help you build the highest quality code. Discover the timeless techniques and strategies that help you: Design for minimum complexity and maximum creativity Reap the benefits of collaborative development Apply defensive programming techniques to reduce and flush out errors Exploit opportunities to refactor--or evolve--code, and do it safely Use construction practices that are right-weight for your project Debug problems quickly and effectively Resolve critical construction issues early and correctly Build quality into the beginning, middle, and end of your project
Introduction to Information Systems
James A. O'Brien - 1991
Reflecting the movement toward enterprise-wide business applications, this work focuses on teaching the general business manager how to use and manage IT technologies such as the Internet, Intranets, and Extranets for enterprise collaboration, and how IT contributes to competitive advantage, reengineering business processes, and decision-making.
Refactoring: Improving the Design of Existing Code
Martin Fowler - 1999
Significant numbers of poorly designed programs have been created by less-experienced developers, resulting in applications that are inefficient and hard to maintain and extend. Increasingly, software system professionals are discovering just how difficult it is to work with these inherited, non-optimal applications. For several years, expert-level object programmers have employed a growing collection of techniques to improve the structural integrity and performance of such existing software programs. Referred to as refactoring, these practices have remained in the domain of experts because no attempt has been made to transcribe the lore into a form that all developers could use... until now. In Refactoring: Improving the Design of Existing Software, renowned object technology mentor Martin Fowler breaks new ground, demystifying these master practices and demonstrating how software practitioners can realize the significant benefits of this new process.
Beyond the Twelve-Factor App Exploring the DNA of Highly Scalable, Resilient Cloud Applications
Kevin Hoffman - 2016
Cloud computing is rapidly transitioning from a niche technology embraced by startups and tech-forward companies to the foundation upon which enterprise systems build their future. In order to compete in today’s marketplace, organizations large and small are embracing cloud architectures and practices.
Agile Software Development, Principles, Patterns, and Practices
Robert C. Martin - 2002
The author incudes OOD, UML, Design Patterns, Agile and XP methods with a detailed description of a complete software design for reusable programs in C++ and Java. Using a practical, problem-solving approach, it shows how to develop an object-oriented application -- from the early stages of analysis, through the low-level design and into the implementation. Walks readers through the designer's thoughts -- showing the errors, blind alleys, and creative insights that occur throughout the software design process. KEY TOPICS: Covers: Statics and Dynamics; Principles of Class Design; Complexity Management; Principles of Package Design; Analysis and Design; Patterns and Paradigm Crossings. Explains the principles of OOD, one by one, and then demonstrates them with numerous examples, completely worked-through designs, and case studies. Covers traps, pitfalls, and work arounds in the application of C++ and OOD and then shows how Agile methods can be used. Discusses the methods for designing and developing big software in detail. Features a three-chapter, in-depth, single case study of a building security system. MARKET: For Software Engineers, Programmers, and Analysts who want to understand how to design object oriented software with state of the art methods.
Lifespan Development
Denise Boyd - 1994
An exceptional pedagogical package that ties the textbook to online MyDevelopmentLab study tools complements the student-centered approach of the book and offers students the benefit of frequent self-assessment.
Fundamentals of Clinical Supervision
Janine M. Bernard - 1992
Due to the overlap of the mental health disciplines and of supervision modalities, the authors have integrated psychology, counseling, marriage and family therapy, and social work contributions into the central themes that dominate the study and practice of clinical supervision. The authors offer a comprehensive look at the supervision relationship that must develop if supervision is to be successful. In doing so, the book serves as a valuable resource for the practitioner as well as the scholar. The authors also address the professional issues of ethical and legal concerns, evaluation, and establishing a productive context for supervision; the practice issues of supervisor training and development; and the research issues affecting both the study and practice of supervision. Appendices offer additional resources. These include materials to assist the readers in training supervisors. They also include selected instruments that might be used by supervision researchers and practitioners. Clinical supervisors.
Reframing Academic Leadership
Lee G. Bolman - 2009
Bolman and Joan V. Gallos offer higher education leaders a provocative and pragmatic guide forCrafting dynamic institutions where the whole is greater than the sum of the parts Creating campus environments that facilitate creativity and commitment Forging alliances and partnerships in service of the mission Building shared vision and campus cultures that unite and inspire Serving the larger goals of the academy and society Throughout the book, the authors integrate powerful conceptual frameworks with rich and compelling real-world cases to support academic leaders searching for the best in themselves and in their institutions. The book tackles thorny issues such as building institutional clarity and capacity, managing conflict, coping with difficult people, partnering with the boss, and developing leadership resilience.Following in the tradition of Bolman and Deal's classic Reframing Organizations, Bolman and Gallos emphasize a pragmatic approach. They tease out the unique challenges and opportunities in academic leadership and provide ideas, tools, and encouragement to help higher education leaders see more clearly, feel more confident, and become more skilled and versatile in handling the vicissitudes of daily life. Reframing Academic Leadership is the resource for those seeking to understand, develop, and manage colleges and universities.
Release It!: Design and Deploy Production-Ready Software (Pragmatic Programmers)
Michael T. Nygard - 2007
Did you design your system to survivef a sudden rush of visitors from Digg or Slashdot? Or an influx of real world customers from 100 different countries? Are you ready for a world filled with flakey networks, tangled databases, and impatient users?If you're a developer and don't want to be on call for 3AM for the rest of your life, this book will help.In Release It!, Michael T. Nygard shows you how to design and architect your application for the harsh realities it will face. You'll learn how to design your application for maximum uptime, performance, and return on investment.Mike explains that many problems with systems today start with the design.
Medical-Surgical Nursing (Single Volume): Assessment and Management of Clinical Problems
Sharon Mantik Lewis - 1983
It covers patient care in various clinical settings by employing a unique levels of care approach, discussing nursing implementation at multiple levels. Special features highlight the content that is most relevant and challenging for today's nursing students, including patient teaching, nutrition, drug therapy, cultural and ethnic disparities, and more.Identifies and discusses all levels of nursing management, including Health Promotion, Acute Intervention, and Ambulatory and Home Care, to prepare the nurse to effectively intervene at various stages of illness.Online podcasts feature audio key points summaries for each chapter highlighting important information.Extensive gerontologic content discusses age-related changes for each body system and alerts the nurse to differences often encountered in older patients.Attractive four-color design and over 1,400 full-color illustrations enhance learning by presenting disease processes and related anatomy and physiology more clearly.About 55 thoroughly updated, comprehensive nursing care plans incorporate current NANDA diagnoses, defining characteristics, expected outcomes, interventions with rationales, evaluation criteria, and more.New chapters on Health Disparities, Stress and Stress Management, Infection and HIV, and Nursing Management: Obesity provide a more comprehensive look at the world of medical-surgical nursing.Electronic Resource Summary at chapter openers alert students to additional electronic resources available on companion CD and Evolve.Gender Differences boxes summarize how women and men are affected differently by medical conditions.Drug Alert boxes highlight important considerations applicable to key drugs.A glossary of key terms and definitions contains definitions and page references.NCLEX examination style review questions in each chapter include a focus on prioritization of patient care.All nursing care plans now incorporate NIC and NOC. Companion CD:More than 50 interactive case studies with realistic, 3-D animations to help you visualize disease processes from the inside outA unique Stress-Busting Kit for Nursing Students with strategies for managing your (and your patients') stressA collection of Multimedia Supplements with audio and video clips, plus additional animations375 NCLEX(R) examination-style review questions
Predictive Analytics: The Power to Predict Who Will Click, Buy, Lie, or Die
Eric Siegel - 2013
Rather than a "how to" for hands-on techies, the book entices lay-readers and experts alike by covering new case studies and the latest state-of-the-art techniques.You have been predicted — by companies, governments, law enforcement, hospitals, and universities. Their computers say, "I knew you were going to do that!" These institutions are seizing upon the power to predict whether you're going to click, buy, lie, or die.Why? For good reason: predicting human behavior combats financial risk, fortifies healthcare, conquers spam, toughens crime fighting, and boosts sales.How? Prediction is powered by the world's most potent, booming unnatural resource: data. Accumulated in large part as the by-product of routine tasks, data is the unsalted, flavorless residue deposited en masse as organizations churn away. Surprise! This heap of refuse is a gold mine. Big data embodies an extraordinary wealth of experience from which to learn.Predictive analytics unleashes the power of data. With this technology, the computer literally learns from data how to predict the future behavior of individuals. Perfect prediction is not possible, but putting odds on the future — lifting a bit of the fog off our hazy view of tomorrow — means pay dirt.In this rich, entertaining primer, former Columbia University professor and Predictive Analytics World founder Eric Siegel reveals the power and perils of prediction: -What type of mortgage risk Chase Bank predicted before the recession. -Predicting which people will drop out of school, cancel a subscription, or get divorced before they are even aware of it themselves. -Why early retirement decreases life expectancy and vegetarians miss fewer flights. -Five reasons why organizations predict death, including one health insurance company. -How U.S. Bank, European wireless carrier Telenor, and Obama's 2012 campaign calculated the way to most strongly influence each individual. -How IBM's Watson computer used predictive modeling to answer questions and beat the human champs on TV's Jeopardy! -How companies ascertain untold, private truths — how Target figures out you're pregnant and Hewlett-Packard deduces you're about to quit your job. -How judges and parole boards rely on crime-predicting computers to decide who stays in prison and who goes free. -What's predicted by the BBC, Citibank, ConEd, Facebook, Ford, Google, IBM, the IRS, Match.com, MTV, Netflix, Pandora, PayPal, Pfizer, and Wikipedia. A truly omnipresent science, predictive analytics affects everyone, every day. Although largely unseen, it drives millions of decisions, determining whom to call, mail, investigate, incarcerate, set up on a date, or medicate.Predictive analytics transcends human perception. This book's final chapter answers the riddle: What often happens to you that cannot be witnessed, and that you can't even be sure has happened afterward — but that can be predicted in advance?Whether you are a consumer of it — or consumed by it — get a handle on the power of Predictive Analytics.