Google Chrome and firefox have started showing “Not Secure” warning to websites without SSL certificates. So you got SSL certificate installed on your website and your website can now be accessed at https://yourdomain.com But your website will still be accessible…

How to blacklist emails coming from a particular domain in Gmail.
Let’s say you get a lot of unwanted emails from a particular domain. ( for example – indeedemail.com) alex@indeedemail.com joel@indeedemai.com gary@indeedemail.com These are the different emails and they come from a common domain i.e. indeedemail.com You don’t want them to…

Git Tutorial in handy!
Summary: A complete summary of essential steps starting from creating branches followed by development in feature_branch. Assumption : Our repo is set up with master branch. $ git checkout masterĀ $ git checkout -b release $ git checkout -b feature_branch…