Book picks similar to
ITIL®4: High Velocity IT by AXELOS Limited
engineering
estudo
learning
How to Make Your First Million
Warren Ingram - 2016
We would all like to reach a stage where we are able to live off the income from our savings and investments. Sadly, only 5 out of every 100 people reach that stage. This highly accessible book is aimed at anyone who wants to learn how to make their first million in savings. The book provides real examples of ordinary people who have reached their financial goals and explains how you can do the same. It also provides practical ways of setting goals and keeping yourself motivated to achieve them, especially in tough times. How to Make Your First Million provides people from all walks of life with practical information on how to achieve financial freedom in a range of different ways and shows that it is possible for everyone to be financially free.
The Little Book on CoffeeScript
Alex MacCaw - 2012
Through example code, this guide demonstrates how CoffeeScript abstracts JavaScript, providing syntactical sugar and preventing many common errors. You’ll learn CoffeeScript’s syntax and idioms step by step, from basic variables and functions to complex comprehensions and classes.Written by Alex MacCaw, author of JavaScript Web Applications (O’Reilly), with contributions from CoffeeScript creator Jeremy Ashkenas, this book quickly teaches you best practices for using this language—not just on the client side, but for server-side applications as well. It’s time to take a ride with the little language that could.Discover how CoffeeScript’s syntax differs from JavaScriptLearn about features such as array comprehensions, destructuring assignments, and classesExplore CoffeeScript idioms and compare them to their JavaScript counterpartsCompile CoffeeScript files in static sites with the Cake build systemUse CommonJS modules to structure and deploy CoffeeScript client-side applicationsExamine JavaScript’s bad parts—including features CoffeeScript was able to fix
Pipe Fitters Blue Book Revised
W.V. Graves - 1973
It is an easy to understand, pocket sized manual with a durable, water resistant cover. It contains illustrations such as solving rolling offsets, centers of 15o, 22-1/2o and 60o butt weld elbows cut from a 90o elbow. It also contains layouts for a true Y layout, common pipe angles and their solutions, special offsets and solutions, mitered pipe cuts, multi-piece mitered turns and much more.
WordPress To Go
Sarah McHarry - 2012
Now a #1 Amazon Best Seller, this step-by-step guide by expert Sarah McHarry will walk you through the essential first steps to creating your own website or blog. In the book's Quick Start Guide, Sarah shows you how to make a website with WordPress in eight easy lessons. In the In-Depth Guide, Sarah introduces you to some of the more advanced techniques to help you develop your WordPress website into a fully functional, professional web presence. What you'll learn in this book:How to get your domain and the right WordPress hostingHow to install WordPress with a few clicks of the mouseHow to design a professional-looking WordPress websiteAdding posts and pagesHow to use graphics and imagesAll about themes, plugins and widgets... and lots more...Important: this guide is up-to-date for the current release of WordPress 3.3.1!Whether you want a simple WordPress blog or a full-blown ecommerce site, Sarah's 'WordPress To Go' will start you off on the right foot.
The Science of Everyday Life: Why Teapots Dribble, Toast Burns and Light Bulbs Shine
Marty Jopson - 2015
Have you ever wondered why ice floats and water is such a freaky liquid? Or why chillies and mustard are both hot but in different ways? Or why microwaves don't cook from the inside out?
In this fascinating scientific tour of household objects, The One Show presenter and all-round Science Bloke Marty Jopson has the answer to all of these, and many more, baffling questions about the chemistry and physics of the everyday stuff we use every day.
Programming in Go: Creating Applications for the 21st Century
Mark Summerfield - 2012
With this guide, pioneering Go programmer Mark Summerfield shows how to write code that takes full advantage of Go's breakthrough features and idioms. Both a tutorial and a language reference, "Programming in Go" brings together all the knowledge you need to evaluate Go, think in Go, and write high-performance software with Go. Summerfield presents multiple idiom comparisons showing exactly how Go improves upon older languages, calling special attention to Go's key innovations. Along the way, he explains everything from the absolute basics through Go's lock-free channel-based concurrency and its flexible and unusual duck-typing type-safe approach to object-orientation. Throughout, Summerfield's approach is thoroughly practical. Each chapter offers multiple live code examples designed to encourage experimentation and help you quickly develop mastery. Wherever possible, complete programs and packages are presented to provide realistic use cases, as well as exercises. Coverage includes:-- Quickly getting and installing Go, and building and running Go programs -- Exploring Go's syntax, features, and extensive standard library -- Programming Boolean values, expressions, and numeric types -- Creating, comparing, indexing, slicing, and formatting strings -- Understanding Go's highly efficient built-in collection types: slices and maps -- Using Go as a procedural programming language -- Discovering Go's unusual and flexible approach to object orientation -- Mastering Go's unique, simple, and natural approach to fine-grained concurrency -- Reading and writing binary, text, JSON, and XML files -- Importing and using standard library packages, custom packages, and third-party packages -- Creating, documenting, unit testing, and benchmarking custom packages
15 Minutes Coaching: A "Quick & Dirty" Method for Coaches and Managers to Get Clarity About Any Problem (Tools for Success Book 2)
Shmaya David - 2009
(2nd. Ed Jan 2014) In as little as 15 minutes you will understand what the source of the problem is, and devise quick action-steps to take in order to begin and improve the situation (Free automated toll inside). The book will teach you how to use a very simple, yet effective tool, the "Double-Lens System". Using it you can quickly get to the bottom of situations and analyzing the roots of a problem. Then you will learn to use several simple questions that will help develop a quick fix, and will get things going in the right direction. While not intended as a substitute to a full coaching process, this method is effective in helping clients to zero-in on their most pressing issues and move from pain to action. The same method is also an effective lead-conversion tool that can be used in coaching and consulting sales-situations. Included in the book you will find a link for a free download of an automated version of the double-lenses system. You can use this as it is, or customize it to your own needs. The book was written with the same principles of "quick solutions" described in it. It is a short, easy to read manuscript that will take you less than an hour to read and master. Need to know more? Read below the reviews of people which already read it. Click the "Buy Now" button and get to solving problems – quickly!
Marshall Brain's How Stuff Works
Marshall Brain - 2001
Marshall Brain's How Stuff Works is a lavish, full-color, highly visual resource for those with hungry minds who crave an understanding of the way things work around them-from submarine ships to digital technology to toilets With over 1,000 full-color illustrations and photos showing step-by-step images of how stuff works, these easy-to-understand explanations cover the most popular and interesting subject areas, including Technology, Science, Health, Fitness, Transportation, and more Sample topics include: How CDs Work, How Car Engines Work, and How Nuclear Radiation and Power Work.
Elements of Clojure
Zachary Tellman - 2019
This is necessary because, in the words of Michael Polanyi, "we can know more than we can tell." Our design choices are not the result of an ineluctable chain of logic; they come from a deeper place, one which is visceral and inarticulate.Polanyi calls this "tacit knowledge", a thing which we only understand as part of something else. When we speak, we do not focus on making sounds, we focus on our words. We understand the muscular act of speech, but would struggle to explain it.To write software, we must learn where to draw boundaries. Good software is built through effective indirection. We seem to have decided that this skill can only be learned through practice; it cannot be taught, except by example. Our decisions may improve with time, but not our ability to explain them. It's true that the study of these questions cannot yield a closed-form solution for judging software design. We can make our software simple, but we cannot do the same to its problem domain, its users, or the physical world. Our tacit knowledge of this environment will always inform our designs.This doesn't mean that we can simply ignore our design process. Polanyi tells us that tacit knowledge only suffices until we fail, and the software industry is awash with failure. Our designs may never be provably correct, but we can give voice to the intuition that shaped them. Our process may always be visceral, but it doesn't have to be inarticulate.And so this book does not offer knowledge, it offers clarity. It is aimed at readers who know Clojure, but struggle to articulate the rationale of their designs to themselves and others. Readers who use other languages, but have a passing familiarity with Clojure, may also find this book useful.
Stoichiometry and Process Calculations
K.V. Narayanan - 2013
The Chapters in the book deal with thermodynamic concepts such as the P-V-T behaviour of fluids, the phase behaviour of pure materials and solutions. It also explains the concepts such as density, heat capacity, latent heat, heat of reaction, calorific values, vapour pressure, humidity, etc. This book is intended as a textbook for undergraduate courses in chemical engineering and related disciplines such as biotechnology, polymer technology, petrochemical engineering, electrochemical engineering, environmental engineering, safety engineering and industrial chemistry.
Microprocessors and Microcontrollers
N. Senthil Kumar - 2011
It also touches upon the fundamentals of 32 bit, and 64 bit advanced processors. The book throughout provides the most popular programming tool - the assembly language codes to enhance the knowledge of programming the processors.Clear and concise in its treatment of topics, the contents of the book is supported by learning tools such as review questions, application examples (case studies) and design-based exercises.
Dynamics of Structures: Theory and Applications to Earthquake Engineering
Anil K. Chopra - 2000
The new edition from Chopra includes many topics encompassing the theory of structural dynamics and the application of this theory regarding earthquake analysis, response, and design of structures. No prior knowledge of structural dynamics is assumed and the manner of presentation is sufficiently detailed and integrated, to make the book suitable for self-study by students and professional engineers.
How to Draw Cool Stuff: The 5 Minute Workbook
Catherine V Holmes - 2020