Post Reply 
Where do you find web devs?
Author Message
SamuelBRoberts Offline
International Playboy
******
Gold Member

Posts: 4,842
Joined: Oct 2014
Reputation: 93
Post: #1
Where do you find web devs?
I need a web dev for a project I'm working on.
It's a simple web page, like 2-3 pages and a recurring monthly credit card billing system, nothing complicated. I would write the copy, so I'd literally just need the page and the billing system.

The guy I would normally ask is busy making his own cryptocurrency and won't answer the phone, so now I'm not sure where to go.

Where do you even go to hire someone to do this?
What does it cost?
01-09-2018 07:46 PM
Find all posts by this user Like Post Quote this message in a reply
Ballr Offline
Recovering Beta
*
Gold Member

Posts: 203
Joined: Jan 2016
Reputation: 0
Post: #2
RE: Where do you find web devs?
UpWork / Fiverr
01-09-2018 08:38 PM
Find all posts by this user Like Post Quote this message in a reply
TooFineAPoint Offline
Alpha Male
****

Posts: 1,321
Joined: Nov 2014
Reputation: 15
Post: #3
RE: Where do you find web devs?
Sam, PM sent.
01-09-2018 09:32 PM
Find all posts by this user Like Post Quote this message in a reply
[-] The following 1 user Likes TooFineAPoint's post:
SamuelBRoberts
godzilla Offline
Alpha Male
****

Posts: 1,298
Joined: Mar 2015
Reputation: 28
Post: #4
RE: Where do you find web devs?
Once you start collecting payments. The developer will need to authenticate users on your site. This will result in it being more expensive then your usual 2 to 3 page website.

Pm me if you dont find anyone. Im a developer but id have to do some research on billing software.
01-09-2018 10:44 PM
Find all posts by this user Like Post Quote this message in a reply
Atomic Offline
Recovering Beta
*

Posts: 169
Joined: Sep 2016
Reputation: 7
Post: #5
RE: Where do you find web devs?
(01-09-2018 10:44 PM)godzilla Wrote:  Once you start collecting payments. The developer will need to authenticate users on your site. This will result in it being more expensive then your usual 2 to 3 page website.

This isn't 100% true. If there is no paywall protected content on the site you do not have to do user authentication. For example, an e-commerce store that allows you to check out as a guest.

Sounds to me like the OP is creating some newsletter, or other content, style monthly production. The web site pages are probably some type of copy designed to sell, and there wouls be no paywall protected content. You could setup a basic WP site and use Stripe payment processing plugin to handle the payments. The OP would then log into his stripe account to get the list of emails that signed up.

That is, however, a low end solution as some type of automated emailing system wouiod be a better user experience. That way the second the users payment is processed they will receive an email with some type of verification or paid content.

I'm fond of Strips as their API is pretty easy to work with. I recently spent 3 or 4 days building a subscription service python backend using Stripe as the provider. It was straightforward and nice to be able handle the webhooks to uipdate the users status automatically....if, for example, a recurring payment fails to go through Stripe will send a post request to some url endpoint with the json details of the event. You then just have to handle the incoming post request a and update the users as appropriate.

Single purchase, such as ecommerce, are just as easy. You create some order object for the order. User enters in their payment Information and stripe processes the payment. When the payment is complete, stripe sends a webhooks to your endpoint. You use the json data to find the order in the database, update it to paid, and then do whatever automated business logic you need.

But I digress. To answers the OPs original question, you can find developers here apparently. Good luck with your project OP, drop some posts here if you need a consult to make sure your developer is doing things correctly.

Edit - forget that you asked about costs. If you with a brick and mortar US based web development firm, you're looking at an industry standard of about $120 per billable hour. I normally charge 50-75 if I know the person, and go $100 an hour if I don't. Freelancers on upwork will range from a few bucks an hour (stay far away from these people) to about the industry standard. $40 an hour is a good sweet spot where you will find quality freelancers.

If your project is similar to what I said earlier, I would charge somewhere in the range of $2000-$2500 for it. The biggest portion of that would be setting up payment processing. If you need paywall protected content as Godzilla mentioned, that price can rise drastically depending on the complexity of your needs.
(This post was last modified: 01-11-2018 07:14 AM by Atomic.)
01-11-2018 07:08 AM
Find all posts by this user Like Post Quote this message in a reply
H1N1 Offline
True Player
*****
Gold Member

Posts: 2,099
Joined: Jun 2014
Reputation: 116
Post: #6
RE: Where do you find web devs?
Go to your nearest university, pay a student minimum wage, you will get exactly what you want on a project like this for a FRACTION of what anyone else can justify charging.
01-11-2018 10:29 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Making Money]  Seeking Full Stack Web Devs - iOS/Android, UX/UI Designers OSL 11 4,880 08-12-2014 05:09 AM
Last Post: OSL

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | RooshV.com | Return to Top | Return to Content | Mobile Version | RSS Syndication