Neeraj Mishra

A crazy computer and programming lover. He spend most of his time in programming, blogging and helping other programming geeks.

ICT.Social – A Social Network for IT Professionals

ICT.social is an international social platform for IT professionals to gather around and resolve programming queries by providing solutions. The platform hosts a large number of databases including online courses (free and paid versions) and articles related to programming and IT sector. The best part? ICT.social works as a social media platform for programmers making …

ICT.Social – A Social Network for IT Professionals Read More »

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 »