Bitcoin Forum

Economy => Services => Topic started by: kadoban on March 22, 2013, 04:28:24 AM



Title: Experienced Programmer Looking for Small Jobs
Post by: kadoban on March 22, 2013, 04:28:24 AM
As the topic says, I'm an experienced programmer looking for small (less than five hour) jobs to build a reputation on here and get a couple of bitcoins to play with.

I am comfortable with C++, Python, Java, Haskell, HTML/CSS, PHP, Javascript, C, WordPress, Drupal, Linux, Windows and Android to name a few.

Reply here or PM me if you're interested.  My rates are negotiable, but for now I'm considering something around the range of 0.5 BTC per hour or we can work out a fixed price per project.  I can provide a few examples of work on request, PM me if you'd like.


Title: Re: Experienced Programmer Looking for Small Jobs
Post by: kadoban on March 26, 2013, 05:45:12 AM
Bump


Title: Re: Experienced Programmer Looking for Small Jobs
Post by: 7kansb on March 26, 2013, 08:52:05 AM
Hi!

I'd like a set price for the following two-part job. Just ask if you need more details. I'd appreciate if you also specify your choice of method (language, dependencies, protocols).



Part 1:
A server-side script runnable on the Linux platform to perform these steps:
- Receive a request over a protocol that is widely supported in AJAX (JSON over HTTPS or your suggestion). The request consists of a function name and a variable-length list of parameters, all of them strings.
- Transform this request into a PostgreSQL database lookup, calling the function with a prefix added to the name and with the given arguments. (Just query "select * from prefix_functionname('arg1', 'arg2 ... 'argN');")
- Return the result in a way that the client can determine whether the query was successful, and if so read the content of the returned data. All returned fields will be strings. The script should not depend on column names.

I will expect the script to be secure, not allowing sql injections or security holes of any sort, or calling any database function with a name lacking the mentioned prefix. The script should of course also be reasonably efficient.



Part 2:

An html/javascript page getting data from the JSON API and showing the result in a grid. Basically a mockup just to test that part 1 actually works. Depending on the price and quality of part 1, I'd like to hire you for the actual client side application.


Title: Re: Experienced Programmer Looking for Small Jobs
Post by: kadoban on March 26, 2013, 06:01:53 PM
Hi!

I'd like a set price for the following two-part job. Just ask if you need more details. I'd appreciate if you also specify your choice of method (language, dependencies, protocols).

Hi there, thanks for the interest.  I'll take a look this evening and send you a PM.

Edit: sent