Book picks similar to
Roark's Formulas for Stress and Strain by Warren C. Young
engineering
reference
mechanical-engineering
technical
The Conscientious Marine Aquarist: A Commonsense Handbook for Successful Saltwater Hobbyists
Robert M. Fenner - 1996
As a pragmatic, hands-on guide for beginning to intermediate hobbyists, The Conscientious Marine Aquarist demystifies the process of planning, setting up, stocking, and managing a beautiful, thriving slice of the tropical ocean. A leading advocate for the responsible collection and care of wild-caught specimens, Fenner starts with the basics -- "What is a fish?" -- and proceeds to give the reader the scientific background and expert-level secrets to being a smarter consumer, better steward, and more successful marine aquarium keeper.
Coders at Work: Reflections on the Craft of Programming
Peter Seibel - 2009
As the words "at work" suggest, Peter Seibel focuses on how his interviewees tackle the day–to–day work of programming, while revealing much more, like how they became great programmers, how they recognize programming talent in others, and what kinds of problems they find most interesting. Hundreds of people have suggested names of programmers to interview on the Coders at Work web site: http://www.codersatwork.com. The complete list was 284 names. Having digested everyone’s feedback, we selected 16 folks who’ve been kind enough to agree to be interviewed:- Frances Allen: Pioneer in optimizing compilers, first woman to win the Turing Award (2006) and first female IBM fellow- Joe Armstrong: Inventor of Erlang- Joshua Bloch: Author of the Java collections framework, now at Google- Bernie Cosell: One of the main software guys behind the original ARPANET IMPs and a master debugger- Douglas Crockford: JSON founder, JavaScript architect at Yahoo!- L. Peter Deutsch: Author of Ghostscript, implementer of Smalltalk-80 at Xerox PARC and Lisp 1.5 on PDP-1- Brendan Eich: Inventor of JavaScript, CTO of the Mozilla Corporation - Brad Fitzpatrick: Writer of LiveJournal, OpenID, memcached, and Perlbal - Dan Ingalls: Smalltalk implementor and designer- Simon Peyton Jones: Coinventor of Haskell and lead designer of Glasgow Haskell Compiler- Donald Knuth: Author of The Art of Computer Programming and creator of TeX- Peter Norvig: Director of Research at Google and author of the standard text on AI- Guy Steele: Coinventor of Scheme and part of the Common Lisp Gang of Five, currently working on Fortress- Ken Thompson: Inventor of UNIX- Jamie Zawinski: Author of XEmacs and early Netscape/Mozilla hackerWhat you’ll learn:How the best programmers in the world do their jobWho is this book for?Programmers interested in the point of view of leaders in the field. Programmers looking for approaches that work for some of these outstanding programmers.
Understanding and Using English Grammar: Workbook
Betty Schrampfer Azar - 1992
Some of the new features are:
Innovative warm-up exercises that precede the grammar charts and introduce points to be taught
Structure-based listening exercises ranging from casual speech to academic content
Academic readings that highlight the targeted grammar structures
Greatly expanded speaking practice with extensive pair, group and class work
Corpus-informed syllabus that reflects the discourse patterns of spoken and written English
Audio CDs and listening script in the back of the Student Book
The program components include the Student Book (Full Edition and Volume A and Volume B), Workbook (Full Edition and Volume A and Volume B), Chartbook, Teacher's Guide, and Test Bank. Click on "Course-Specific Resources" on the left for more details.For an online workbook, see Understanding and Using English Grammar Interactive.
Essentials of Business Communication
Mary Ellen Guffey - 1991
instructional book for students or anyone who needs to learn business communications.
C++: How to Program
Harvey Deitel - 2005
It teaches programming by presenting the concepts in the context of full working programs. The fifth edition reflects suggested improvements.
Copying and Pasting from Stack Overflow
Vinit Nayak - 2016
Mastering this art will not only make you the most desired developer in the market, but it will transform the craziest deadline into "Consider it done, Sir".
A Guide to the Project Management Body of Knowledge (PMBOK® Guide)
Project Management Institute - 1995
This internationally recognized standard provides the essential tools to practice project management and deliver organizational results.
Philosophy of Science: The Central Issues
Martin Curd - 1998
Combine this with thoughtful and thorough apparatus, and Philosophy of Science: The Central Issues is the most flexible and comprehensive collection ever created for undergraduate courses.
Domain-Driven Design: Tackling Complexity in the Heart of Software
Eric Evans - 2003
"His book is very compatible with XP. It is not about drawing pictures of a domain; it is about how you think of it, the language you use to talk about it, and how you organize your software to reflect your improving understanding of it. Eric thinks that learning about your problem domain is as likely to happen at the end of your project as at the beginning, and so refactoring is a big part of his technique. "The book is a fun read. Eric has lots of interesting stories, and he has a way with words. I see this book as essential reading for software developers--it is a future classic." --Ralph Johnson, author of Design Patterns "If you don't think you are getting value from your investment in object-oriented programming, this book will tell you what you've forgotten to do. "Eric Evans convincingly argues for the importance of domain modeling as the central focus of development and provides a solid framework and set of techniques for accomplishing it. This is timeless wisdom, and will hold up long after the methodologies du jour have gone out of fashion." --Dave Collins, author of Designing Object-Oriented User Interfaces "Eric weaves real-world experience modeling--and building--business applications into a practical, useful book. Written from the perspective of a trusted practitioner, Eric's descriptions of ubiquitous language, the benefits of sharing models with users, object life-cycle management, logical and physical application structuring, and the process and results of deep refactoring are major contributions to our field." --Luke Hohmann, author of Beyond Software Architecture "This book belongs on the shelf of every thoughtful software developer." --Kent Beck "What Eric has managed to capture is a part of the design process that experienced object designers have always used, but that we have been singularly unsuccessful as a group in conveying to the rest of the industry. We've given away bits and pieces of this knowledge...but we've never organized and systematized the principles of building domain logic. This book is important." --Kyle Brown, author of Enterprise Java(TM) Programming with IBM(R) WebSphere(R) The software development community widely acknowledges that domain modeling is central to software design. Through domain models, software developers are able to express rich functionality and translate it into a software implementation that truly serves the needs of its users. But despite its obvious importance, there are few practical resources that explain how to incorporate effective domain modeling into the software development process. Domain-Driven Design fills that need. This is not a book about specific technologies. It offers readers a systematic approach to domain-driven design, presenting an extensive set of design best practices, experience-based techniques, and fundamental principles that facilitate the development of software projects facing complex domains. Intertwining design and development practice, this book incorporates numerous examples based on actual projects to illustrate the application of domain-driven design to real-world software development. Readers learn how to use a domain model to make a complex development effort more focused and dynamic. A core of best practices and standard patterns provides a common language for the development team. A shift in emphasis--refactoring not just the code but the model underlying the code--in combination with the frequent iterations of Agile development leads to deeper insight into domains and enhanced communication between domain expert and programmer. Domain-Driven Design then builds on this foundation, and addresses modeling and design for complex systems and larger organizations.Specific topics covered include:Getting all team members to speak the same language Connecting model and implementation more deeply Sharpening key distinctions in a model Managing the lifecycle of a domain object Writing domain code that is safe to combine in elaborate ways Making complex code obvious and predictable Formulating a domain vision statement Distilling the core of a complex domain Digging out implicit concepts needed in the model Applying analysis patterns Relating design patterns to the model Maintaining model integrity in a large system Dealing with coexisting models on the same project Organizing systems with large-scale structures Recognizing and responding to modeling breakthroughs With this book in hand, object-oriented developers, system analysts, and designers will have the guidance they need to organize and focus their work, create rich and useful domain models, and leverage those models into quality, long-lasting software implementations.
Test-Driven Development: By Example
Kent Beck - 2002
While some fear is healthy (often viewed as a conscience that tells programmers to be careful!), the author believes that byproducts of fear include tentative, grumpy, and uncommunicative programmers who are unable to absorb constructive criticism. When programming teams buy into TDD, they immediately see positive results. They eliminate the fear involved in their jobs, and are better equipped to tackle the difficult challenges that face them. TDD eliminates tentative traits, it teaches programmers to communicate, and it encourages team members to seek out criticism However, even the author admits that grumpiness must be worked out individually! In short, the premise behind TDD is that code should be continually tested and refactored. Kent Beck teaches programmers by example, so they can painlessly and dramatically increase the quality of their work.
The McGraw-Hill Handbook of English Grammar and Usage
Mark Lester - 2004
'The McGraw-Hill Handbook of English Grammar and Usage' does so in an entertaining way.
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.
Foundations of Psychiatric Mental Health Nursing: A Clinical Approach
Elizabeth M. Varcarolis - 1990
Its practical, clinical perspective and user-friendly writing style engage the reader in a learning process that both informs and enlightens. Clinical chapters progress consistently and logically from theory to application. Specific psychobiological disorders are organized from moderate to severe along the mental health continuum. The nursing process is the strong, visible framework throughout.User-friendly writing style and a full-color design make psychiatric nursing content come alive! Case studies and personal stories show a compassion and understanding unique among psychiatric nursing texts. Special features are easily located and identified.Nursing process framework provides a strong underpinning for all clinical chapters. A sixth step, Outcome Criteria, identifies specific patient outcomes, then justifies the subsequent nursing interventions based on results.Assessment Guidelines boxes provide summary points for client assessment.Spiritual assessment is found in Assessment Strategies and the Nursing Process and Care for the Dying and for Those Who Grieve.Biologic Basis for Understanding Psychotropic Drugs lays the foundation for the study of psychotropic drug therapy to treat psychobiologic disorders.Care for the Dying and for Those Who Grieve chapter provides holistic nursing interventions related to end-of-life care for clients and families.Case Studies and Nursing Care Plans present individualized histories of clients with specific psychiatric disorders, and include interventions with rationales and evaluation statements for each client goal.Vignettes offer brief, descriptive characterizations of clients with specific psychiatric disorders.A Nurse Speaks spotlights individual psychiatric nurses and their personal stories.Key Terms and Concepts with page number references allow for quick review.Critical Thinking and Chapter Review sections offer scenario-based critical thinking problems and NCLEX-style multiple-choice questions, allowing students to test themselves on the chapter content.Nurse, Client, and Family Resources lists are provided on the book's Evolve website.A dynamic author team offers a breadth of experience in nursing education and practice.Tear-out Comprehensive Psychiatric Assessment Card is a valuable tool for students to use in clinicals.Completely revised Culturally Relevant Mental Health Nursing: A Global Perspective provides basic information on culture, worldviews, and what is necessary for culturally competent care.Psychiatric Forensic Nursing discusses this new and expanding specialty involving nursing, forensics, and the criminal justice system.Forensic Highlights boxes focus on the nurse's role in dealing with sexual assault, family violence, and incarcerated persons.Evidence-Based Practice boxes demonstrate how research findings affect psychiatric nursing practice and standards of care.Integrative Therapy boxes discuss the increasing popularity and significance of complementary and alternative therapies.Culturally Speaking boxes reinforce the importance of culturally competent care.A Client Speaks and A Family Speaks bring to life disorders and their effects on clients, their families, and those who care for them.Back by popular demand: communication tables in The Clinical Interview and Communication Skills.Key Points to Remember appear at the end of each chapter to reinforce essential information.
Introduction to Linear Algebra
Gilbert Strang - 1993
Topics covered include matrix multiplication, row reduction, matrix inverse, orthogonality and computation. The self-teaching book is loaded with examples and graphics and provides a wide array of probing problems, accompanying solutions, and a glossary. Chapter 1: Introduction to Vectors; Chapter 2: Solving Linear Equations; Chapter 3: Vector Spaces and Subspaces; Chapter 4: Orthogonality; Chapter 5: Determinants; Chapter 6: Eigenvalues and Eigenvectors; Chapter 7: Linear Transformations; Chapter 8: Applications; Chapter 9: Numerical Linear Algebra; Chapter 10: Complex Vectors and Matrices; Solutions to Selected Exercises; Final Exam. Matrix Factorizations. Conceptual Questions for Review. Glossary: A Dictionary for Linear Algebra Index Teaching Codes Linear Algebra in a Nutshell.