DEV Community

✨iMichael✨
✨iMichael✨

Posted on

4 4

A framework for choosing from multiple job offers.

"Which job offer should I accept" is a question I see pretty frequently in various Slack groups and hear IRL. The answer of course is always personal and subjective so I thought it would be helpful to write software that helps organize our thoughts in a structured way and eliminate the Decision Fatigue associated with multiple good options.

I've published a very alpha quality version in Python-3.7 @ https://github.com/iMerica/job-offer-selector. Feel free to fork it or use it as inspiration.

The core idea here is:

  • Rank the categories that are most important to you.
  • Rank the companies in these categories.
  • Select the company that performs best using a weighted average.

P.S. Python 3.7's new data class module is pretty awesome. This project relies upon them pretty heavily.

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

Top comments (0)

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay