by phil-martin on 5/1/22, 10:54 AM with 0 comments
After doing software for a long time, I'm finding that while I enjoy the technical challenge, learning _everything_ required to do it all isn't as fun as it used to be.
Particularly in the side hustles, I often come across something where I've got a "good-enough-for-now" solution, knowing very well I'm incurring technical debt.
At the same time I also am acutely aware that there any number of people out there that have solved that exactly problem, already encountered all the hard to learn lessons, and could replace my good-enough solution for an excellent one in the fraction of the time.
Where would you recommend I turn to to hire someone to solve small and specific problems?
Yes, I could ask on stack overflow or another forum, but I want to pay someone for their time to come and implement the solution.
Should I just put small projects on some freelancing sites? If yes, which ones? If not, where else could I look?
Here are a handful of some concrete examples I've come across in the last 6 months:
- finishing off a hacked together CI flow for a django app for minimal downtime
- Evaluating and finding the right html/js component to allow thousands separators in a text field
- Fine tuning twilio video performance and multiple streams
- Setting up a good developer workflow for doing nicer form layouts in django