Flexbox Layout provides a more efficient way to lay out, align and distribute space among items in a container, even when their size is unknown and/or dynamic Here is a sample code, its very simple spec where no need to…
Flexbox Layout provides a more efficient way to lay out, align and distribute space among items in a container, even when their size is unknown and/or dynamic Here is a sample code, its very simple spec where no need to…
Server sent events API API is used for opening an HTTP connection to receive push notifications from a server. These events are received as DOM events. The server-sent event API is contained in the EventSource interface; to open a connection to the server to…
This post is a guide to setup a boiler plate project which will be capable of using React Js through ES6 and experimental ES7 syntax (which by the way makes ES5 look like watergun vs AK47). React 0.14 supports the…
What is Apache Drill ? Schema-free SQL Query Engine for Hadoop, NoSQL and cloud storage. It is a distributed processing engine that interprets SQL. Drill supports a variety of NoSQL databases and file systems, including HBase, MongoDB, MapR-DB, HDFS, MapR-FS,…