Category: Web Development

Know the popular web server error codes

 Many a time when we try to visit any particular web page, we get an error code displaying in lieu of theoriginal page. Have you ever surprised what that error code meant? Hereis a list of the most popular error codes and their description. Thefirst thing you should do anytime you get an error code […]

Read More

Useful GIT Commands

Initiate Git git init Set configuration valuesgit config — global user.name your namegit config — global user.email your email Check current status of Gitgit status Add single file in Gitgit add filename Add all file changes to the staging areagit add . Add all modified / created files in Gitgit add * Check the unstaged changedgit diff […]

Read More

5 websites to get icons completely free

As a web and application developer I need icons on my every project. Icons are copyrighted assets like images. I prefer to use kind of public domain graphics which are completely free for commercial purposes. From where we can get completely free icons for web and graphic design?  Here are the 5 best websites to […]

Read More