TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: As a developer, how do I work with freelance designers?

1 pointsby dryghalmost 12 years ago
I am working on a small start up, and I am nearing the point where I need to hire a freelance designer to add some finishing touches to the web application. This is my first production application, so I am quite nervous about just about everything.<p>How do I work with a freelancer though - when so much of my code contains sensitive information or information a designer doesn&#x27;t need to see. On the other hand, I happen to be using Django to power the backend, and I don&#x27;t believe there is a way to have him work locally without setting up a development server.<p>What do you guys do? Should I just make sure the contract clearly lays out he cannot use&#x2F;share backend code in any ways? Do I need to change all my backend API keys and sensitive information after working with him? Or should I cross my fingers and hope my payment API account doesn&#x27;t get hacked 6 months from now...

1 comment

gee_totesalmost 12 years ago
You&#x27;re payment API doesn&#x27;t have a sandbox mode? Maybe that will work? Short of that, maybe you could create a fork of your application for the designer that just returns payments_processed=true and doesn&#x27;t talk to the payment API at all.
评论 #6125115 未加载