amacgregor

amacgregor

How to become an Elixir developer in 2022?

Manager former developer looking to get back into the developer track, looking for advice on the following:

  • Essentials to master when working with elixir
  • Learning path to become productive as a developer

Essentially looking for the elixir equivalent of Backend Developer Roadmap: What is Backend Development

Thanks in advance!

First 7 of 7 Posts Switch mode

kanishka

kanishka

Very quick, rough response:

concepts in exercism roadmap
ecto, phoenix, maybe absinthe
mix basics

AstonJ

AstonJ

Here are some options:

  • Make the most of all the Elixir Learning Resources > Books and Learning Resources > Courses we have :smiley:

  • Go through things like Exercism (if you like #learning-questions-discussions:coding-challenges)

  • Create some projects in Elixir/Phoenix

  • Create some tools/packages in Elixir

And last but not least - be visible - blog, take part in the forum, etc. People generally hire people, and if your visible and a positive person I’m pretty sure you’ll have a better chance of getting hired over someone who isn’t :003:

Good luck :023:

NataliaCuriosum

NataliaCuriosum

Maybe this articles will help a little:

cjbottaro

cjbottaro

I absolutely love the official Elixir getting started guide…

You can go through the whole thing in a day or two, and it kind of sets you up to answer “where to go from here.” Especially if you have previous experience as a programmer.

The biggest issue for me was learning to leverage OTP so I don’t reinvent any wheels.

There are TONS of tools to help manage processes. Once you get the basics, mastering GenServer, Task, and Task.Supervisor is the next step, imo.

Then understanding OTP applications. An application has configuration, can depend on one or more other applications, and can start one or more processes, etc.

KristerV

KristerV

I recently went through TDD Phoenix and Testing LiveView and enjoyed it very much. I’d consider the latter to be a part of compulsory reading for newcomers. It walks you through both how and what to test, but also refactors tests to be readable in a very understandable pattern. German seems to have put a lot of effort into making it concise. I for one have trouble learning from books as they stretch out a sentence into a paragraph and this course was very efficient.

KevinGenus

KevinGenus

Sep 2023 - Are there any updates any of you might add?

I’m in the same boat, made major life changes to work on some ideas I’ve sat with since the pandemic began and after taking time to get current with Javascript (Node/Express/React/ReactNative), Typescript, Go and Rust, I keep falling back to Elixir because we used Erlang when I worked at Verizon, the distributed system and messaging were incredible and I’d love to use that functionality… so I’m off to iterate and refactor from intermediate to mastery.

Snake-Sanders

Snake-Sanders

I switched from Embedded C to Elixir. To me, Excercism was very attractive but the jump from 0 to something was very hard.
I bought some books but I got lost in the abundance of information.

Then I decided to purchase the Elixir and Phoenix courses from Pragmatic Studio, it was the best decision ever. It was great to get moving in a short period of time.

— All posts loaded —

Where Next?

Trending in Questions Top

stjefim
Hello! Suppose you are building workflow (order / task / payment) processing system with the following requirements: Each workflow con...
New
jonnycharles
I’m in search of an Elixir library that offers PDF generation capabilities similar to Ruby’s Prawn. While there have been discussions abo...
New
spammy
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
silverdr
Using Phoenix.LiveView.TagEngine as an EEx.Engine is deprecated! To compile HEEx, use Phoenix.LiveView.TagEngine.compile/2 instead. Sta...
New
dli
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app? Looking for hints regarding: Addi...
New
bottlenecked
Hi all, I wanted to ask how the community is dealing with post-release steps. Today we have Ecto migrations, which make sure that the db...
New
michallepicki
I am using Oban and occasionally, shortly after a deployment, a handful of jobs can fail because of dependency on other parts of the syst...
New

Other Trending Topics Top

JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
ausimian
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
type1fool
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
akoutmos
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New

We're in Beta

About us Mission Statement