defmodule Example do
  def add(a, b) do
    a + b
  end
enddefmodule Example do
  def add(a, b) do
    a + b
  end
enddefmodule Example do
  def print_type(x) when is_integer(x), do: IO.puts("Integer")
  def print_type(x) when is_float(x), do: IO.puts("Float")
end
Example.print_type(10)
Example.print_type(10.5)defmodule Example do
  def sum_list(list) do
    Enum.reduce(list, 0, &(&1 + &2))
  end
end
Example.sum_list([1, 2, 3, 4, 5])defmodule Example do
  def create_task(fun) do
    Task.async(fun)
  end
end
Example.create_task(fn -> 1 + 2 end)Back-end App Developer
Front-end Web Developer
Full Stack Developer (Java)
Full Stack Developer (.Net)
Full Stack Developer (MEAN)
Full Stack Developer (MERN)
DevOps Engineer
Database Engineer (AzureSQL)
Database Engineer (Oracle)
Database Engineer (General)
Solution Architect (.NET)
Solution Architect (Java)
Solution Architect (Ruby)
Solution Architect (Python)
AI Engineer (Python)
Sr. AI Engineer (Python)
AI Strategist (Python)
Business Intelligence Engineer
Systems Analyst
Mainframe Developer (COBOL)
Mainframe Developer (General)