Leanpub Header

Skip to main content

Filters

Category: "DevOps"

Books

  1. This reference volume consists of revised, edited, cross-referenced, and thematically organized articles from Software Diagnostics Institute and Software Diagnostics Library (former Crash Dump Analysis blog), written from August 2006 to December 2007. This major revision contains updates relevant to Windows 10 and WinDbg output color highlighting.

  2. Making RPG Browser Games
    Constructing Role-Playing Game "Content-as-a-Service" (CaaS) for Phaser.js Gaming Frameworks v3.x.x and v2.x.x.
    Stephen Gose

    This expanded chapter, from Phaser Game Starter Kit Collection, leads you through "White Labeled" Role-Playing "Content-as-a-Service" - an innovative approach in "Headless HTML5 Game Design". It provides both front- & back-end encoding. These advanced topics of "full-stack" development is for anyone interested in RPG "trade-secrets" development.

  3. Making Dating & Quiz Trivia Browser Games
    Creating "Trivia Quiz" Game Mechanics for Phaser.js Gaming Frameworks v3.x.x & v2.x.x
    Stephen Gose

    This is a single chapter from the Phaser Game Starter Kit Collection. This chapter leads you through "Trivia Quizzing" game development. This tutorial has both v3.16+ & v2.x.x encoding. It's perfect for novices, experienced web developers, and just anyone wanting their own bespoke game, artwork, and features.

  4. Python Combat Guide
    A comprehensive manual about tricks, good practices and coding style for hands on Software Developer Managers and Developers
    Carles Mateo

    Python 3 Combat Guide is a practical guide, full of actual experience and common sense, to avoid errors and to develop Python 3 Software Projects and System Administration programs.Targeted to SDM, Team Manager and Developers, defines practical strategies and tricks, and teach the basis of Unit Testing in pytest.You'll learn OOP easily.

  5. Python Combat Guide
    A comprehensive manual about tricks, good practices and coding style for hands on Software Developer Managers and Developers
    Carles Mateo

    Python 3 Combat Guide is a practical guide, full of actual experience and common sense, to avoid errors and to develop Python 3 Software Projects and System Administration programs.Targeted to SDM, Team Manager and Developers, defines practical strategies and tricks, and teach the basis of Unit Testing in pytest.You'll learn OOP easily.

  6. The PowerShell Conference Book
    Volume 3
    Mark Kraus, Michael Zanatta, Joe Houghes, Christian Coventry, Steven Judd, Phil Bossman, Adil Leghari, Arnaud Petitjean, Bill Kindle, and The DevOps Collective, Inc.

    20+ subject matter experts have teamed up to bring you the ultimate collection of PowerShell+DevOps topics that are designed to be like a conference in a book. This book not only delivers top-notch content that rivals any book on the market, but all royalties are donated to the OnRamp scholarship program which bootstraps others into the industry.

  7. Decompose your Monolithic application and move towards Microservices Architecture by addressing a common concern

  8. GCP Cloud Architecture
    Noah Gift, Andrew Nguyen, Alfredo Deza, and Michael Vierling

    Learn to master the Google Cloud platform (GCP).

  9. From Admin to DevOps
    The No-BS Way to DevOps in Azure
    Adam Bertram and Michael Levan

    If you want to know a No BS way to 'do the DevOps' in Azure, you're in luck. You will not only learn how to implement DevOps tools and strategies in Azure but more importantly why. Prepare yourself to embark on a DevOps in Azure journey!

  10. Minimal Python
    Noah Gift and Alfredo Deza

    Even books that have "learn" in the title introduce readers to hopelessly complex topics like object-oriented programming or concurrency. It turns out YAGNI (You Ain't Gonna Need It). Why teach students topics they won't use either ever, or not for a few years?

  11. Python Command Line Tools
    Design powerful apps with Click
    Noah Gift and Alfredo Deza

    Learn the ultimate interface...the command-line.

  12. Terraform in Azure
    Michael Levan

    Do you want to easily spin up your Azure infrastructure with code? Do you want a book that is all labs to truly teach you with hands-on experience? Look no further! Take the journey with me into the world of Terraform in Azure.

  13. Cloud Computing for Data Analysis
    The missing semester of Data Science
    Noah Gift

    This book is designed to give you a comprehensive view of cloud computing including Big Data and Machine Learning. Many resources will be used including interactive labs on Cloud Platforms (Google, AWS, Azure) using Python. This is a project-based book with extensive hands-on assignments. Based on material taught at leading universities.

  14. DevOps For PHP Developers
    From Server Setup to Deployment.
    David Mjomba

    Use Ansible to set up fresh instances of Ubuntu 18.04, perform automated updates and set up the LEMP stack comprising of PHP 7.3, Nginx and Percona database. A Docker image that will closely resemble our server will be the testing environment that we'll hook up to GitLab and set-up the CI/CD pipeline to handle testing and zero downtime deployment.

  15. Practical Continuous Testing
    make Agile/DevOps real
    Zhimin Zhan

    Continuous Testing (CT) is a process of executing automated end-to-end (UI) tests frequently as regression testing on the new builds. If all tests have passed, the software is ready for a production release. If there are test failures, the team must act quickly on the feedback. "Test Early and Test Often" enables "Release Early and Release Often".