Scanning the viruses in the USB Drives are very easy if you have installed an antivirus program in any windows OS. For the non IT personals the recovery of the hidden files due to most of the virus are tedious.…
General
say hello – node js
by Rupak •
What nodejs.org say, about nodejs? Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that…
Programming
Generic programming
by Rupak •
Generic are getting popularity in the current context. By definition generics are nothing, its just a way of drifting the code say function in such a way that can be used for multiple , we don’t need to reproduce same…