denispeplin

denispeplin

I want to teach some Elixir. Any volunteers to be taught?

Hello there!

I have a little in-home experience teaching physics and I have nobody to teach Elixir to, but I want to try. So I decided to search here.

We may:

  1. Have pair programming sessions.
  2. Build some opensource projects together.
  3. Have some code reviews while working on opensource projects.

As a result, we may have something for your (and mine) Github profile and also some extra experience.

I’m a regular backend Elixir programmer, so don’t expect any specific fancy stuff from me. Just a regular web application code for real-life applications.

Your experience may vary, but I’m mostly thinking about beginners in Elixir who came from another language. If you are a beginner in programming, we may talk about some steps to take you closer to doing some real stuff.

P.S. I’m not entirely sure this isn’t an offtopic. Point me please in the right direction if it is.

Most Liked

denispeplin

denispeplin

We had our first session with @g5becks and @ZsoltMaslanyi

The result is here: GitHub - denispeplin/grab_elixir · GitHub (it grabs username, link to user’s profile and posts from this page).

I will continue tomorrow with adding some Ecto and saving stuff taken from the forum.

We decided on the call that it’s a good idea to have Telegram channel for quicker notifications. Here it is: Telegram: Contact @teach_elixir

I think I’ll be running next session tomorrow 11:00 UTC approx. Ping me around this time in the telegram channel if you want to join.

AstonJ

AstonJ

Sounds like a great idea @denispeplin :023:

Perhaps you could use the forum or have more open class on the forum where more people can join in? Could be an interesting way to do it and might benefit more people :smiley:

Kurisu

Kurisu

I would like to be in the class. ^^

I’m not quite new to Elixir, but I have a lot to learn. Far too much, I’m afraid.

Somehow, I managed to write a classifieds website with Phoenix thanks to this forum and other free learning resources on the web. The administration platform allows admin users to add categories associated with almost any type of criteria to be fulfilled when creating an ad. Generated form fields can be text, number or datetime inputs, select tag with predefined options, predifined chexboxes or radio buttons with less or more complex validations.
Even though all seem to work fine, I’m sure it could be better:

  • for example my Ecto queries could probably be enhanced.
  • I have not written any code to test it. Unit testing is my pet peeve. That’s probably one of the reasons why I still have no contribution in the world of open source.

Finally, unfortunately I have some technical limitations.

  • I have a really limited internet connection (I use mobile data) so I will not be able to participate in videoconferencing if there is. So it would arrange me a lot if exchanges are via emails or text chat, or even on this forum.
  • English is not my native language so sometimes I have hard time to understand or to make myself be understood… So I’m learning that too. ^^

I don’t know how many people you will be able to take in your class :slight_smile:, but bravo for taking this initiative.

Where Next?

Popular in Discussions Top

andre1sk
A big advantage to Elixir is all the distributed goodness but for many applications running on multiple nodes having integrated Etcd, Zoo...
New
Jayshua
I recently came across the javascript library htmx. It reminded me a lot of liveview so I thought the community here might be interested....
New
owaisqayum
I have a sample string sentence = "Hello, world ... 123 *** ^%&*())^% %%:>" From this string, I want to only keep the integers, ...
New
laiboonh
Hi all, I am trying to convince my team to use liveview over the current react. What are some of the points where one should consider us...
New
Fl4m3Ph03n1x
Background This question comes mainly from my ignorance. Today is Black Friday, one of my favorite days of the year to buy books. One boo...
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
shishini
I think this twitter post and youtube video didn’t get as much attention as I hoped I am still new to Elixir, so can’t really judge ...
New
klo
Got a question about when to concat vs. prepending items to list then reversing to achieve appending. So i know lists boil down to [1 | ...
New
Fl4m3Ph03n1x
Background A few days ago I was listening to The future of Elixir from Elixir Talks, with Dave Thomas (@pragdave ) and Brian Mitchell. I...
New
jesse
Hi everyone, I hesitated to post this here because I don’t want you to think I’m spamming, but I’ve been working on a Platform-as-a-Serv...
New

Other popular topics Top

axelson
This post is a wiki (feel free to hit the edit button near the bottom right of this post to add your own changes!) This post collects co...
239 48342 226
New
hariharasudhan94
lets say i have a sample like a = 20; b = 10; if (a > b) do {:ok, "a"} end if (a < b) do {:ok, b} end if (a == b) do {:ok, "equa...
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
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
shahryarjb
Hello, I have map which I want to convert it to string like this: the map: %{last_name: "tavakkoli", name: "shahryar"} the string I ne...
New
fireproofsocks
Forgive me if this is obvious, but how does one delete a database record WITHOUT selecting it first? Ecto.Repo — Ecto v3.14.0 has exampl...
New
josevalim
Hi everyone, One of the features added to Elixir early on to help integration with Erlang code was the idea of overridable function defi...
New
vonH
When I run the Plug and I recompile I wind up having to use Ctrl C to quit iex and start again. Witht the help of rlwrap I can use the cu...
New
AstonJ
We’ve put together this wiki for Phoenix LiveView - please feel free to add any info you feel is worth including. What is Phoenix LiveV...
New
JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1144 54120 245
New

Latest on Elixir Forum

We're in Beta

About us Mission Statement