Shahid

Shahid

Founder of Codeforgeek. Technologist. Published Author. Engineer. Content Creator. Teaching Everything I learn!

Node Email Verification Script

In recent tutorial i have explained about sending e-mail using nodemailer package of Node.js. In this tutorial i am going to explain you about e-mail verification system using node.js script which is mandatory thing in sign-up form in order to…

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…

Breach – Browser for hackers is coming soon !

Breach Browser

Github is already building hackable editor for programmer’s and hackers around globe with project name as Atom, one new tool is in list now, breach – a browser for the hackers. Since the release of v8 JavaScript engine and chrome…

Beginner’s Guide to Using Git and GitHub

Github tutorial

This tutorial is all about Github – An online source code management system and social code sharing community. Whether you are a computer professional or college kid you should have Github as skills added to your resume. Git History Let’s…