Monthly Archives: January 2014

Saturday, January 4th

Differences between inner class and nested static class in Java Both static and non static nested class or Inner needs to declare inside enclosing class in Java and that’s why they are collectively known as nested classes  but they have couple of differences as shown

Posted in Uncategorized

Thursday, January 2nd

Scaling Pinterest This is an infoq video where Marty Weiner and Yash Nelapati talk about decisions they took during their journey from the beginning up to now, I’ve found it very interesting because they highlighted some very concepts having real

Posted in Dataset, Python, Uncategorized

Wednesday, January 1st

Constrained programming As from Wikipedia, constraint programming is: ” In computer science, constraint programming is a programming paradigm wherein relations between variables are stated in the form of constraints. Constraints differ from the common primitives of imperative programming languages in that they do not specify a step or sequence of steps to execute, but

Posted in Uncategorized