Top and Reliable Umbraco 10.0.0 Hosting Provider

What is Umbraco? What is Umbraco? Quite simply it is the most fantastic Content Management system there is! It’s open source, easy to use and powers some of the biggest and most popular websites in the world. It differs from a lot of other CMSs: there’s very little to see, it doesn’t come pre-configured with […]

Top and Reliable WordPress 6.0.1 Hosting

What is WordPress? WordPress is an online, open source website creation tool written in PHP. But in non-geek speak, it’s probably the easiest and most powerful blogging and website content management system (or CMS) in existence today. There’s nothing to install on your computer and you don’t need any special tools. You can update your […]

How to Use Type Erasure Pattern to Decouple Polymorphic Classes in C++?

Type erasure pattern mean writing a behaviour (or function) that works with various types. Highlights of the post: classic polymorphism for one class family (Shape) is explained with an example. Using duck-typing of templates, member funtion of unrelated classes can be called in an external function. A vector of unrelated classes can be created with […]