DevOps and Development

package.json Quick Start Guide

December 8, 2022

The package.json file helps manage dependencies and other metadata for your Node.js project automatically. Learn about the various available properties and their use in this guide.

Read more

How to Install Yarn on Ubuntu


Yarn is a tool for managing, updating, and sharing your Java code. It works through node.js, and it helps to track libraries, dependencies, and even to share solutions with other developers. In this tutorial, learn how to install Yarn on Ubuntu.

Read more

Docker Commands Cheat Sheet

December 7, 2022

Docker has earned a reputation as one of the most popular open-source platforms for application development. It packages apps, its dependencies, and binaries into virtualized environments called containers. This article goes over all the essential Docker commands you will most certainly use while working with containers. In the end, you will also find a downloadable Cheat Sheet Docker commands, for easier reference.

Read more

Unikernel vs. Containers: What's the Difference?

December 1, 2022

The rise of alternative virtualization solutions is tied to the efforts to create a resource-friendly application deployment option. This article will compare unikernels and containers, two technologies aiming to reduce the virtualization footprint while supporting optimal app performance.

Read more

How to Install Prometheus on Kubernetes and Use It for Monitoring


This tutorial shows you how to create a series of .yaml files to install and set up Prometheus Monitoring on your Kubernetes cluster. Monitor your servers and use that data to improve the performance of your applications and infrastructure.

Read more

How to Install TensorFlow on Ubuntu

November 29, 2022

Designed to simplify the process of implementing machine-learning models, TensorFlow is Google’s open-source platform for machine learning. This article shows how to install TensorFlow on Ubuntu both for CPU or GPU support.

Read more

How To Install PHP On Ubuntu 20.04 or 22.04

November 24, 2022

PHP is a script-based server-side programming language. PHP is often used to automate server tasks and is the component that handles tasks like dynamic content, database requests, and processing and displaying data. This guide will walk you through installing PHP on Ubuntu.

Read more

How to Set Docker Environment Variables


Docker environment variables are a practical way of externalizing containerized app configuration. This article shows you how to set Docker environment variables in the Dockerfile, and override them using Docker CLI and Docker Compose.

Read more

How to Install Terraform on Windows, Linux, and MacOS

November 23, 2022

This guide will show you how to install Terraform on Windows, Linux, and macOS. Choose the section for your OS and follow the instructions.

Read more

IaaS API Explained

November 17, 2022

Infrastructure management is a significant factor in the SDLC, and the DevOps approach requires effective Infrastructure-as-a-Service (IaaS) solutions to ensure smooth and performant pipeline. This article discusses the role of the API in the Infrastructure-as-a-Service business model.

Read more
1 15 16 17 18 19 46