Pankaj Kumar

Pankaj Kumar

Pankaj Kumar is the founder and CEO of CodeForGeek, with more than 14 years in IT. He is an open-source enthusiast who enjoys sharing what he learns through CodeForGeek and YouTube, with a focus on Python, data analytics, machine learning, Angular, Node.js, and Kafka.

Wget for Windows

Wget is command line download manager utility in Linux which is used to download any files from web, just like what your browser do. I use Linux and Windows both, but when i use Windows i really miss wget because…

Power of this keyword in Java

this keyword is a reference ( which means it manages some relation ) to the current object where it is called ( can be constructor,function etc). It helps to keep the control of scope to access variables or any other…