Apache Kafka

Easy quick intro

Kafka™ is used for building real-time data pipelines and streaming apps. It is horizontally scalable, fault-tolerant and wicked fast. These are some of the terminologies that define Kafka. Message — In Kafka, messages represent the fundamental unit of data. Each message is a key/value... [Read More]

VueJs API

Easy quick reference

Global Config Vue.config is an object containing Vue’s global configurations. You can modify its properties listed below before bootstrapping your application: silent Type: boolean Default: false Usage: Vue.config.silent = <span... [Read More]

Nextcloud on Ubuntu 16.04

Easy quick setup

Nextcloud is the new service that wants to replace owncloud. To make a long story short, this is how you install nextcloud on ubuntu 16.04 First update system. Become root if u have to. $ apt update &amp;&amp; apt -y upgrade Install... [Read More]

Parse Platform on Debian

Easy quick setup

In order to run parse server, we need to install both NodeJs and mondoDb. We install NodeJs depedancies first. $ sudo apt-get update &amp;&amp; apt-get upgrade -y $ curl -sL https://deb.nodesource.com/setup_6.x -o nodesource_setup.sh $ sudo bash ./nodesource_setup.sh And then install... [Read More]