Month: July 2018

  • 5 Most useful ES6+ Features

    In this post, I am going to share with you Javascript ES6+ features that I find the most useful: For…of Loop Arrow Functions Async and Await Template literals Destructing For…of Loop Before either we had to write a full for loop or call the forEach function on the array to iterate over its item. Previously we […]

  • Embedding Rocket Chat using iFrame Auth

    Recently I was working on a project where I had to embed Rocket.chat on a website, and when the user login to the website, they will also get automatically logged-into Rocket.chat The following steps have to be performed: Check if the user exists in Rocket.chat If the user exists then login user If the user […]