Book picks similar to
Decoding HTML5 by Jeffrey Way


non-fiction
programming
technology
ebooks

Terraform: Up & Running: Writing Infrastructure as Code


Yevgeniy Brikman - 2019
    This hands-on second edition, expanded and thoroughly updated for Terraform version 0.12 and beyond, shows you the fastest way to get up and running.Gruntwork cofounder Yevgeniy (Jim) Brikman walks you through code examples that demonstrate Terraform's simple, declarative programming language for deploying and managing infrastructure with a few commands. Veteran sysadmins, DevOps engineers, and novice developers will quickly go from Terraform basics to running a full stack that can support a massive amount of traffic and a large team of developers.Explore changes from Terraform 0.9 through 0.12, including backends, workspaces, and first-class expressionsLearn how to write production-grade Terraform modulesDive into manual and automated testing for Terraform codeCompare Terraform to Chef, Puppet, Ansible, CloudFormation, and Salt StackDeploy server clusters, load balancers, and databasesUse Terraform to manage the state of your infrastructureCreate reusable infrastructure with Terraform modulesUse advanced Terraform syntax to achieve zero-downtime deployment

The Linux Command Line Beginner's Guide


Jonathan Moeller - 2012
    ABOUT THE AUTHORStanding over six feet tall, Jonathan Moeller has the piercing blue eyes of a Conan of Cimmeria, the bronze-colored hair a Visigothic warrior-king, and the stern visage of a captain of men, none of which are useful in his career as a computer repairman, alas.He has written the "Demonsouled" trilogy of sword-and-sorcery novels, and continues to write the "Ghosts" sequence about assassin and spy Caina Amalas, the "Computer Beginner's Guide" series of computer books, and numerous other works.

AWS Well-Architected Framework (AWS Whitepaper)


Amazon Web Services - 2015
    By using the Framework you will learn architectural best practices for designing and operating reliable, secure, efficient, and cost-effective systems in the cloud.

Building Mobile Apps at Scale: 39 Engineering Challenges


Gergely Orosz - 2021
    By scale, we mean having numbers of users in the millions and being built by large engineering teams.For mobile engineers, this book is a blueprint for modern app engineering approaches. For non-mobile engineers and managers, it is a resource with which to build empathy and appreciation for the complexity of world-class mobile engineering.

Beginning Programming All-In-One Desk Reference for Dummies


Wallace Wang - 2007
    If programming intrigues you (for whatever reason), Beginning Programming All-In-One Desk Reference For Dummies is like having a starter programming library all in one handy, if hefty, book.In this practical guide, you'll find out about algorithms, best practices, compiling, debugging your programs, and much more. The concepts are illustrated in several different programming languages, so you'll get a feel for the variety of languages and the needs they fill.Inside you'll discover seven minibooks:Getting Started: From learning methods for writing programs to becoming familiar with types of programming languages, you'll lay the foundation for your programming adventure with this minibook. Programming Basics: Here you'll dive into how programs work, variables, data types, branching, looping, subprograms, objects, and more. Data Structures: From structures, arrays, sets, linked lists, and collections, to stacks, queues, graphs, and trees, you'll dig deeply into the data. Algorithms: This minibook shows you how to sort and search algorithms, how to use string searching, and gets into data compression and encryption. Web Programming: Learn everything you need to know about coding for the web: HyperText. Markup Language (better known simply as HTML), CSS, JavaScript, PHP, and Ruby. Programming Language Syntax: Introduces you to the syntax of various languages - C, C++, Java, C#, Perl, Python, Pascal, Delphi, Visual Basic, REALbasic - so you know when to use which one. Applications: This is the fun part where you put your newly developed programming skills to work in practical ways. Additionally, Beginning Programming All-In-One Desk Reference For Dummies shows you how to decide what you want your program to do, turn your instructions into "machine language" that the computer understands, use programming best practices, explore the "how" and "why" of data structuring, and more. And you'll get a look into various applications like database management, bioinformatics, computer security, and artificial intelligence. After you get this book and start coding, you'll soon realize that -- wow! You're a programmer!

Stacey: My Story So Far


Stacey Solomon - 2011
    . . Brilliant. I advise anyone to go and read it' Louise Redknapp_______From X Factor star to Queen of the Jungle, Stacey Solomon has never been far from our screens . . .As a kid, Stacey always dreamed of becoming a star. But at 17, it looked like her dream was shattered when she unexpectedly became pregnant.Always the fighter, new single mum Stacey rallied, found a college with a crèche for her son Zachery and waitressed at night, determined that he should have the opportunities she didn't.And then the X Factor came along, where she stunned Britain with her astonishing voice. She went from hard-up single mum to X Factor favourite, Queen of the Jungle and much-loved TV presenter in just two years.Stacey Solomon's My Story So Far is a fantastic and inspirational read by a modern-day heroine who always looks on the bright side of life._______'Stacey has charmed that nation with her down-to-earth personality and irrepressible spirit' Sunday Mirror'She's hilariously dizzy yet whip-smart. She's a treat' Scotsman'She has a warm smile, an infectious laugh and a heart of gold' Love It

Pragmatic Guide to Git


Travis Swicegood - 2010
    Git tasks displayed on two-page spreads provide all the context you need, without the extra fluff. Get up to speed on Git right now with Pragmatic Guide to Git. Task-oriented two-page spreads get you up and running with minimal fuss. Each left-hand page dives into the underlying implementation for each task. The right-hand page contains commands that focus on the task at hand, and cross references to other tasks that are related. You'll find what you need fast. Git is rapidly becoming the de-facto standard for the open source community. Its excellent merging capabilities, coupled with its speed and relative ease of use, make it an indispensable tool for any developer. New Git users will learn the basic tasks needed to work with Git every day, including working with remote repositories, dealing with branches and tags, exploring the history, and fixing problems when things go wrong. If you're already familiar with Git, this book will be your go-to reference for Git commands and best practices. You won't find a more practical approach to learning Git than Pragmatic Guide to Git.

Git Pocket Guide


Richard E. Silverman - 2013
    It provides a compact, readable introduction to Git for new users, as well as a reference to common commands and procedures for those of you with Git experience.Written for Git version 1.8.2, this handy task-oriented guide is organized around the basic version control functions you need, such as making commits, fixing mistakes, merging, and searching history.Examine the state of your project at earlier points in timeLearn the basics of creating and making changes to a repositoryCreate branches so many people can work on a project simultaneouslyMerge branches and reconcile the changes among themClone an existing repository and share changes with push/pull commandsExamine and change your repository’s commit historyAccess remote repositories, using different network protocolsGet recipes for accomplishing a variety of common tasks

Free Tools for Writers, Bloggers and Solopreneurs


Karen Banes - 2014
     By the time you finish this book you'll be able to do everything from checking your grammar, to creating an infographic, to driving free traffic to your blog or website, all using free tools, sites and downloads. The book contains links to all resources mentioned. A handy little reference guide you'll keep on your Kindle or other device to refer back to again and again.

Advanced Swift


Chris Eidhof - 2016
    If you have read the Swift Programming Guide, and want to explore more, this book is for you.Swift is a great language for systems programming, but also lends itself for very high-level programming. We'll explore both high-level topics (for example, programming with generics and protocols), as well as low-level topics (for example, wrapping a C library and string internals).

Lessons from Armed America


Mark Walters - 2009
    Read it the way Kathy and Mark wrote it, that is, don't just look at it, but study it for its lessons! -Massad Ayoob Founder, Lethal Force Institute Author of "In the Gravest Extreme- These are serious words from Massad, the Master of self defense! Don't rely on others to protect yourself and your loved ones. "Lessons from Armed America" is the essential primer for self defense. Kathy and Mark are the experts that answer all your questions on stalking, real-life firefights, prevention and awareness, as well as carjacking and use of nonlethal force. They tell it like it is with candor and compassion, speaking through both experience and well-thought-out-research. If you're serious about protecting your family, this is the one book you MUST read!

CompTIA Project+ Study Guide Authorized Courseware: Exam PK0–003


Kim Heldman - 2010
    You'll find complete coverage of all exam objectives, including key topics such as project planning, execution, delivery, closure, and others. CompTIA's Project+ is the foundation-level professional exam in the complex world of project management; certified project managers often choose to go on and obtain their Project Management Professional (PMP) certifications as well Provides complete coverage of all exam objectives for CompTIA's first update to the Project+ exam in six years Covers project planning, execution, delivery, change, control, communication, and closure Demonstrates and reinforces exam preparation with practical examples and real-word scenarios Includes a CD with Sybex test engine, practice exams, electronic flashcards, and a PDF of the book Approach the new Project+ exam with confidence with this in-depth study guide! Reviews

Fatal Descent: Andreas Lubitz and the Crash of Germanwings Flight 9525 (Kindle Single)


Jeff Wise - 2015
    All 144 passengers and six crew members were killed. In the ensuing days, a picture of the flight’s harrowing final moments began to emerge. Shortly after reaching cruise altitude, a 27-year-old first officer named Andreas Lubitz locked the captain out of the cockpit, took control of the plane and deliberately caused its descent. In Fatal Descent, journalist and aviation expert Jeff Wise travels to Lubitz’s hometown in Germany and pieces together a definitive and haunting portrait of the killer and the system he betrayed, revealing in heart-pounding detail how a lifelong super-achiever like Lubitz could have committed such an unthinkable act, what actually happened inside the cockpit, and whether current airline regulations leave us vulnerable to similar attacks in the future.Jeff Wise is a science journalist specializing in aviation and psychology. He is the author of the bestselling Kindle Single The Plane That Wasn’t There, about the disappearance of Malaysian Airlines Flight 370. A licensed pilot of gliders and light airplanes, he also has stick time in powered paragliders, trikes, World War II fighter planes, Soviet jet fighters, gyroplanes, and zeppelins, as well as submarines, tanks, hovercraft, dog sleds, and swamp buggies. A contributing editor at Travel + Leisure magazine, he has written for New York, the New York Times, Time, Businessweek, Esquire, Details, and many others. His Popular Mechanics story on the fate of Air France 447 was named one of the Top 10 Longreads of 2011. His last book was Extreme Fear: The Science of Your Mind in Danger. A native of Massachusetts, he earned his Bachelor of Science degree at Harvard and now lives in New York City with his wife and two sons.Cover design by Kerry Ellis.

Fast Like Daniel: 21 Days That Will Change Your Life


Scott Williams - 2017
    This devotional is your definitive guide to… • Unpacking the Daniel Fast • A Closer Connection with God • The Four Keys to Powerful Prayer • How Fasting and Prayer Produces Breakthrough The book you’re holding walks you through Pastor Scott Williams’ own discovery of the Daniel Fast and the amazing life change, breakthrough, and success that followed. Since then, he’s done it on an annual basis for over a decade and has taught others to do the same. The results have been staggering! All 21 days come power packed daily dose of... • Scripture • Devotionals • Journal Ideas • Prayers • Fasting Tips Start a journey toward more intimacy with God as you learn to Fast Like Daniel.

JACK McAFGHAN: Reflections on Life with my Master


Kate McGahan - 2015
    As he teaches you what to expect during the grieving process, Jack will guide you through the grief and leave you with a gentle smile. Join many other readers who have been healed by the time they turn the final page! Once you learn how to do it, Jack's wisdom can be applied to every relationship in your life for as long as you live. After all, our story is your story too. Jack brings the wisdom of a lifetime to his readers as he expands our tolerance and compassion for all of humanity. This honest and heartwarming account of Jack's life will touch everyone who has ever loved. It matters not if they have four legs or two. Jack leads us to a higher love by extending himself to every creature of the earth, every human on the planet, every spirit in the universe and most of all, to the bona fide Master over Heaven and earth.