OpenShift – Overview
OpenShift Overview is a cloud development Platform as a Service (PaaS) developed by Red Hat. It is an open-source development platform, which enables developers to develop and deploy their applications…
OpenShift Overview is a cloud development Platform as a Service (PaaS) developed by Red Hat. It is an open-source development platform, which enables developers to develop and deploy their applications…
UML 2.0 Overview is totally a different dimension in the world of Unified Modeling Language. It is more complex and extensive in nature. The extent of documentation has also increased…
The UML Activity Diagrams is another important diagram in UML to describe the dynamic aspects of the system. An activity diagram is basically a flowchart to represent the flow from…
UML Statechart Diagrams themselves clarifies the purpose of the diagram and other details. It describes the different states of a component in a system. The states are specific to a…
UML Interaction Diagrams from the term Interaction, it is clear that the diagram is used to describe some type of interaction among the different elements in the model. This interaction…
Distributed Programming are those programs that are designed to run on networks of computers and that can coordinate their activities only by message passing. There are a number of reasons…
In Erlang, ports are used for communication between different programs. A socket is a communication endpoint that allows machines to communicate over the Internet by using the Internet Protocol (IP).…
In this guide, we will discuss Erlang Databases. Erlang has the ability to connect to the traditional databases such as SQL Server and Oracle. Erlang has an inbuilt odbc library that can…
In this guide, we will discuss Erlang Email. To send an email using Erlang, you need to use a package available from github for the same. The github link is − https://github.com/Vagabond/gen_smtp This…
In this guide, we will discuss Erlang unregister. This is used to unregister a process in the system. Syntax unregister(atom) Parameters atom − This is the registered name to give to…