diff --git a/_includes/important-links.html b/_includes/important-links.html index d1e54d844..0f5aaf4c9 100644 --- a/_includes/important-links.html +++ b/_includes/important-links.html @@ -27,6 +27,7 @@

Join the Community

  • Meetups around the world
  • Wiki with events and resources maintained by the community
  • +
  • Hiring Elixir Developers
  • diff --git a/hiring.md b/hiring.md new file mode 100644 index 000000000..48717d88c --- /dev/null +++ b/hiring.md @@ -0,0 +1,37 @@ +--- +title: Hiring Elixir Developers +section: hiring +layout: default +--- + +# Hiring Elixir Developers + +Here are a few strategies to engage with (and hopefully help you hire) Elixir +developers: +* Consider posting the job opportunity on: + * the [Jobs section on ElixirForum](https://elixirforum.com/c/work/elixir-jobs/16) + * the [ElixirCompanies website](https://elixir-companies.com/en) + * the ["Who is hiring" Hacker News monthly thread](https://news.ycombinator.com/submitted?id=whoishiring) + * the [jobs channel in the Elixir Slack](https://app.slack.com/client/T03EPRA2X/C060RDHPX) + * the [#jobs channel in the Elixir Discord](https://discord.com/channels/269508806759809042/1016408077714608168/1016408077714608168) + * the [Elixir Programming group on LinkedIn](https://www.linkedin.com/groups/6530248) + * the [Elixir Radar newsletter](https://elixir-radar.com/post-your-job-listing-in-the-elixir-radar-for-free) +* Scanning Open Source contributions in the community. You can find the + contributors list by clicking "Insights" in a Github repository and then + "Contributors". For a complete list of projects, visit + [Hex.pm](https://hex.pm) and check the source code for a project of your + choosing. Here are a few examples of important projects in the community: + * [Elixir](https://github.com/elixir-lang/elixir/graphs/contributors) + * [Phoenix](https://github.com/phoenixframework/phoenix/graphs/contributors) + * [Ecto](https://github.com/elixir-ecto/ecto/graphs/contributors) + * [Hex.pm](https://github.com/hexpm/hexpm/graphs/contributors) + * [Jason](https://github.com/michalmuskala/jason/graphs/contributors) + * [Phoenix LiveView](https://github.com/phoenixframework/phoenix_live_dashboard/graphs/contributors) + +* Consider making your company known to the community by attending/hosting + gatherings (in person or remote), sponsoring/participating in a conference + (presenting/sponsoring) and writing technical blog posts about how your + company uses Elixir and its ecossystem. +* Check the [Wiki](https://github.com/elixir-lang/elixir/wiki) for more ways to + engage with the community and spread the word about your Elixir + opportunities!