Python Global Variables

In this tutorial we will be discussing about Python global variables. A variable which is declared outside of any function i.e. in the global space is known as global variable. Global variables are useful when multiple functions need to use the same data. In C, C++ we can use and modify global variables directly in …

Python Global Variables Read More »

Angular vs AngularJS – Difference between Angular and AngularJS

In this article, you will learn about the difference between Angular and AngularJS. Angular It is a very well known top front-end framework. It uses Microsoft’s TypeScript language which has many advantages like type declarations, type checking, object-oriented features and the benefits of ES6 like iterators and lambdas. It has many versions like 2, 4, …

Angular vs AngularJS – Difference between Angular and AngularJS Read More »

Blue Eyes Technology

We are living in a world where we cannot imagine the next possibilities revolving around us. In ancient times, people would have never imagined a world where everything stays on technology. Believe it or not, if just for one day we are not able to access the internet, we usually get frustrated and start overthinking …

Blue Eyes Technology Read More »

Types of Cryptography

“Cryptography is the standard of encrypting all the data and information by converting Plain text into cipher text for secure communication.” Encryption is the key to secure all our data and information while we communicate with others over any transmission channel. Now, you might be thinking why this encryption matters a lot? Data is something …

Types of Cryptography Read More »