A curated list of companies in the sustainability sector with jobs for devs.
The best minds of our generation are thinking about
how to make people click on adsclimate change
Electricity Maps
This project needs your help and contributions:
- Share this project with others
- Add a link to the backlog
- Fix broken links
- Review links in the backlog and add them to this project
- Suggest structural improvements by opening a pull request with changes to template.md
Not able to work on sustainability in a full time job? Check out this list of open source projects.
{% for country in jobs.keys() -%}
- {{country}} {% endfor -%}
- Jobportals
{% for country, jobsByCountry in jobs.items() -%}
{% for field, jobs in jobsByCountry.items() -%}
company | jobs | rating* | description | sp* | re* |
---|---|---|---|---|---|
{% for job in jobs -%} | |||||
{{job.name}} | jobs | {% if job.review %}{{job.rating}}/5{% endif %} | {{job.description}} | {% if job.speculative %}✅{% endif %} | {% if job.remote %}✅{% endif %} |
{% endfor %} |
{% endfor %}
{% endfor %}
- rating: Rating by the employees according to portals like Kununu or glassdoor
- sp: speculative applications accepted
- re: has at least one remote job offering
{% for country, jobportals in jobportals.items() -%}
{% for jobportal in jobportals -%}
- {{jobportal.name}} {% endfor %}
{% endfor %}