Book picks similar to
Clinical Mechanics Of The Hand by Paul W. Brand
engineering
shelfari-favorites
work
Design Patterns: Elements of Reusable Object-Oriented Software
Erich Gamma - 1994
Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves.The authors begin by describing what patterns are and how they can help you design object-oriented software. They then go on to systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems. With Design Patterns as your guide, you will learn how these important patterns fit into the software development process, and how you can leverage them to solve your own design problems most efficiently. Each pattern describes the circumstances in which it is applicable, when it can be applied in view of other design constraints, and the consequences and trade-offs of using the pattern within a larger design. All patterns are compiled from real systems and are based on real-world examples. Each pattern also includes code that demonstrates how it may be implemented in object-oriented programming languages like C++ or Smalltalk.
Microwave Engineering
David M. Pozar - 1990
The author successfully introduces Maxwell's equations, wave propagation, network analysis, and design principles as applied to modern microwave engineering. A considerable amount of material in this book is related to the design of specific microwave circuits and components, for both practical and motivational value. It also presents the analysis and logic behind these designs so that the reader can see and understand the process of applying the fundamental concepts to arrive at useful results. The derivations are well laid out and the majority of each chapter's formulas are displayed in a nice tabular format every few pages. This Third Edition offers greatly expanded coverage with new material on: Noise; Nonlinear effects; RF MEMs; transistor power amplifiers; FET mixers; oscillator phase noise; transistor oscillators and frequency multiplier.
Side Chick Catching Main Chick Feelings
B.M. Hardin - 2015
All caught up in her feelings for him, Moet was willing to do anything to make Drake love her the way that she loved him, but nothing ever seemed to work and nothing she tried ever seemed to be good enough. What's a side chick to do once she start catching feelings? Should she stay? Or would it would be best at that point to just walk away? Moet had to make a choice. Though her feelings for Drake, aka Dray were stronger than ever, Moet or better known as Moe, knew that she couldn't be his side chick forever. So she started looking in another direction. But when what she thought was the best decison of her life actually turns out to be the worst, now her heart wasn't the only thing on the line. Her life was too. Just because it glitters that doesn't mean that it's gold and Moe finds herself caught up in a love and war situation. Everything that she had worked for was about to be destroyed unless she agreed to do one thing. And that was to become someone else's side chick once again. But being the other woman wasn't all that it was made out to be and Moe knew that the only way out of a terrible situation was to eliminate the problem with a terrible solution. Death. With twists and turns, secrets and lies, Moe learns why side chicks should never catch main chick feelings. Its much easier to just play their part on the side.
When a Rich Thug Wants You 2
Pebbles Starr - 2014
Will these three friends be able to juggle a rocky friendship after lies begin surfacing? And more importantly, will they be able to hold onto the relationships with the very men who were deceiving them? Canyon and Caesar were living the life before their entire world came crashing down around them. With the Feds sniffing around, they now have to be on their P's and Q's if they don't want their entire organization to crumble. Will these charming bad boys triumph in the end? Or will the presence of a relentless ex destroy everything they worked so hard to build?
Building Mobile Apps at Scale: 39 Engineering Challenges
Gergely Orosz - 2021
By scale, we mean having numbers of users in the millions and being built by large engineering teams.For mobile engineers, this book is a blueprint for modern app engineering approaches. For non-mobile engineers and managers, it is a resource with which to build empathy and appreciation for the complexity of world-class mobile engineering.
Becoming a Coaching Leader: The Proven Strategy for Building a Team of Champions
Daniel S. Harkavy - 2007
This book equips you with the skills, disciplines, and knowledge to turn your paycheck-driven teams into vibrant and successful growth cultures. CEO and Head Coach of Building Champions, Daniel Harkavy shows you how to move beyond the theoretical to the very practical how to of coaching. He also presents valuable insight for assessing how fulfilled and on-purpose you are as a leader.
Change Your Questions, Change Your Life: 7 Powerful Tools for Life and Work
Marilee G. Adams - 2004
She uses a highly instructive and entertaining story to show how to quickly recognize any undermining questions that pop into your mind--or out of your mouth--and reframe them to achieve amazingly positive and practical results. The third edition includes a new introduction and epilogue and two powerful new tools that show how Question Thinking can dramatically improve coaching and leadership. Based on Adams's decades of research and experience, this book can make a life-transforming difference--as it already has for many thousands of people around the world.
First Steps
Chris Hechtl - 2010
They and several heroes of future space flight take on and do the impossible, build a program to explore and settle the red planet in a very short time period. Along the way they dig up old and invent new technology to overcome the many problems facing them. Mario and his wife are forced to take his brother's place when he is viciously attacked moments before launch. The team must overcome many problems, weather, radiation, and politics to get the colony started. Along the way they must divert an asteroid which has some far reaching consequences. Mankind will never be the same after the Mario brothers come on the scene!
Ahead in the Cloud: Best Practices for Navigating the Future of Enterprise IT
Stephen Orban - 2018
It has made countless new businesses possible and presents a massive opportunity for large enterprises to innovate like startups and retire decades of technical debt. But making the most of the cloud requires much more from enterprises than just a technology change. Stephen Orban led Dow Jones’s journey toward digital agility as their CIO and now leads AWS’s Enterprise Strategy function, where he helps leaders from the largest companies in the world transform their businesses. As he demonstrates in this book, enterprises must re-train their people, evolve their processes, and transform their cultures as they move to the cloud. By bringing together his experiences and those of a number of business leaders, Orban shines a light on what works, what doesn’t, and how enterprises can transform themselves using the cloud.
EDrenaline Rush: Game-changing Student Engagement Inspired by Theme Parks, Mud Runs, and Escape Rooms
John Meehan - 2019
The REST API Design Handbook
George Reese - 2012
The RESTful approach to web services design is rapidly become the approach of choice. Unfortunately, too few people have truly solid REST API design skills, and discussions of REST can become bogged down in dry theory.The REST API Design Handbook is a simple, practical guide to aid software engineers and software architects create lasting, scalable APIs based on REST architectural principles. The book provides a sound foundation in discussing the constraints that define a REST API. It quickly goes beyond that into the practical aspects of implementing such an API in the real world.Written by cloud computing expert George Reese, The REST API Design Handbook reflects hands on work in consuming many different third party APIs as well the development of REST-based web services APIs. It addresses all of the debates the commonly arise while creating these APIs. Subjects covered include:* REST architectural constraints* Using HTTP methods and response codes in an API* Authenticating RESTful API calls* Versioning* Asynchronous Operations* Pagination and Streaming* Polling and Push Notifications* Rate Limiting
Large-Scale C++ Software Design
John S. Lakos - 1996
It is the first C++ book that actually demonstrates how to design large systems, and one of the few books on object-oriented design specifically geared to practical aspects of the C++ programming language. In this book, Lakos explains the process of decomposing large systems into physical (not inheritance) hierarchies of smaller, more manageable components. Such systems with their acyclic physical dependencies are fundamentally easier and more economical to maintain, test, and reuse than tightly interdependent systems. In addition to explaining the motivation for following good physical as well as logical design practices, Lakos provides you with a catalog of specific techniques designed to eliminate cyclic, compile-time, and link-time (physical) dependencies. He then extends these concepts from large to very large systems. The book concludes with a comprehensive top-down approach to the logical design of individual components. Appendices include a valuable design pattern Protocol Hierarchy designed to avoid fat inte
Effective C++: 55 Specific Ways to Improve Your Programs and Designs
Scott Meyers - 1991
But the state-of-the-art has moved forward dramatically since Meyers last updated this book in 1997. (For instance, there s now STL. Design patterns. Even new functionality being added through TR1 and Boost.) So Meyers has done a top-to-bottom rewrite, identifying the 55 most valuable techniques you need now to be exceptionally effective with C++. Over half of this edition s content is new. Templates broadly impact C++ development, and you ll find them everywhere. There s extensive coverage of multithreaded systems. There s an entirely new chapter on resource management. You ll find substantial new coverage of exceptions. Much is gained, but nothing s lost: You ll find the same depth of practical insight that first made Effective C++ a classic all those years ago. Bill Camarda, from the July 2005 href="http://www.barnesandnoble.com/newslet... Only
That Workshop Book: New Systems and Structures for Classrooms That Read, Write, and Think
Samantha Bennett - 2007
Cris Tovani Twenty-five years after Donald Graves popularized workshop teaching, the concept is widely implemented but not always deeply understood. That Workshop Book changes all that. It shows a new generation of teachers how the systems, structures, routines, and rituals that support successful workshops combine with thinking, planning, and conferring to drive students growth, inform assessment and instruction, and increase teachers professional satisfaction. And it shows those already using the workshop how to increase its instructional power by seeing its big ideas and its component parts in fresh, dynamic ways. In That Workshop Book, Samantha Bennett, a veteran instructional coach, takes you on a tour of six classrooms from first grade through eighth grade to see the techniques and thought processes master teachers use to make their workshops work. In each class she offers tangible evidence of these teachers practices, demonstrating how they listen to students and use that information to build lessons that propel children into deeper thinking. She documents these teachers moves for you with: classroom observations in the form of coaching emails from Bennett to each with commentary that highlights the important practices seen in each workshop transcripts of minilessons, worktimes, and debriefs specific, explicit reflection by each teacher about their workshop examples of student work produced in the workshop and over time student reflections on their development as readers, writers, thinkers, and learners. Youll come to understand firsthand how the setup of the workshop allows students the breathing room to think deeply about ideas, topics, and resources. Youll also see how it creates a framework within which you can not only listen in as children express what they learn but also think deeply yourself about how best to use the information you gather for subsequent instruction. Bennett even demonstrates how the workshop can be flexible enough to fit any learning situation and how to solve common problems as they arise. Benefit from the wisdom of one of the countrys foremost staff developers. Step inside workshop classrooms where teachers and students work side by sidewhere students develop literacy skills through a combination of doing what readers and writers do and purposeful, sensitive interactions with their teacher. Visit workshops where teachers learn about their students, use careful one-to-one assessment to inform their teaching, and reflect on their own practice as well. Then enter the best workshop classroom of allthe one youll be ready and excited to launch when you read That Workshop Book.