Software Alternatives & Reviews

Open-sourcing Remotebear, a remote jobs aggregator

Vercel Remotebear.io Next.js
  1. 1
    Vercel is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration.
    Remotebear’s website is built with NextJS, is hosted on Vercel, and uses Server Side Rendering for the pages generation. It grabs the jobs/companies data from NextJS serverless functions that expose jobs-data.json and company-data.json (they just read them once loaded and keep them in memory). For jobs and companies data, we set a long caching window at the edge. We never show stale data because every time a pull request is merged, Vercel starts a new build, invalidating the entire jobs/companies cache. Immutable assets (e.g.: fonts, images, etc…) are also cached on the browser. Basically, the way we store and use data on the front-end is a mixture between State Site Generation and Server Side Rendering; we’re not going all-in with a Static Site Generation approach because pagination, search, and filtering, would still require some kind of Server Side Rendering to generate the pages on-demand.

    #Developer Tools #Web Development Tools #App Deployment 524 social mentions

  2. NOTE: Remotebear.io has been discontinued.
    Remotebear keeps you up to date with the latest remote job opportunities from the greatest remote tech companies — no account or sign-up required.
    Pricing:
    • Free
    I’m open-sourcing Remotebear, a jobs aggregator that collects the latest remote opportunities from the best full-remote and remote-friendly tech companies.

    #Job Boards #Remote Jobs #Tech Jobs 4 social mentions

  3. A small framework for server-rendered universal JavaScript apps
    Pricing:
    • Open Source
    Remotebear is a NextJS web application that gathers job offers from public APIs and by scraping public websites using a Node script. The entire codebase and “database” are contained in the remotebear-io/remotebear repo and is organized using Yarn Workspaces.

    #Developer Tools #Web Frameworks #JavaScript Framework 923 social mentions

Discuss: Open-sourcing Remotebear, a remote jobs aggregator

Log in or Post with