adolfont

adolfont

Do you listen to Elixir Podcasts?

Do you listen to Elixir podcatsts? Right now we have 5 that we can say are active:

If you listen to one or more of them, why? What do you get from listening?

If you don’t listen to any, I also would like to know why. Is it because you don’t like listening podcasts? Or because you already listen to many other podcasts?

Source for the podcast list: Podcasts and Screencasts · elixir-lang/elixir Wiki · GitHub

A previous post on Elixir Podcasts.

Most Liked

NobbZ

NobbZ

I’m listening to all of them.

Usually I do not put much of attention to the casts at all. I just put them on my ears when moving from school or office to the next trainstation.

And as I also have other podcasts in the queue that still cast regularly, I am barely managing to keep up with them. Though what it gives me, is that I get the news.

Its rarely that I try to learn from them. Really, its about the news only.

Having heard about a library or tool mentioned, even in this passing by manor, sometimes enables me to just come up with this in the office when related problems arise.

Also sometimes the jokes are good :smiley:

kpanic

kpanic

No. I prefer to read.
I would like to have some good RSS feeds (yes, RSS feeds :wink: ) to add to my RSS reader tho’

regulation_d

regulation_d

I’ve been listening to most of them though not religiously. mainly just to get a sense for what people in the community think is important. Some of the real value for me is in hearing about new libraries as they come out.

As a newbie several years ago, I listened to Elixir Fountain with Johhny Winn and later also Sean Callan. Those were hugely helpful in helping me get acclimated to the ecosystem.

Where Next?

Popular in Discussions Top

vans163
So useless benchmarks aside, Its possible to write a webserver that can serve 300k requests per second (perhaps more with optimizations)....
New
Rustixir
Hi everyone, im working on find best language/framework/system for high concurrency, high performance and stable performance after wor...
New
cvkmohan
The upcoming Phoenix 1.6 release looks very interesting. Became a habit to watch the commits - and - what they are bringing in. phx.gen...
New
jeramyRR
This is an interesting article to read. Elixir’s performance, like usual, is excellent. However, it seems like the high CPU usage is co...
New
mmmrrr
Just saw that dhh announced https://hotwire.dev/ Is it just me or is this essentially live view? :smiley: Although I like the “iFrame-e...
New
pillaiindu
I want to convert a Phoenix LiveView CRUD website to a CRUD mobile app. What do you think is the easiest way to do so?
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
und0ck3d
Hello everyone! A few days ago I’ve created a topic here about how people were creating CMSs with Elixir and Phoenix. I’ve been studying...
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
acrolink
How does the two languages compare when it comes to server side application development? Any experiences or ideas? Thank you.
New

Other popular topics Top

sorentwo
Hello! tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability. After spen...
985 42920 311
New
ovidiubadita
Hey all, I discovered Elixir and I love it. I always wanted to learn a functional programming and I intended to go for Haskell, but afte...
New
jerry
Good day to you all. I have been struggling to get a query involving like and ilike to work. Can anyone assist me on this, please? pro...
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
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
aesmail
Hello guys, I have finally made it. I created an admin interface for a framework. It’s been on my todo list for years and with the curre...
New
stefanluptak
Hello everybody, usually, I use a 29" ultra-wide monitor for VSCode which can easily accomodate explorer (files panel) + file with code ...
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
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
Qqwy
Update: How to use the Blogs & Podcasts section You can post links to your blog posts or podcasts either in one of the Official Blog...
3271 126479 1222
New

We're in Beta

About us Mission Statement