Open In App

How Content Writing at GeeksforGeeks works?

At GeeksforGeeks, we believe that:

Your small contribution can make someone learn easier and better.



Why should you Contribute?

Who can Contribute?

Contribution at GeeksforGeeks is open for all those who have a passion to learn and help others by sharing their knowledge. If you think you have the zeal to learn, start contributing on GeeksforGeeks.

We believe that everyone has the right to learn, so we allow both students and professionals to contribute at GeeksforGeeks. You may refer to the below links for details:



Steps of Contribution

The steps are as follows:

  1. Firstly, what you need to do is write two sample articles on a topic of your area of interest and submit your articles on https://write.geeksforgeeks.org/.
  2. If you are not sure about which topic to write about, then you can opt to choose a topic from here. Here, we have a pool of topics from which you can choose and write as per your interest. Please ensure that you write on those topics which are not published on GeeksforGeeks already.
  3. Also, your first 2 articles for your selection should not be under these categories or similar types: Function, Method, Difference Between, Interview Experiences, Placements, and Internships.

What skills do I need?

Only the zeal to learn and improve yourself is all we need. Anyone who has a passion for learning and writing is welcome to write for us. Contribution on GeeksforGeeks is not limited to writing articles only, below are the details about the ways in which you can help us and other fellow programmers:

Start Contributing Now

Benefits

We already have stated a lot of benefits above. We are explaining some of the cooler stuff here that you will get for writing at GeeksforGeeks.




#include <iostream>
#include <string>
  
using namespace std;
  
int main()
{
  
    string learn = "Computer Science";
  
    while (learn == "Computer Science") {
        cout << "Earn";
    }
  
    return 0;
}

You might be thinking what’s wrong with the above program? It goes in an infinite loop. That is what we are trying to depict. There is no restriction on the time frame for which you can earn. The more you contribute, the more you will earn (Note: Terms and Conditions are applied here)

Some of our Past Contributors

  1. Rachit Belweriar : Software Engineer II at Google
  2. Aashish Barnwal : Software Engineer II at Microsoft
  3. Amit Khandelwal :Junior Associate at Nagarro
  4. Ekta Goel : Software Engineer at Microsoft
  5. Gaurav Miglani : Won Geek of the month, proficient in Java, and keep writing whenever free
  6. Chirag Agarwal : Won Geek of the month, intern and PPO at Amazon, Hyderabad

Article Tags :
Uncategorized