Book picks similar to
Automation, Production Systems, and Computer-Integrated Manufacturing by Mikell P. Groover
a
automation
production
engineering
The Principles of Scientific Management
Frederick Winslow Taylor - 1911
But American engineer FREDERICK WINSLOW TAYLOR (1856-1915) broke new ground with this 1919 essay, in which he applied the rigors of scientific observation to such labor as shoveling and bricklayer in order to streamline their work... and bring a sense of logic and practicality to the management of that work. This highly influential book, must-reading for anyone seeking to understand modern management practices, puts lie to such misconceptions that making industrial processes more efficient increases unemployment and that shorter workdays decrease productivity. And it laid the foundations for the discipline of management to be studied, taught, and applied with methodical precision.
Foundations of Analog and Digital Electronic Circuits
Anant Agarwal - 2005
It will introduce a new way of looking not only at the treatment of circuits, but also at the treatment of introductory coursework in engineering in general. Using the concept of ''abstraction, '' the book attempts to form a bridge between the world of physics and the world of large computer systems. In particular, it attempts to unify electrical engineering and computer science as the art of creating and exploiting successive abstractions to manage the complexity of building useful electrical systems. Computer systems are simply one type of electrical systems
Essential Calculus
James Stewart - 2006
In writing the book James Stewart asked himself: What is essential for a three-semester calculus course for scientists and engineers? Stewart's ESSENTIAL CALCULUS offers a concise approach to teaching calculus that focuses on major concepts and supports those concepts with precise definitions, patient explanations, and carefully graded problems. Essential Calculus is only 850 pages-two-thirds the size of Stewart's other calculus texts (CALCULUS, Fifth Edition and CALCULUS, EARLY TRANSCENDENTALS, Fifth Edition)-and yet it contains almost all of the same topics. The author achieved this relative brevity mainly by condensing the exposition and by putting some of the features on the website, www.StewartCalculus.com. Despite the reduced size of the book, there is still a modern flavor: Conceptual understanding and technology are not neglected, though they are not as prominent as in Stewart's other books. ESSENTIAL CALCULUS has been written with the same attention to detail, eye for innovation, and meticulous accuracy that have made Stewart's textbooks the best-selling calculus texts in the world.
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.
10 Days to Faster Reading
The Princeton Language Institute - 2001
Now you can rev up your reading in just a few minutes a day. With quizzes to determine your present reading level and exercises to introduce new skills quickly, 10 Days to Faster Reading will improve your reading comprehension and speed as it shows you how to: Break the Bad Habits That Slow You Down Develop Your Powers of Concentration Cut Your Reading Time in Half Use Proven, Specially Designed Reading Techniques Boost the Power of Your Peripheral Vision Learn How to Scan and Skim a Written Report ...And All in 10 Days!
Intuition Pumps And Other Tools for Thinking
Daniel C. Dennett - 2013
Dennett has engaged questions about science and the workings of the mind. His answers have combined rigorous argument with strong empirical grounding. And a lot of fun.Intuition Pumps and Other Tools for Thinking offers seventy-seven of Dennett’s most successful "imagination-extenders and focus-holders" meant to guide you through some of life’s most treacherous subject matter: evolution, meaning, mind, and free will. With patience and wit, Dennett deftly deploys his thinking tools to gain traction on these thorny issues while offering readers insight into how and why each tool was built.Alongside well-known favorites like Occam’s Razor and reductio ad absurdum lie thrilling descriptions of Dennett’s own creations: Trapped in the Robot Control Room, Beware of the Prime Mammal, and The Wandering Two-Bitser. Ranging across disciplines as diverse as psychology, biology, computer science, and physics, Dennett’s tools embrace in equal measure light-heartedness and accessibility as they welcome uninitiated and seasoned readers alike. As always, his goal remains to teach you how to "think reliably and even gracefully about really hard questions."A sweeping work of intellectual seriousness that’s also studded with impish delights, Intuition Pumps offers intrepid thinkers—in all walks of life—delicious opportunities to explore their pet ideas with new powers.
Adventures of an IT Leader
Robert D. Austin - 2009
A good IT manager must also be a strong business leader.This book invites you to accompany new CIO Jim Barton to better understand the role of IT in your organization. You'll see Jim struggle through a challenging first year, handling (and fumbling) situations that, although fictional, are based on true events.You can read this book from beginning to end, or treat is as a series of cases. You can also skip around to address your most pressing needs. For example, need to learn about crisis management and security? Read chapters 10-12. You can formulate your own responses to a CIO's obstacles by reading the authors' regular "Reflection" questions.You'll turn to this book many times as you face IT-related issues in your own career.
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.
Brick by Brick: How LEGO Rewrote the Rules of Innovation and Conquered the Global Toy Industry
David C. Robertson - 2013
By following the teams that are inventing some of the world's best-loved toys, it spotlights the company's disciplined approach to harnessing creativity and recounts one of the most remarkable business transformations in recent memory. Brick by Brick reveals how LEGO failed to keep pace with the revolutionary changes in kids' lives and began sliding into irrelevance. When the company's leaders implemented some of the business world's most widely espoused prescriptions for boosting innovation, they ironically pushed the iconic toymaker to the brink of bankruptcy. The company's near-collapse shows that what works in theory can fail spectacularly in the brutally competitive global economy. It took a new LEGO management team – faced with the growing rage for electronic toys, few barriers to entry, and ultra-demanding consumers (ten-year old boys) – to reinvent the innovation rule book and transform LEGO into one of the world's most profitable, fastest-growing companies. Along the way, Brick by Brick reveals how LEGO:- Became truly customer-driven by co-creating with kids as well as its passionate adult fans- Looked beyond products and learned to leverage a full-spectrum approach to innovation- Opened its innovation process by using both the "wisdom of crowds" and the expertise of elite cliques- Discovered uncontested, "blue ocean" markets, even as it thrived in brutally competitive red oceans- Gave its world-class design teams enough space to create and direction to deliver built a culture where profitable innovation flourishes Sometimes radical yet always applicable, Brick by Brick abounds with real-world lessons for unleashing breakthrough innovation in your organization, just like LEGO. Whether you're a senior executive looking to make your company grow, an entrepreneur building a startup from scratch, or a fan who wants to instill some of that LEGO magic in your career, you'll learn how to build your own innovation advantage, brick by brick.
The Nomadic Developer: Surviving and Thriving in the World of Technology Consulting
Aaron Erickson - 2009
More and more often, those companies look to technology consultants to fulfill their needs. There are real advantages to being a consultant. You make contacts with a lot of different people; you get exposure to many industries; and most important, unlike a software developer in the IT department for a brick-and-mortar company, as a technology consultant, you are the profit center…so long as you are billing. Consulting can be hugely rewarding—but it’s easy to fail if you are unprepared. To succeed, you need a mentor who knows the lay of the land. Aaron Erickson is your mentor, and this is your guidebook. Erickson has done it all—from Practice Leadership to the lowest level project work. In The Nomadic Developer, he brings together his hardwon insights on becoming successful and achieving success through tough times and relentless change. You’ll find 100% practical advice and real experiences—his own and annotations from those in the trenches. In addition, renowned consultants—such as David Chappell, Bruce Eckel, Deborah Kurata, and Ted Neward—share some of their hard-earned lessons. With this useful guidebook, you can Objectively assess whether the consultant’s life makes sense for you Break into thebusiness and build a career path that works Avoid the Seven Deadly Firms by identifying unscrupulous technology consultancies and avoiding their traps and pitfalls Understand the business models and mechanics that virtually all consulting firms use Master secret consulting success tips that are typically left unstated or overlooked Gain a competitive advantage by adding more value than your competitors Continue your professional development so you stay billable even during bad times Profit from both fixed-bid and time-and-materials projects Build a personal brand that improves your resiliency no matter what happens
Junkyard Planet: Travels in the Billion-Dollar Trash Trade
Adam Minter - 2013
In Junkyard Planet, Adam Minter—veteran journalist and son of an American junkyard owner—travels deeply into a vast, often hidden, multibillion-dollar industry that’s transforming our economy and environment.Minter takes us from back-alley Chinese computer recycling operations to high-tech facilities capable of processing a jumbo jet’s worth of recyclable trash every day. Along the way, we meet an unforgettable cast of characters who've figured out how to build fortunes from what we throw away: Leonard Fritz, a young boy "grubbing" in Detroit's city dumps in the 1930s; Johnson Zeng, a former plastics engineer roaming America in search of scrap; and Homer Lai, an unassuming barber turned scrap titan in Qingyuan, China. Junkyard Planet reveals how “going green” usually means making money—and why that’s often the most sustainable choice, even when the recycling methods aren’t pretty.With unmatched access to and insight on the junk trade, and the explanatory gifts and an eye for detail worthy of a John McPhee or William Langewiesche, Minter traces the export of America’s recyclables and the massive profits that China and other rising nations earn from it. What emerges is an engaging, colorful, and sometimes troubling tale of consumption, innovation, and the ascent of a developing world that recognizes value where Americans don’t. Junkyard Planet reveals that we might need to learn a smarter way to take out the trash.
How to Get Ideas
Jack Foster - 1996
Written by Jack Foster, a creative director for various advertising agencies with more than 40 years experience, How to Get Ideas (over 90,000 copies sold and translated into 15 languages) is a fun, accessible, and practical guide that takes the mystery and confusion out of developing new ideas.
The Design of Everyday Things
Donald A. Norman - 1988
It could forever change how you experience and interact with your physical surroundings, open your eyes to the perversity of bad design and the desirability of good design, and raise your expectations about how things should be designed.B & W photographs and illustrations throughout.
Management Information Systems
James A. O'Brien - 1990
It also includes real world cases.