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”
Monthly Archives: April 2020
Installing PostgreSQL for Windows
PostgreSQL also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. It is being used by many of the well-known companies all over the world. Here as on the headline described, I will be telling the windows based installation but for other systems there are also detailed explanations regarding it. In this case google isContinue reading “Installing PostgreSQL for Windows”