Forum Moderators: open

Message Too Old, No Replies

Database Outsourcing

Getting work managing data

         

eddnik1

1:00 am on Apr 2, 2007 (gmt 0)

10+ Year Member



I have just recently invested in database software. I have always been intrigued by backend development but just got the nerve up to dive in. I'm thinking I'll start developing a small local search engine or look for small businesses that are looking for someone to help them manage their client information or inventory data.

Is there anyone out there that is NOT having any trouble finding companies that outsource their data management. I'm thinking that doctors and lawyers are usually the one's that need help with this.

physics

7:20 am on Apr 2, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi eddnik1, welcome to WebmasterWorld.com!

You can start smaller by just making a database for a hobby site. That's what I'd recommend.

There is a new book on MySQL called "Learning MySQL". I haven't had time to go through it but from skimming the book it looks like a good resource for beginners.

Also, remember that designing and implementing a database is half of the backend equation. The other half is the actual code that interfaces with the database and allows people to add/edit/delete entries and view data in the ways they want to. PHP is currently the most popular option for online database admin and web page display using dynamic database data.

Beware of all of the security issues, etc., that would be involved when doing database/backend code for doctors and lawyers. You probably want to get some experience under your belt before hitting up those markets, or avoid them all together and stick to web development. Plenty of databases and code to write for the web :)

eddnik1

12:10 pm on Apr 2, 2007 (gmt 0)

10+ Year Member



physics said:

"Beware of all of the security issues, etc., that would be involved when doing database/backend code for doctors and lawyers. You probably want to get some experience under your belt before hitting up those markets, or avoid them all together and stick to web development."
___________________________________________________________________

I think your are right. I don't run my own server, so that could be a big legal problem. Thanks for the head's up.