NobbZ

NobbZ

EF Team over on exercism

I just created a team for EF over there at exercism.io.

I would be really happy if some of you would like to join!

The team is Members of the Elixir Forum.

If you need/want an invite, just drop a message here, leaving your exercism/github username. I do also accept PMs :slight_smile:

Everyone whose post was “liked” by me has got his invite to the team.

First Post!

AstonJ

AstonJ

I’m not sure when I’ll be able to join in, but feel free to add me :003:

(same username)

Most Liked

NobbZ

NobbZ

Thats exactly what exercism is about:

You do some exercise to learn something. After that you start reading implementations of the same problem and comment on them (either because you like a piece of code, you don’t understand something, or you want to leave some positive or negative critics), if everything goes well, those comments are the start of a discussion and you do learn even more from these discussions.

voger

voger

I would like an invite also. My username is voger

arkgil

arkgil

I’d also like an invite :slight_smile: My nickname is zsuidakra
I’m very excited about it :smiley:

Last Post!

NobbZ

NobbZ

The current version treats “teams” as an isolated space.

The old version had them integrated into the page and you were able to filter solutions by team mates.

Though as v1 in generall worked completely different to v2, its hard to explain, without having to explain all the other differences between v1 and v2 as well…

Where Next?

Popular in Discussions Top

AstonJ
Are there any Elixir or Erlang libraries that help with this? I’ve been thinking how streaming services like twitch have exploded recentl...
New
CharlesO
Erlang :list.nth simple, but 1 - based nth(1, [H|_]) -> H; nth(N, [_|T]) when N > 1 -> nth(N - 1, T). Elixir Enum.at … coo...
New
ben-pr-p
In general I’ve been sticking to this community style guide GitHub - christopheradams/elixir_style_guide: A community driven style guide ...
New
slashdotdash
Phoenix Live View is now publicly available on GitHub. Here’s Chris McCord’s tweet announcing making it public.
New
lucaong
Hello Elixir and Nerves community, I have been working for a while on an open-source embedded key-value database for Elixir, that I call...
230 14403 124
New
RudManusachi
What configs will make sense to put to runtime.exs? – A bit of how I configure apps: I have generic configs in config/config.exs, dev...
New
AngeloChecked
What learn first? Rust or Elixir Hi Elixir community! I’m here because i want learn a new language. I’m a junior developer and mainly i ...
New

Other popular topics Top

baxterw3b
Hi guys, i’m new in the Elixir world, and i have to say, that i love it! i’m having some problem to understand anonymous functions with ...
New
joaquinalcerro
Hi there, I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 records...
New
vonH
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
nsuchy
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New

We're in Beta

About us Mission Statement