DevOps

How To Install And Use GCP Cloud SDK For Ubuntu
Overview How to install and use Google Cloud SDK for Ubuntu and initialize the SDK using a Google account. Prerequisites Operating System : Ubuntu 18.04 Access to a Terminal or Shell Console GCP account for setting up the gcloud locally Web browser for login Cloud SDK Installation 01: Open a terminal 02: …

Benefits And Challenges Of DevOps
DevOps is the infusion of software development (Dev) and IT operations (Ops). Traditionally, these departments are siloed. With this, software developers who write the code are not connected with the IT professionals who deploy and support the code. In DevOps, these siloes are broken down to pave way to efficiencies that the traditional approach could …

You Can’t Buy DevOps But Plenty Of People Are Happy To Sell It To You
Making a move to DevOps can be a daunting undertaking, with many organizations not knowing the right place to start. I recently had some fun taking a few “DevOps assessments” to see what solutions they offered. I varied my answers—from an organization that fully embraces DevOps to one at the beginning of the journey. Some of the …

Google I/O 2019 | Jetpack Navigation
Google I/O 2019 | Jetpack Navigation Dive into what’s new and learn the best practices for working with Navigation, given the changes in the Navigation Architecture Component since its first 1.0 alpha. Speakers: Ian Lake, Daniel Santiago Rivera, Ben Weiss Session ID: T2D0CB

How To Install And Configure MsSQL In Ubuntu
Overview This guide contains instructions on how to install and do basic configuration for MsSQL on an Ubuntu system. Prerequisites Operating System : Ubuntu 18.04 or 16.04 Access to a Terminal or Shell Console Installation 01: Open a terminal window 02: Import the public repository GPG keys 03: Register the Microsoft …

PyCon 2019 | Practical API Security
PyCon 2019 | Practical API Security Speaker: Adam Englander With the dominance of Mobile Apps, Single Page Apps for the Web, and Micro-Services, we are all building more APIs than ever before. Like many other developers, I had struggled with finding the right mix of security and simplicity for securing APIs. Some standards from …

PyCon 2019 | Getting started with Kubernetes and container orchestration
PyCon 2019 | Getting started with Kubernetes and container orchestration Speaker: Jérôme Petazzoni, AJ Bowen You’ve started to “”containerize”” your applications by writing a Dockerfile or two, and now you want to run your containers in a cluster. But Kubernetes is quite different from Docker: the smallest unit of deployment is not a container, …

PyCon 2019 | Writing About Python (Even When You Hate Writing)
PyCon 2019 | Writing about Python (Even When You Hate Writing) Speaker: Thursday Bram This tutorial is an introduction to writing about Python: we’ll cover potential pitfalls in documentation and other technical writing, practice writing non-technical content (from blog posts to job listings), and testing our writing for readability and accessibility. We’ll even cover …

How To Install And Configure Elasticsearch In Ubuntu
Overview Installation and configuration of Elasticsearch 7.1.1 in an Ubuntu system. Prerequisites Ubuntu 18.04 Access to a Terminal or Shell Console Java 8 is installed Installation 01: Open a terminal 02: Download the installer via cURL 03: Extract the installer 04: Navigate to the Elasticsearch directory 05: Run the …

Google I/O 2019 | Large Scale Multiplayer Gaming with Open Source
Google I/O 2019 | Large Scale Multiplayer Gaming with Open Source Building matchmaking platforms and dedicated game server orchestration can be a lot of work. It can also be a distraction from building your actual game. In this talk, you’ll learn how to use open source projects like Agones and Open Match together, for a …