sadcad

sadcad

Are there any free video tutorials?

I love the Phoenix and Elixir docs, but I always tend to learn faster when I watch a video of someone explaining things and then I implement it myself.

Any suggestions ? Youtube doesn’t have much to offer and usually for other frameworks there are free resources available.

Thanks in advance!

Most Liked

jed

jed

Try Elixir Casts. Many of their videos are free, which can be viewed either on their official site or on their Youtube channel: https://www.youtube.com/channel/UCEJIWmO9DIE83i6_qmJXqjQ

omgneering

omgneering

I made a series of videos on GenServer basics with a few usage examples at omgneering.com (It’s a youtube channel)

malloryerik

malloryerik

On YouTube the Tensor Programming videos are quite good. I found out about them through @OvermindDL1 on this forum. They give a clear explanation of processes, for example.

Also, I understand if you can’t afford it but I’d generally recommend buying content. I know that I typically take videos more seriously if I’ve bought them. If you decide that you can spend a bit of dosh, there’s this thread: https://forum.elixirforum.net/t/are-there-any-premium-videos-for-learning-phoenix/.
I can personally vouch for PragDave’s course and the stuff at Pragmatic Studio.

zkessin

zkessin

I have a lot of videos on my channel “The Beam Channel” https://www.youtube.com/c/beamchannel

There is nothing much on Phoenix yet, but a lot on Elixir and Erlang. I am sure I will do some Phoenix stuff at some point.

sfusato

sfusato

Check out the Screencasts section of Awesome Elixir:

Then there’s also a similar section on elixir-lang.org:

Where Next?

Popular in Chat/Questions Top

shansiddiqui94
Hello all, I recently did my first app in Phoenix and Liveview, many thanks to all the users who assisted me. I found that the tutorial ...
New
miguelsrrobo
hi i was wondering if it is necessary to learn erlang to learn elixir
New
William
I would like to know that is there any online source for learning Phoenix Framework for building E-Commerce Store? Any advantage on build...
New
satoru
I’m working on the “Bob” exercise on the Elixir Track in Exercism. I am testing for uppercase letter with this simple check: c in ?A..?Z...
New
Emily
Preface: I’m not sure if thise is the right place, because this is not direclty Elixir related… but I’ve always got some of the best advi...
New
New
tom_s
Hello Elixir Community! I’m new to functional programming in general and to Elixir in particular but I’m very intrigued and would like t...
New
aswinmohanme
I recently finished the Udemy course on Elixir and Phoenix and I am thinking about using it for the next project. But I am stuck as how t...
New
pdgonzalez872
Do we have a list of academic/research papers: about Elixir/Erlang? that use Elixir/Erlang? about the Beam? If so, could you please po...
New
Twfo326
As a novice dev I’m trying to keep the curriculum as lean as possible. My requirements are modest: build simple CRUD apps with Phoenix...
New

Other popular topics Top

lastday4you
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
JDanielMartinez
Hi! May someone helps me, please! I have two apps into an umbrella project: the first one is Database, which manages queries, and the se...
New
JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1140 51847 244
New
Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
sergio
In Ruby, I can go: User.find_by(email: "foobar@email.com").update(email: "hello@email.com") How can I do something similar in Elixir? ...
New
srinivasu
How to handle excepions in elixir? Suppose i have A, B, C ,D, E modules. and each module has get() function. A.get() method will call th...
New
KronicDeth
Elixir plugin for JetBrain’s IntelliJ Platform (including Rubymine) This is a plugin that adds support for Elixir to JetBrains IntelliJ...
289 35421 110
New
quazar
How to set Jason to encode all fields in ecto schema, I don’t care about security and implementing only is taking long list of attributes...
New
myronmarston
The Elixir Typespec docs show the following syntax for keyword lists in typespecs: # ... | [key: type] # keyword lis...
New
siddhant3030
Hi, I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New

We're in Beta

About us Mission Statement