Factory pattern is very ubiquitous design pattern which finds its uses in most of the design strategy. In this post we will use factory with...Read More
Factory and Decorator in AngularJS
Reviewed by Nikhil Ranjan
on
October 21, 2017
Rating: 5
Angular provides filtering capability which can be converting string from lower case to uppercase, converting time to Date or Sort(increasin...Read More
Custom filter in Angular : How to write a custom filter in AngularJS
Reviewed by Nikhil Ranjan
on
October 20, 2017
Rating: 5
I applied in Walmart Labs through employee referral, next day got call from HR and asked me to brief about my work and how much I am intere...Read More
Walmart Labs Interview Experience (6 Years experience in Java Development Stack)
Reviewed by Nikhil Ranjan
on
July 26, 2017
Rating: 5
Singleton design pattern is intended to create only one instance of given class in context of given class loader (class loader which loads t...Read More
How to exploit Singleton class with Reflection API and Its prevention
Reviewed by Nikhil Ranjan
on
May 29, 2017
Rating: 5
The perceptron is a linear classifier, therefore it will never get to the state with all the input vectors classified correctly if the train...Read More
Perceptron Learning - Implement online perceptron algorithm in python
Reviewed by Nikhil Ranjan
on
May 02, 2017
Rating: 5