2018-05-18
#Tutorial
#Maven
#Proxy Proxy settings can be changed in {{maven_installation_folder}}/conf/settings.xml. Un-comment and change the values in proxies section of the file.
2018-05-09
#Tutorial
#Hugo
#Git
#Deployment
#Git Hook Remote Repository on Deployment Server Create two folders named project.git and project.
2018-05-08
#Topic
#REST APIs
#JWT
#Authentication
#Security Authentication vs Authorization Authentication: identifying the user who is accessing the resource Authorization: checking if the user has permission to perform an action on the resource (e.
2018-05-07
#Tutorial
#Loopback
#Model
#Remote Method Loopback models can be extended by adding custom methods to them.
2018-02-24
#Chatbot
#Chatfuel
#Facebook Messenger
#Project Bhaina Bot Bhaina is a facebook messenger based chat bot that helps you with current status of any Indian Railway PNR.
2018-01-31
#Tutorial
#Loopback
#Model
#Remote Method Destroy All API (Model.destroyAll()) is, by default, disabled to avoid accidental bulk deletion of data.
2017-12-08
#HackerRank
#Solution
#Java Solution Use BigInteger to calculate the sum and print first 10 characters by converting to string.
2017-12-08
#HackerRank
#Solution
#Java Solution 2 to the power 1000 will be a huge number hence consider using BigInteger.
2017-11-20
#Tutorial
#Hugo
#Surge.sh Surge is static web publishing for Web Developers, right from the CLI.
2017-11-20
#HackerEarth
#Solution
#Java
#Binary Tree Solution Diameter of a binary tree is maximum of diameter of current node, its left and right child.