Elasticsearch Intro

ElasticSearch is an open source, RESTful search engine built on top of Apache Lucene and released under an Apache license. It is Java-based and can search and index document files in diverse formats. ElasticSearch has been compared to Apache Solr and offers several notable features: Provides a scalable search... [Read More]

Node.js async nature

Node.js async nature presentation and workshop during JSConf Beirut 2016 All of the code examples in this presentation are found in this repo, Enjoy [Read More]

Node.js basic server setup

server setup standards for setting up Ubuntu, node, MongoDB, nginx, pm2 env for stagging and production with one server over an ip address Version 0.0.1 login as root $ ssh root@ipnumber users add users to group sh adduser simon... [Read More]