Factory Design
A creational design pattern that provides an Interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.
I’m Manish, a Senior Software Engineer currently at Samsung(SSIR). I completed my bachelor of engineering from Jadavpur University(Kolkata) in Information Technology. Working on the web is my passion as I love to work on exciting projects. This is the field I get to express my creativity.
A creational design pattern that provides an Interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.
A lightly edited version of our conversation that tries to answer the following questions: what is Storybook? How useful can it be in a Rails project? And maybe most importantly: as a Rails developer, should I care?
Strings are immutable in Java and therefore if a password is stored as plain text it will be available in memory until Garbage collector clears it .
Using WebPageTest scripts to analyze and monitor the performance of Single Page Applications.