Book picks similar to
Quantum Computing for The Very Curious by Michael Nielsen
science
computer-science
fizika
phd
Building Microservices: Designing Fine-Grained Systems
Sam Newman - 2014
But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.Microservice technologies are moving quickly. Author Sam Newman provides you with a firm grounding in the concepts while diving into current solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. You'll follow a fictional company throughout the book to learn how building a microservice architecture affects a single domain.Discover how microservices allow you to align your system design with your organization's goalsLearn options for integrating a service with the rest of your systemTake an incremental approach when splitting monolithic codebasesDeploy individual microservices through continuous integrationExamine the complexities of testing and monitoring distributed servicesManage security with user-to-service and service-to-service modelsUnderstand the challenges of scaling microservice architectures
Unity in Action
Joseph Hocking - 2015
You'll master the Unity toolset from the ground up, adding the skills you need to go from application coder to game developer. Based on Unity version 5.About the BookThis book helps readers build successful games with the Unity game development platform. You will use the powerful C# language, Unity's intuitive workflow tools, and a state-of-the-art rendering engine to build and deploy mobile, desktop, and console games. Unity's single codebase approach minimizes inefficient switching among development tools and concentrates your attention on making great interactive experiences.Unity in Action teaches you how to write and deploy games. You'll master the Unity toolset from the ground up, adding the skills you need to go from application coder to game developer. Each sample project illuminates specific Unity features and game development strategies. As you read and practice, you'll build up a well-rounded skill set for creating graphically driven 2D and 3D game applications.You'll need to know how to program, in C# or a similar OO language. No previous Unity experience or game development knowledge is assumed.
Energy Transitions: History, Requirements, Prospects
Vaclav Smil - 2010
In a bold and provocative argument, Energy Transitions: History, Requirements, Prospects describes the history of modern society's dependence on fossil fuels and the prospects for the transition to a nonfossil world. Vaclav Smil, who has published more on various aspects of energy than any working scientist, makes it clear that this transition will not be accomplished easily, and that it cannot be accomplished within the timetables established by the Obama administration.The book begins with a survey of the basic properties of modern energy systems. It then offers detailed explanations of universal patterns of energy transitions, the peculiarities of changing energy use in the world's leading economies, and the coming shifts from fossil fuels to renewable conversions. Specific cases of these transitions are analyzed for eight of the world's leading energy consumers. The author closes with perspectives on the nature and pace of the coming energy transition to renewable conversions.
Albert Einstein: And the Frontiers of Physics
Jeremy Bernstein - 1995
They found him a dreamy child without an especially promising future. But some time in his early years he developed what he called wonder about the world. Later in life, he remembered two instances from his childhood--his fascination at age five with a compass and his introduction to the lucidity and certainty of geometry--that may have been the first signs of what was to come. From these ordinary beginnings, Einstein became one of the greatest scientific thinkers of all time. This illuminating biography describes in understandable language the experiments and revolutionary theories that flowed from Einstein's imagination and intellect--from his theory of relativity, which changed our conception of the universe and our place in it, to his search for a unified field theory that would explain all of the forces in the universe.
C++ Programming: From Problem Analysis to Program Design
D.S. Malik - 2002
Best-selling author D.S. Malik employs a student-focused approach, using complete programming examples to teach introductory programming concepts. This third edition has been enhanced to further demonstrate the use of OOD methodology, to introduce sorting algorithms (bubble sort and insertion sort), and to present additional material on abstract classes. In addition, the exercise sets at the end of each chapter have been expanded, and now contain several calculus and engineering-related exercises. Finally, all programs have been written, compiled, and quality-assurance tested with Microsoft Visual C++ .NET, available as an optional compiler with this text.