←back to thread

224 points shinypenguin | 1 comments | | HN request time: 0.205s | source

Hello HN

In a short form question: If you do, where do you look for a short time projects?

I'd like to put my skill set to use and work on a project, I'm available for 6-9 months. The problem seems to be for me, that I cannot find any way of finding such project.

I'm quite skilled, I have 15 years of experience, first 3 as a system administrator, then I went full on developer - have been full stack for 2 of those years, then switched my focus fully on the backend - and ended up as platform data engineer - optimizing the heck out of systems to be able to process data fast and reliably at larger scale.

I already went through UpWork, Toptal and such and to my disappointment, there was no success to be found.

Do you know of any project boards, or feature bounty platforms, that I could use to find a short time project?

Thank you for your wisdom :)

Show context
toptal ◴[] No.43354974[source]
CEO of Toptal here. If you like, I can ensure we review your profile and client matching history to see if there's anything we overlooked. I'm available on Slack or taso@toptal.com. We’ll see if we can optimize your visibility to clients needing backend/data optimization experts.

While we look into this, Opire (an open-source bounties site) has lots of short-term opportunities.

replies(4): >>43355206 #>>43355412 #>>43356930 #>>43365943 #
rglover ◴[] No.43356930[source]
Curious, are there any exceptions to your coding test (I applied back in 2021 or so, not sure if this is still a requirement)?

The test didn't like my solutions/speed (which meant I couldn't move forward), however, I'd say I'm more than qualified to be a Toptal dev (see projects in my HN profile [1]).

[1] https://news.ycombinator.com/rglover

replies(1): >>43396979 #
1. dep_b ◴[] No.43396979[source]
I only passed the coding test because they asked me exactly the same question the second time. I was definitely one of their top developers there, got great reviews and got approached directly for some great projects so it was pretty obvious I was an above average performer there.

Coding tests suck for people from countries that have a more practical mindset at universities. I remember needed algorithms exactly once where I had to apply algorithms to cluster 100,000's of map pointers and every built-in solution was completely slow.

Got it to an agreeable performance, which was cool. However using the Geo capabilities of the database directly was much faster, and could be cached for all users, so I just used that instead in the end.