Skip to main content

How to earn $50-$60 in 1 hour ?

 If we are learning programming, then we think that how we can earn ? And how much we can earn from it ?

if you know just basic of programming languages and programming you can earn a good amount from it .

You can earn through freelancing ,in this customers will hire you to develop their portfolio, website,application and they offer you  a good amount 

 

How much you can earn ?

See this thing that how much you earn is based on your experience of working in that feild.

If you are a beginner of this I can suggest you that how much you should demand from the customers for your work.

I will suggest you both in Indian Rupees and in dollar too for the people of US :-

   Web  developer

Beginner - 300 to 700 / hour ( Rupees)
                 - 20 to 30 / hour ( Dollar)

Low experience - 1000 to 2000 / hour (Rupees)
                             - 40 to 70 / hour (Dollar)

High experience - 3000 to 5000 / hour (Rupees)
                              - 80 to 120 / hour (Dollar)


In application development how much you demand is based on which type of application you are developing ,if you are developing a big one ,you demand high price and if a low one a  low price .


Freelancing is a home job ,you don't have to go anywhere you can do it as a part time job beside your main job to earn some extra income .

And the best thing is that you don't have to search work ,there are so many websites on which people upload their work, a price and a specific time limit .So you can get a project anytime anywhere. 




Comments

Popular posts from this blog

Basic of HTML

                        HTML Html is a Hypertext Markup language ,which is used to develop web applications ,Android applications,etc. Browsers do not understand our communication language they have their own language in this blog we will learn one of them language  There are many languages which browsers support.Some of them are :-          DIFFERENT LANGUAGES

How to insert image ,video,audio in html ?

 How to insert videos audios and images in websites ? These are the most important tags because these tags are used from small websites to large marketing websites. And by adding a video to website we can increase the views probability by 300% so learn properly how to add videos audios and images to website                      Image Tag Image Tag is a tag by which we can insert images to html by the <image> tag ,this tag does not contain an end tag and we give some attributes like (src ) attribute in which we define the path of the image ,(width) and (height) attribute in which we give width and height of the image. <Body> <img src="gallery/taj.jpg"width="200px"height="50px"> </Body> In src attribute we first give the name of file in which it is stored and then we give a forward slash (/) to separate then we give the image name with its extension.

What are Tags and Attributes ?

The most important things you should know Today we will cover what are Tags and Attributes and how we use them in html