News

India has to build its own solutions instead of depending entirely on foreign technology, says Mitesh M. Khapra ...
How Javascript engine executes the whole javascript program : Javascript is a synchronous single-threaded language It has only one call stack and can only execute one piece of code at a time. This ...