Home Tags Open source

Tag: open source

Automate Tasks by Programming with Shell Scripts

0
Shell scripts are designed to be run on the command line on UNIX based systems. They include commands and instructions to perform specific tasks....

Getting Started with Android App Development

0
Before starting Android app development, one has to get acquainted with the fundamentals. This article serves as a primer for app development. Android is an...

Getting Started with NodeJS

0
Node.js is a platform-agnostic, free and open source JavaScript server framework. It extends the client-side scripting functionality to the server-side too, thus enhancing the...

A Brief Overview of Microservices

0
The microservices architecture is a design style for software applications, which depicts them as a suite of independent deployable services. Microservices is about decomposing...

What it Takes to Create a Taxi-hailing App

0
Times are changing and everybody is in a hurry. The system of calling a taxi and waiting for it to pick up the customer...

How Docker Differs from a Virtual Machine

0
Often, people get confused between Docker and a virtual machine. This article explains how Docker differs from a virtual machine and why you should...

MLDB: The Open Source Machine Learning Database for the Cloud and...

0
This article talks about MLDB in relation to the cloud and Docker. It details the prominent tools for ML, describes the features of MLDB,...

Using the iSCSI Protocol to Provide Remote Block Storage

0
The iSCSI protocol functions in a familiar client-server configuration. Client systems configure initiator software to send SCSI commands to remote server storage targets. The...

Get Acquainted with Docker Swarm

0
The use of Docker containerisation has become quite common, especially in production. Docker Swarm is a clustering and scheduling tool for Docker containers. With...

DevOps Series Ansible Deployment of Elovation

0
The Elovation Ruby on Rails application was written by Christos Hrousis. It can be used to track the results of two-player games like chess,...