OpenStack Services

OpenStack is the most advanced virtualization framework based on python programming language. It comprises of all three ‘eyes’ of virtualization – compute, storage and network. The purpose of this blog is to list the various services of OpenStack. OpenStack implementation is in the form of REST API providers. Each component of it are implemented as […]

Read More

Constants in C++

In C++, you can declare variables as constants. Such a variable need to be initialized with a constant value when it is declared. Constant variable cannot be assigned other values. But why do we need such a feature in the programming language? Why not handle this limitation in a document around it? Say, declare a […]

Read More