I know it takes a lot of effort as well as luck in landing that first entry-level job so all I can say is to keep knocking, but also be prepared to show something tangible. Anyone can talk all day about their awesome work ethics but it's another thing to be able to prove it by presenting a polished (for a junior) software.
Ask HN: Advice for finding an entry-level remote job?
31–40 of 212 posts
Re: Ask HN: Advice for finding an entry-level remote job?
#32> I need to work remotely for family reasons. I have a special-needs sister and I look after my youngest brother. They are what's most important to me, which is why I don't want to relocate. Have you considered they might benefit from moving to a new location as well? Better schools and services for instance.
Re: Ask HN: Advice for finding an entry-level remote job?
#33Earlier quoted context omitted.
For GitHub, I looked at projects that interested me, but not necessarily having the skills to contribute code. So I would pour through the docs and find errors, typos, mistakes. These kinds of things. Cleaning up. Sometimes added documentation that was missing.
As a HM if a candidate showed that on their github - it would be a yellow flag (nonsense changes for the sake of changes). Just my $0.02.
But if they're accepted by the repo owner, they're probably not nonsense. And projects need better documentation. If the OP was applying for a junior 'tech' role of some sort, and demonstrated that experience of revising documentation to be up to date and improved... it's a step up from some people I've seen over the years (who leave behind bad/broken docs, for example).
Re: Ask HN: Advice for finding an entry-level remote job?
#34Re: Ask HN: Advice for finding an entry-level remote job?
#35There's actually quite a lot of piecemeal consulting relating to JS snippets on company websites that might be a better fit than support or more traditional development.
I mean things like e-commerce, SEO, form integrations, cookie consent forms, etc. If you talk to small businesses they will have a strong tendency to use wordpress with plugins to try to manage these things with as little coding as possible.
But often they end up needing a little JS/HTML debugging help and if you look at dev support of companies like Google, Stripe, MailChimp, etc, as you develop skills debugging JS, and try to debug websites then you'll actually be building skills that are normally farmed out by the larger orgs to consultants at pretty good rates.
Similarly, you can also do a lot in spreadsheets, i.e. in JavaScript in Google spreadsheets to do more business related tasks and it can be easier to find small businesses in your area that want to pay for projects to organize their inventory, integrate numbers scraped from different tools, etc.
At any rate, I just thought those might be some ideas that would be a bit different and might have some more local stepping stones even in a pretty small economy as well as remote consulting possibilities.
Re: Ask HN: Advice for finding an entry-level remote job?
#36Documentation writing is something that can get you in the door at interesting places. It can also give you time with technology in a less pressured environment to learn it and switch to more technical jobs.
Bigger companies have roles like this, but they are obscured because documentation writer is not a sexy title, and the role is more than writing. It can be part testing features or providing product feedback ("I tried writing about this feature but it's so complicated. Will people even use it?")
To work out some places to try applying I started with Microsoft. I'd ignore locations, even when listed because companies haven't updated their tools to reflect remote or are stupidly optimistic. Even if you got fired because you wouldn't work onsite at the end of 2021, the experience would give you a serious boost. How I found the roles:
1. Searched for "Microsoft documentation". Found docs.microsoft.com. 2. Searched for docs.microsoft.com on jobs.microsoft.com. 3. Found "content developer" roles listed. This is the job title stuff I was talking about. At the core it's tech writing. 4. Pivoted to searching "content developer" - https://careers.microsoft.com/us/en/search-results?keywords=...
Repeat that for other companies and you'll find different opportunities. There may also be contracting roles but it's harder to get into those initially. Writing docs for open source projects associated with these companies can help to make contacts. Red Hat is another place to consider for this reason.
It's important to have a portfolio of work. If you apply for a doc writer role you'd need to find examples that map onto what they produce. Also, look for opportunities to critique their work to some degree and be ready to suggest how you might improve their current work. Docs are becoming more interactive and interesting too, so any suggestions on how to make them more interesting will find more ears.
Re: Ask HN: Advice for finding an entry-level remote job?
#37Is your ultimate goal to break into the tech industry? If so, I'd spend a bit more time getting some actual working pieces of code on your GitHub. Editing documentation is a noble deed, but as an interviewer it wouldn't do much for me in assessing your skills. I know it takes a lot of effort as well as luck in landing that first entry-level job so all I can say is to keep knocking, but also be prepared to show someth…
I've known several people – usually in their early 20s – who claim to be smart and motivated. Most of them are smart. But when it comes time to actually build something, they'd rather play video games. So how do you distinguish yourself from the video gamers? Build something. Anything.
If you want a full stack job, build a Twitter clone (with limited features) in React (or ReactNative) and Django. Even if you don't use those tools when getting hired, it'll show people that you have what it takes to do the work. Both React(Native) and Django have the added benefits of being in high demand, and extremely well documented.
Re: Ask HN: Advice for finding an entry-level remote job?
#38Earlier quoted context omitted.
For GitHub, I looked at projects that interested me, but not necessarily having the skills to contribute code. So I would pour through the docs and find errors, typos, mistakes. These kinds of things. Cleaning up. Sometimes added documentation that was missing.
As a HM if a candidate showed that on their github - it would be a yellow flag (nonsense changes for the sake of changes). Just my $0.02.
Re: Ask HN: Advice for finding an entry-level remote job?
#39However, what you have going for you is that you can speak and write English well. You do not have to (and should not mention) where you live, or your own circumstance. Most people are looking for someone cheap to do short projects.
The goal here is to bootstrap your experience with paid projects, even if the pay is low. You use that to then get in front of larger projects or part time work.
Pick a tech platform or a platform family and stick with it, at least initially. You’re looking for projects that, after completing them, will get you in the door with stuff that pays well.
Anything that you develop that you can put into github, you should. Usuallly, contracts are done as work-for-hire. You might be able to negotiate keeping copyright. You might not. However, tools and scripts you write to assist with it should get posted. Your hobby projects should go there too.
Now, to talk specifically about your strengths. If you love teaching and you are good at writing, one thing you can do is to start blogging about your projects, or writing tutorials. It is a kind of psychological or marketing jujutsu. Teaching something implies expertise and authority, so long as the content is competent. You can even frame this as documenting your experience learning something. Just make sure that you brand this as you authoring the thing.
Last, give some thought to speciality. If you are known to be able to solve problems in specific areas, people come to you. Some people write web apps. Some people do devops/sre/infrastructure. Some people write low latency multiplayer game servers.
Re: Ask HN: Advice for finding an entry-level remote job?
#40I know this option isn’t the best, but check out rentacoder or freelancer. You’re going to get underpaid, and competing with lowest-cost vendors. This is contract, 1099 work, so no employee benefits. (But! If you play your cards right and understand taxes and laws, it can be more lucrative). However, what you have going for you is that you can speak and write English well. You do not have to (and should not mention)…