DevOps

Google Cloud Next 2019 | API Monitoring for Connected Customer Experiences
Google Cloud Next 2019 | Application Development Sessions Google Cloud Next 2019 | API Monitoring for Connected Customer Experiences As most business-critical applications today are powered by APIs, any downtimes or performance degradations can significantly impact revenues and brand value. It’s extremely important to ensure that APIs are always available and performing as expected. In …

How To Install And Configure MongoDB In Ubuntu
Overview MongoDB is a document-oriented database Shines with document-based design. Supporting sub-documents as values instead of the usual data types, it can be perfect for retrieving a record and a sub-detail or list of records in one query. Prerequisites Operating System: Ubuntu 18 For production environments use from the following : Amazon Linux, Debian …

How To: Create A Flask/API Project In Ubuntu
Prerequisites Operating System: Ubuntu 16 or Ubuntu 18 Python 3.X is installed Python Pip is installed Python Virtual Environment is installed (Optional) Structure Overview Replace the dotlah_flask_api directory with the project name of your choice. Steps 01. Create the necessary directories and files. You can use the following shell script to create it, or …

How To: Configure Python Virtual Environment In Ubuntu
Overview This guide/article shows how to install, configure/create and use a Python Virtual environment. Prerequisites Operating System: Ubuntu 16 or greater Python is installed. Python 3.X or 2.X. Steps Check that Python is available on the system. The Python version should be returned. For the next steps, we will be using Python 3.7 for the …

How To: Install Python 2.7 In Ubuntu
Prerequisites Operating System : Ubuntu 18 Steps Note: By default most Ubuntu 18 system have Python installed. 01. Open a terminal window 02. Check if Python is already installed. Execute the following to determine. A message will be shown if Python is available. In the following case, it is not yet installed. 03. …

Five DevOps Trends For 2019
DevOps as an approach to software development has become widely established over the last nine years. Bringing the development and IT operations functions together has brought many benefits in the form of better communication and increased collaboration and we’ve seen a range of new tools and disciplines emerging to support the movement. Looking ahead, I’d …

Styles Of Software Infrastructure Management
I’ve been in this game for a bit now and have observed a few patterns. What follows is a list of patterns about software infrastructure and how it can be managed or mismanaged depending on your perspective. The list is in no particular order or ranking. “Enterprise” a.k.a. Beg IT for It This style of …