Pankaj Kumar

How to Validate an Email Address in JavaScript

In this short tip post, we will learn how to validate an email address in JavaScript using Regular expressions. Objective Validate the input email address using Regular expression in plain JavaScript. Approach Email addresses are consists of two parts: Local part Domain part Local part can be a combination of strings, numbers and alphanumeric and […]

How to Validate an Email Address in JavaScript Read More »

Building a Slack Bot to Get Currency Exchange Using NodeJs

Slack is without a doubt a widely adopted messaging tool. It’s been used in companies ranging from startups to fortune 1000. Slack offers various features such as integration, groups, private chat and bots. Bots are one of the exciting features of slack for the developers. Slack offers SDK’s which we can integrate it into various

Building a Slack Bot to Get Currency Exchange Using NodeJs Read More »