Learn to master the Google Cloud platform (GCP).
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!
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?
Learn the ultimate interface...the command-line.
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.
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.
Most Kubernetes books teach you YAML. This one teaches you to build a datacenter.You start with #!/usr/bin/env bash. You finish with one command that provisions, reloads, and tears down a complete multi-service cluster. No magic. No black boxes. Just you, Bash, and the cloud-native platform you built yourself.
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.
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".
An in-depth guide to creating high-quality PowerShell modules including docs, tests, CI/CD, and community engagement. This book provides a detailed guide to what PowerShell modules are, and how to design, develop, test, and publish them. It also includes numerous "good practices" for creating engaging open-source modules for the community to enjoy.
Writing good services in Go can be a challenge - you have to write out your database structures, unit and integration testing with CI to see what breaks, keep them updated with migrations, define your API endpoints and routing, update your documentation - all of these things keep you from building your service. Let's be smart about it.
This tutorial is for anyone or team who needs to automate the deployment and maintenance of static website (html/css/javascript) on a Virtual Private Server instance at digitalocean.com. If you are capable of following tutorials to create a very basic HTML file, you should have no problem following this tutorial.
This book will introduce you to the amazing world of Linux scripting with absh and the GNU core utils, with a step by step approach in a series of 20 slow-paced and focused lessons. With 2 hours of work a week, in less than 3 months you will see a radical change in your productivity with the command line.
The Latest in Linux Containers Technologies Podman Buildah skopeo runc
You know next to nothing about Kubernetes or Docker but need to create and run your first application on Kubernetes using Docker within a week. Don't worry: this book has you covered.