Shahid

Shahid

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

PHP and MySQL Connectivity

We know that there are lots of tutorials (some official too) on the internet about PHP and MySQL connectivity. Then why am i posting it here ? i am posting because most of those articles are not simple and easy…

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…