karolina.curiosum

karolina.curiosum

Elixir events: what works, what doesn’t, what’s missing?

Hiii,

I’m coming with some questions about Elixir events. I’ll appreciate every answer!

- What type of Elixir events do you prefer to attend, and which are the most valuable for you (online/offline, meetups, workshops, conferences)? If you want to share why in a few more words, that would mean a lot for us.

- What are the main reasons you don’t join events today (timing, value, level, location, etc.)?

- Is there anything missing in Elixir events (topics, formats, networking space) that would make you show up?

- If there were an expert-focused, paid event, what would it need to include to be worth your time?

Most Liked

lawik

lawik

Nerves Core Team

I like a mix of the larger events, the meetups, the little satellite pre-conference events we put on sometimes.

I like doing hands on technical stuff with folks in the community and the conferences don’t typically offer this, except maybe/sometimes trainings.

I attend a ton of things relatively speaking. But I am more on the building community and increasing activity side of things than regular attendance :slight_smile:

Hands on hackathons. Gather your community, connect with a project, grind some PRs in person. Trigger more people to engage deeper and contribute.

Multi-day training in retreat format. Focused time to get better at in-depth topics and some less structured parts to make it fit the stuff I do.

The trainers would need to be primarily people with a strong reputation for teaching and deep knowledge in the ecosystem.

Price could be fairly high if the format was good enough.

But I think it is very hard to execute well (for me to value it as an attendee) as I don’t feel I am constrained in learning things or access to knowledgeable people. I am constrained mostly by time.

But I’d enjoy a focused, dedicated, no-distractions format.

Where Next?

Popular in Discussions Top

PragTob
Hello everyone, I know we had quite some threads (read through lots of them) about background job processing but it remains a hotly deba...
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
thojanssens1
It would be nice to be able to define a redirect from one route to another from the router.ex file. E.g.: redirect "/", UserController, ...
New
arpan
Hello everyone :wave: Today I am very excited to announce a project that I have been working on for almost 3 months now. The project is...
New
ricklove
I was just introduced to Elixir and Phoenix. I was told about the 2 million websocket test that was done 2 years ago. From my research, t...
New
crabonature
I’m still quite new to Elixir. As I understand we got in Elixir “multi guards” as convention to simplify one large guard with or’s?: de...
New
WolfDan
After doing a port from a c++ library to my project in phoenix I’ve seen that I need a faster way to run this algorithm and I found this ...
New
sergio
There’s a new TIOBE index report that came out that shows Elixir is still not in the top 50 used languages. It also goes on to call Elix...
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
cblavier
Hey there, It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
New

Other popular topics Top

marius95
Hello everyone, I try to use an Javascript Event Handler in my root.html.leex file. Therefore I created a function in the app.js file: ...
New
aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
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 53578 245
New
AstonJ
Posting this to see if we can make things easier for people to get into Neovim. If you use Neovim and have a favourite distro please let ...
New
vrod
I am using the Starship cross-shell prompt – it seems pretty nice, but I get some errors: [WARN] - (starship::utils): Executing command ...
New
chrismccord
This release brings a number of exciting features, including integration with the new Phoenix LiveDashboard and Phoenix LiveView. There h...
New
freewebwithme
Using vs code and installed ElixirLS: support and debugger. And I got an error popped up on start up says Failed to run ‘elixir’ comma...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New
svb
Hi! Currently I want to submit a form by pressing the Enter key. However, since my input field is of type “textarea” this is just adds a...
New

We're in Beta

About us Mission Statement