Operational Excellence Pillar: AWS Well-Architected Framework (AWS Whitepaper)


AWS Whitepapers - 2017
    It provides guidance to help you apply best practices in the design, delivery, and maintenance of AWS environments. This documentation is offered for free here as a Kindle book, or you can read it in PDF format at https://aws.amazon.com/whitepapers/.

Learning React Native: Building Native Mobile Apps with JavaScript


Bonnie Eisenman - 2016
    With this hands-on guide, you'll learn how to build applications that target iOS, Android, and other mobile platforms instead of browsers. You'll also discover how to access platform features such as the camera, user location, and local storage.With code examples and step-by-step instructions, author Bonnie Eisenman shows web developers and frontend engineers how to build and style interfaces, use mobile components, and debug and deploy apps. Along the way, you'll build several increasingly sophisticated sample apps with React Native before putting everything together at the end.Learn how React Native provides an interface to native UI componentsExamine how the framework uses native components analogous to HTML elementsCreate and style your own React Native components and applicationsInstall modules for APIs and features not supported by the frameworkGet tools for debugging your code, and for handling issues outside of JavaScriptPut it all together with the Zebreto effective-memorization flashcard appDeploy apps to the iOS App Store and Google's Play Store

Tech Titans of China: How China's Tech Sector is challenging the world by innovating faster, working harder, and going global


Rebecca Fannin - 2019
    This will present an ongoing management and strategy challenge for companies for many years to come. Tech Titans of China is the go-to-guide for companies (and those interested in competition from China) seeking to understand China's grand tech ambitions, who the players are and what their strategy is. Fannin, an expert on China, is an internationally-recognized journalist, author and speaker. She hosts 12 live events annually for business leaders, venture capitalists, start-up founders, and others impacted by or interested in cashing in on the Chinese tech industry. In this illuminating book, she provides readers with the ammunition they need to prepare and compete. Featuring detailed profiles of the Chinese tech companies making waves, the tech sectors that matter most in China's grab for super power status, and predictions for China's tech dominance in just 10 years.

Developing Backbone.js Applications


Addy Osmani - 2012
    You’ll learn how to create structured JavaScript applications, using Backbone’s own flavor of model-view-controller (MVC) architecture.Start with the basics of MVC, SPA, and Backbone, then get your hands dirty building sample applications—a simple Todo list app, a RESTful book library app, and a modular app with Backbone and RequireJS. Author Addy Osmani, an engineer for Google’s Chrome team, also demonstrates advanced uses of the framework.Learn how Backbone.js brings MVC benefits to the client-sideWrite code that can be easily read, structured, and extendedWork with the Backbone.Marionette and Thorax extension frameworksSolve common problems you’ll encounter when using Backbone.jsOrganize your code into modules with AMD and RequireJSPaginate data for your Collections with the Backbone.Paginator pluginBootstrap a new Backbone.js application with boilerplate codeUse Backbone with jQuery Mobile and resolve routing problems between the twoUnit-test your Backbone apps with Jasmine, QUnit, and SinonJS

Programming Concurrency on the JVM


Venkat Subramaniam - 2011
    Speedy and affordable multicore hardware is driving the demand for high-performing applications, and you can leverage the Java platform to bring these applications to life. Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) and actor-based concurrency. This book is the first to show you all these concurrency styles so you can compare and choose what works best for your applications. You'll learn the benefits of each of these models, when and how to use them, and what their limitations are. Through hands-on exercises, you'll learn how to avoid shared mutable state and how to write good, elegant, explicit synchronization-free programs so you can create easy and safe concurrent applications. The techniques you learn in this book will take you from dreading concurrency to mastering and enjoying it. Best of all, you can work with Java or a JVM language of your choice - Clojure, JRuby, Groovy, or Scala - to reap the growing power of multicore hardware. If you are a Java programmer, you'd need JDK 1.5 or later and the Akka 1.0 library. In addition, if you program in Scala, Clojure, Groovy or JRuby you'd need the latest version of your preferred language. Groovy programmers will also need GPars.

Elemental: How the Periodic Table Can Now Explain (Nearly) Everything


Tim James - 2018
    When the seventh row of the periodic table of elements was completed in June 2016 with the addition of four final elements—nihonium, moscovium, tennessine, and oganesson—we at last could identify all the ingredients necessary to construct our world.In Elemental, chemist and science educator Tim James provides an informative, entertaining, and quirkily illustrated guide to the table that shows clearly how this abstract and seemingly jumbled graphic is relevant to our day-to-day lives.James tells the story of the periodic table from its ancient Greek roots, when you could count the number of elements humans were aware of on one hand, to the modern alchemists of the twentieth and twenty-first centuries who have used nuclear chemistry and physics to generate new elements and complete the periodic table. In addition to this, he answers questions such as: What is the chemical symbol for a human? What would happen if all of the elements were mixed together? Which liquid can teleport through walls? Why is the medieval dream of transmuting lead into gold now a reality?Whether you're studying the periodic table for the first time or are simply interested in the fundamental building blocks of the universe—from the core of the sun to the networks in your brain—Elemental is the perfect guide.

WordPress All-In-One for Dummies


Lisa Sabin-Wilson - 2011
    Eight minibooks provide you with expanded coverage of the most important topics to the WordPress community, such as WordPress basics, theme designs, plug-in development, social media integration, SEO, customization, and running multiple sites. Veteran author Lisa Sabin-Wilson leads an authoritative team of authors who offer their unique knowledge and skillset while sharing invaluable advice for maximizing your site's potential and visitor experience.Presents straightforward and easy-to-understand coverage of the basics of WordPress, the most popular blog software in use today Delves into the topics that matter most to the WordPress community, such as theme design, plug-in development, and social media integration Addresses ways to handle a variety of WordPress security issues Examines the WordPress network The word on the street is that WordPress All-in-One For Dummies presents everything you need to know about WordPress in one convenient book!

Digital Systems: Principles and Applications


Ronald J. Tocci - 1977
    KEY TOPICS For each new device or circuit, the authors describe the principle of the operation, give thorough examples, and then show its actual application. An excellent reference on modern digital systems.

The Busy Coder's Guide To Android Development


Mark L. Murphy - 2012
    "Java Programming & Application Development for Google/Open Handset Alliance Mobile Phones & Internet Devices."

Ajax in Action


Dave Crane - 2005
    They get frustrated losing their scroll position; they get annoyed waiting for refresh; they struggle to reorient themselves on every new page. And the list goes on. With asynchronous JavaScript and XML, known as "Ajax," you can give them a better experience. Once users have experienced an Ajax interface, they hate to go back. Ajax is new way of thinking that can result in a flowing and intuitive interaction with the user.Ajax in Action helps you implement that thinking--it explains how to distribute the application between the client and the server (hint: use a "nested MVC" design) while retaining the integrity of the system. You will learn how to ensure your app is flexible and maintainable, and how good, structured design can help avoid problems like browser incompatibilities. Along the way it helps you unlearn many old coding habits. Above all, it opens your mind to the many advantages gained by placing much of the processing in the browser. If you are a web developer who has prior experience with web technologies, this book is for you. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

Confident Data Skills: Master the Fundamentals of Working with Data and Supercharge Your Career


Kirill Eremenko - 2018
    From entertainment to politics, from technology to advertising and from science to the business world, understanding and using data is now one of the most transferable and transferable skills out there. Learning how to work with data may seem intimidating or difficult but with Confident Data Skills you will be able to master the fundamentals and supercharge your professional abilities. This essential book covers data mining, preparing data, analysing data, communicating data, financial modelling, visualizing insights and presenting data through film making and dynamic simulations.In-depth international case studies from a wide range of organizations, including Netflix, LinkedIn, Goodreads, Deep Blue, Alpha Go and Mike's Hard Lemonade Co. show successful data techniques in practice and inspire you to turn knowledge into innovation. Confident Data Skills also provides insightful guidance on how you can use data skills to enhance your employability and improve how your industry or company works through your data skills. Expert author and instructor, Kirill Eremenko, is committed to making the complex simple and inspiring you to have the confidence to develop an understanding, adeptness and love of data.

Computer Organization


V. Carl Hamacher - 1978
    *A comprehensive overview of hardware and software issues make this a "must-have" for electrical and computer engineers*Contains new material on RISC processors, performance analysis, multiprocessors and memory systems*New two-color design and illustrations illuminate the text

Igniting the Sixth Sense: The Lost Human Sensory that Holds the Key to Spiritual Awakening and Unlocking the Power of the Universe


Eric Pepin - 2013
     Is it possible to: - Influence reality with the power of thought? - Push into the universal mind, vastly increasing your intelligence? - Easily reach peak states for real, breakthrough spiritual experiences? Indeed and much more. This is not just another fuzzy New Age book about a magical, vague 'sixth sense'. Igniting the Sixth Sense deals with the magnetic sense that allows birds, whales, bees and many other animals to detect and use magnetic fields in ways that seem impossible for humans. Yet, we possess this same natural ability. What happens if you combine a modern human with an active, magnetic sensory? They display skills and abilities that seem, at times, super-human. Eric Pepin, the #1 spiritual Amazon bestselling author of Meditation within Eternity and The Handbook of the Navigator, takes you on a journey where you will discover: * How to access a larger memory beyond your own; the Akashic Records * Discover the method of magnetic prana attraction that makes the entire Universe react to who you are and what you want * How to enhance every mind, body and spiritual technique you practice. Including meditation, martial arts and more * The 15 minute miracle that gives you nearly unlimited amounts of energy * How to create a 'psychic buffer' so you aren't overwhelmed, harmed or influenced by the energy and thoughts of others * Learn the secret to programming your own energy field And that's just the beginning. There are 280 pages worth, packed with in-depth knowledge and effective techniques you can easily apply. It's all here, and it works.

Quantum Physics Made Easy: The Introduction Guide For Beginners Who Flunked Maths And Science In Plain Simple English


Donald B. Grey - 2019
     99.99% of the world’s mysteries are yet to be discovered and/or solved. Why not… It’s time for you to rediscover science? One of the most compelling draws of the sciences for many people is the potential of discovering something that was not known before. Whether someone’s doing it for fame, for fortune, or just for the fun of it, discovering something new, leaving your own personal mark for the rest of humanity’s time in the universe, is a tempting prospect for many. How would you feel about naming a star, and for others to know that you named it? That star would be visible in the sky for the rest of your lifetime, and more than likely for your great-great-great-grandchildren’s lifetimes. Your discovery would be immortalized above for the life of the star. Inside this book you will discover: -String theory and how it came about -Black holes and quantum gravity -If Schrödinger’s Cat is really a cat? -Disagreements between Einstein and Bohr -The double slit experiment Attention! Quantum Physics is NOT for everyone! This book is not for people: -Who doesn’t want to impress their girl with science -Who are not curious about the universe -Who isn’t inspired to name their own science theory If you are ready to learn about quantum physics, Scroll Up And Click On The “BUY NOW” Button Now!

Strength Training Nutrition 101: Build Muscle & Burn Fat Easily...A Healthy Way Of Eating You Can Actually Maintain (Strength Training 101, Book 2)


Marc McLean - 2017
    If you hate reading those textbook-like nutrition book filled with unfriendly statistics and terminologies, you'll love this. - P Lam. As a personal trainer, I am always on the lookout for new information regarding diet & nutrition for each and every one of my clients.This is a great book if you have any questions where to begin." - Miguel Wells. There are more diets out there than you’ve had hot dinners... There are countless crappy supplements promising the world... There’s all sorts of confusing advice being thrown at us about macronutrients, micronutrients...blah, blah, blah. Wouldn’t you rather just cut out the bull**** and learn a straightforward weight training diet that’ll help you gain lean muscle, keep your bodyfat levels low and maintain good health? A simplified strategy on what to eat, when, what to avoid to get the best results from your strength training program? Something that’s easy to follow and maintain, and doesn’t ban all your favourite foods, while still actually delivering results? This is it. Strength Training Nutrition 101: Build Muscle & Burn Fat Easily...A Healthy Way Of Eating You Can Actually Maintain is a sensible, do-able, manageable nutrition guide for men and women who lift weights (or others who generally want to improve their diet and overall health). I’m Marc McLean, an online personal training and nutrition coach with almost two decades worth of experience in weight training, and Strength Training Nutrition 101 is my masterplan for maximising your exercise efforts. It uncomplicates the complicated and simplifies your weight training diet. Are you confused about what to eat and when because we’re bombarded with so much advice from every angle. “Don’t eat meat...” “Carbs are the devil...” “Eat a garden full of greens for breakfast...” This is just some of the advice we get from experts in a really noisy health and fitness industry. We’re hit with advice on what we should be eating, how much we should be eating...and what we should be avoiding like an STI. This book is not about choosing one diet over another. It’s not filled with complicated bodybuilding nutrition advice or nutrition plans that are too hard to maintain. It’s about getting all the important stuff right and building a solid nutritional foundation for sculpting a lean, athletic, awesome physique. It’s also not about depriving you of food you love and eating chicken and broccoli 8 days per week. The bottom line is that sticking with good nutrition should not be hard work. It should be easy to follow, manageable, and never actually feel like a ‘diet’. In Strength Training Nutrition 101, I share with you how to simplify the way you eat and my nutritional strategies that support my weekly weight training regime for maintaining muscle and staying lean. The book's 12 chapters are below...