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

  • MySQL speed boost

    I hit a problem the other day with concurrent queries causing deadlocks.  Using innodb gives you a lot of protection with respect to transaction support, but it carries a moderate amount of overhead, and unless you’re aware of what’s going on, you may be paying a higher price which can eventually cause performance or deadlock…

  • laravel bulk imports

    Small note, mostly for myself, as a reminder that when doing large imports of data, you may not need each block to be processed as an Eloquent model. That code above would generally be faster as Obviously there are even faster ways – preparing your data in some text format, and using your DB cli…

  • k as in knife

    Many moons ago my earlier version of my blog had this list I use when spelling things for people over the phone. I managed to find it at archive.org and thought I’d repost… a as in aisle (or aye) b as in bdellium  c as in czar d as in djibouti e as in eight…

  • 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…

Leave a Reply

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