Learn how to code practically

One of the dificulties for the one who is new the coding or has lack of experience is to find valuable recources which might bring you a bit hand-on experiences. In the end you should put extra effort in order to cover many aspects being taught but if you do not know where to start,Continue reading “Learn how to code practically”

Singleton Design Pattern

If we would ever speak, what a design pattern is, that answer would be that a well described solution to a common software problem. One of them is about which we will discussing is “Singleton”. Singleton pattern lies under “Creational design pattern” group. Here is the list of this group. Creational Design Patterns Singleton PatternContinue reading “Singleton Design Pattern”