shansiddiqui94
Hello,
I have an interview coming up and I seem to have forgotten important concepts of Elixir. So I was wondering if you guys know of any crash courses on Elixir and Pheonix and maybe build a simple app at the end?
Something that talks about Elixir, Pheonix, and or Liveview.
Thank You
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
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
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
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
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
stevensonmt
Cannot recommend the Elixir course enough. In the end you have a web app using Phoenix.
shansiddiqui94
I believe you mean this one
Elixir for Programmers, Second Edition. I will purchase this one after I go through a refresher course again.Sorry, my question is pertaining to a more beginner-friendly course, before I jump into this one by PragDave
shansiddiqui94
What are your thoughts on these Elixir Projects ?
shansiddiqui94
Do you think this course by PragDave will teach good concepts to know?
cloudytoday
Depends on what you mean by a “crash-course”. Personally I’ve found the official guides great, very terse and on point. As mentioned in the table of contents they include stuff like OTP, building small apps, etc. But, not Phoenix.
stevensonmt
If you actually have learned Elixir previously and are just looking to get back into the swing of the syntax and overall paradigm, you might just go through some of the Elixir exercises on Exercism. If you want a more formal course that will give an efficient overview of the language syntax as well as the OTP design patterns, I don’t think there’s a better option than that PragDave course.
absowoot
Those courses are almost exactly the same as the Pragmatic Programmers books, like word-for-word. It would be cheaper to buy the books so you can reference them later.
shansiddiqui94
The most robust informative course that provides detailed information. Like a zero to hero.
Current i am going Elixirschool to read up on everything and do the Examples. But id like more exposure. Mini projects and examples.
I will purchase the PragDave just want to be a stronger candidate.
jschepmans
I’m going through the Dockyard Academy open source curriculum, and I think it’s great. It uses Livebook and you learn the basics of the language, tooling, OTP, Phoenix and Liveview. In my personal experience this the most beginner friendly course I have seen up to now, with many small exercises and projects and very to the point. Dockyard actually uses this curriculum for their bootcamp, but IMO it is also doable on yourself.
Aetherus
Since Elixir is not that popular, our company’s question is just “Please reimplement
flattenusing recursion. You can use any language you like.”We don’t expect our new colleagues to know Elixir. Several days ago, I just taught a new colleague how to reimplement
GenServermodule using pure Elixir.