Skip to main content

Search

Items tagged with: elixir


Looks like there is some kind of #Fortnite project called #Elixir. So now we have what seem like teenagers in the Elixir Discord server asking for Fortnite advice daily. 😁



#elixir

3 iterations via pipe operator
people
|> Enum.filter(& &1.active)
|> Enum.map(&{&1.name, &1})
|> Enum.into(%{})

or 1 iteration via comprehension
for %{active: true} = person <- people, into: %{} do
  {<a href="http://person.name">person.name</a>, person}
end


So I've updated my site and now I have my resume there (moving it off Glitch) at https://jacky.wtf/about#work. I'm looking for #RemoteWork mainly in application software development. Languages I'm comfortable with are #Python, #Rust and #Elixir. I know #Ruby as well but I'm definitely rusty (heh).

Feel free to boost for visibility.