shansiddiqui94
Greetings Elixir Developers,
My name is Daniel, and I am taking my first step to learn all about the Elixir language. Currently I have a background in JavaScript, and React. When speaking of the Elixir language I noticed the syntax is quite short and the over all language is explicit.
My question is to know if there are any courses to learn Elixir through the lens of a Javascript developer.
Thank you to all those who answer and I am excited to start my journey and meet all the great Elixir Developer here.
Trending in Chat/Questions
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security











Showing Posts 1 to 3- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
cmo
Hi,
Here’s a couple which target programmers.
This post might help:
shansiddiqui94
Thank you CMO
kartheek
Functional programming through the lens of imperative programming causes confusion for learners. Only my personal experience.
Names might sound similar - but context will be different. In elixir, most of the programming revolves around using
Enummodule or recursion.forin javascript and elixir are little different.If I were to learn elixir from scratch - I would forget about other languages and start with Home · Elixir School or https://elixir-lang.org/getting-started/introduction.html to learn about elixir.
There are some good courses which have been mentioned in this thread.