Skip to main content

How to Earn $$$$ online.

Gigs on Fiverr

Fiverr is now the world's largest marketplace for people to make money selling small services (known as 'gigs').
What you offer could be absolutely anything, from writing and translating, social media posting, playing pranks and teaching to creating music, voiceovers and short video clips for people all around the world!
The default price is $5 (hence Fiverr..), but you can attach extra services to gigs for more money. Whilst it might not seem like much, it can quickly add up and there are plenty of examples of people making a really good living from the site. The key is to get a system in place which minimises the time spent on each gig.
But there is another way to profit even more from Fiverr for potentially far less work. How? By simply reselling gigs elsewhere. For example, find a decent logo designer then reply to jobs on Upwork or even local classifieds. A $5 spend can easily become $50+, and it's repeatable!
If you're not interested in selling at all there's SO much good stuff you can get done for yourself. Have a browse and get inspired!

Sell your notes

If you don’t mind sharing your notes with other students it’s a great way to generate a little extra cash. There are sites out there that you can upload your notes to, along with your price, and then when another student downloads them you get paid.
Most of these sites like Stuvia & Notesale are free for you to list your notes but tend to take a cut of your profit in order to handle the marketing etc so that you don’t have to go out there and promote your notes yourself.
You will most likely have to upload PDFs but it’s worth it for the return and you can submit handwritten notes but you’re likely to make more money if they’re typed up.

Micro Niche

A Niche site, Niche-less site, Micro-specialty site et cetera. ... In the event that you are one of those quality bloggers or web advertiser, you can simply fabricate a quality miniaturized scale specialty Website, and acquire a tremendous lump of cash from Advertising or other adaptation strategies

Comments

Popular posts from this blog

Google Ads

 Google Ads Google Ads is one of the most popular advertising platforms in the world. It's a pay-per-click advertising platform that allows businesses of all sizes to reach their target audience and generate leads and sales. In this blog, we will discuss what Google Ads is, how it works, and the benefits it offers to businesses. What is Google Ads? Google Ads is an online advertising platform that allows businesses to create and display ads on Google's search engine results pages (SERPs) and on other websites that are part of the Google Display Network. Advertisers can target specific audiences, locations, and keywords to ensure their ads are shown to the right people at the right time. How does Google Ads work? Google Ads works on a pay-per-click (PPC) model, which means that advertisers only pay when someone clicks on their ad. Advertisers bid on keywords and phrases that are relevant to their business, and Google uses a complex algorithm to determine which ads are shown and ...

Artificial Intelligence

Artificial Intelligence  Artificial Intelligence: The Future is Here Artificial Intelligence (AI) has been a buzzword in the tech industry for several years now, and for a good reason. It is a field of computer science that deals with the creation of intelligent machines that can think, learn, and act like humans. AI has the potential to revolutionize the way we live and work, and it is already making significant strides in several areas. In this article, we will explore what AI is, how it works, and its impact on various industries. What is Artificial Intelligence? Artificial Intelligence is the ability of machines to perform tasks that usually require human intelligence. It involves the creation of intelligent machines that can perceive their environment, reason, learn, and act accordingly. AI can be broadly classified into two categories: Narrow or Weak AI and General or Strong AI. Narrow or Weak AI refers to machines that are designed for a specific task, such as playing chess ...

How to start learn cake PHP framework

Here i will explain how to start learn cake framework. (version 2.0) Cake php is open source web framework.It follows the model–view–controller approach and is written in PHP. CONTROLLER: Controllers handle requests and help co-ordinate and prepare responses for the client. VIEW: Views are the presentation layer in CakePHP. They convert the data fetched from Models into the output format requested by the client. MODEL: Models are the heart of your application. They handle the validation, storage and retrieval of your data. Important Points to be know before start work on cake framework. CakePHP Conventions -> Controller Conventions -> Model and Database Conventions -> View Conventions -> File and Class Name Conventions The Controller class KissesAndHugsController would be found in a file named KissesAndHugsController.php The Component class MyHandyComponent would be found in a file named MyHandyComponent.php The Model class OptionValue would ...