Onboarding freelancers

Onboarding freelancers

Maari Casey over at uncompany had a recent LinkedIn post about planning for freelancers.

She made some good points, but I think skipped one, and it’s not just relevant for freelancers. Even well before an organization might need extra work – be it freelance or employee – companies need to have a plan for onboarding.

As an independent developer, more than half of the projects I’ve come in to have many initial delays because of basic stuff – network access (or physical premises access years ago!), services access (wherever your data files are you want folks to work on/with).

I’ve worked (both freelance and w2) with orgs where it’s a breeze – I’m up and functioning and able to “get to work” in less than a day – sometimes just a couple hours. And I’ve worked with some where it takes *days* of waiting, coordinating with various groups (none of whom know who you are). If you’re paying for my time during that period, it’s a waste of your money. If I’m not allowed to bill you while waiting, it’s a waste of my time (and… money or time I could be spending elsewhere).

This doesn’t just apply to software developers. Having a process to bring people in to your organization to get work done is vital to getting the best from all parties.

.

Similar Posts

  • A bit of feedback…

    A small bit of feedback… that’s often what a mobile user is looking for. Haptic feedback – a quick device vibration – is great. It’s subtle, quick, doesn’t interrupt, but gives an actual *feeling* that something happened. And… on iOS, it’s harder to do without building a full ‘native mobile app’. iOS Safari doesn’t support…

  • Laravel down migrations

    I get an email newsletter from Martin Joo every week or so. The newsletters generally have some useful tips around the Laravel framework or sometimes just general development tips. I’ve learned a couple of neat tricks here and there, and will continue to receive. This morning I received an email with a Laravel ‘tip’ regarding…

  • Bad I9 PDF form

    Have been needing to programmatically fill out an I9 PDF, retrieved from gov site. Should be fairly straightforward, right? Well… the field names are… a mess. Field names like topmostSubform[0].Page1[0].U\.S\._Social_Security_Number__Last_4_numbers_[0]topmostSubform[0].Page1[0].expiration_date__if_applicable__mm_dd_yyyy[0] topmostSubform[0].Page2[0].Employers_Business_or_Organization_Address_Street_Number_and_Name[0] and so on make it pretty… not straightforward to create a usable key/value combination to search and replace. But… today, I noticed it got…

Leave a Reply

Your email address will not be published. Required fields are marked *