I’ve been a remote SWE since the pandemic and truly appreciate its flexibilities and time saved from not commuting. Lately, friends and close ones have been asking me for advice on finding remote roles. I shared my remote company spreadsheet with them, but realized it was a rather manual process to scroll and refresh each company’s career page for new postings.
So I put together a centralized job board aggregator that lists the best paying SWE jobs in one place, starting with the U.S. and 14 companies. The way it works is via a cron job that runs daily in the afternoon to pull the latest job postings from each company and updates the website with the new listings.
Some other key features are
1. Quickly see which companies are actively hiring, e.g. Coinbase currently has the most openings
2. Filter by years of experience or companies to find suitable matches
3. Easily see estimated salary and posted date
If you're also on the hunt for the next remote SWE role, I hope this site helps streamline your job search and would appreciate any feedback and suggestions. Thanks!
Home page: https://www.remoteswe.fyi
FAQ page with additional context: https://www.remoteswe.fyi/faq
Comments URL: https://news.ycombinator.com/item?id=44025484
Points: 21
# Comments: 9
Accedi per aggiungere un commento
Altri post in questo gruppo


I built a CLI tool called `sshsync` to run shell commands and transfer files across multiple servers over SSH concurrently.
It was inspired by tools like `pssh`, but I wanted something more mode

goboscript is a text-based programming language which compiles to Scratch. It allows you to write Scratch projects in text, and compile it into a .sb3 file - which can be opened in the Scratch edi