mkunikow
Trending in Courses
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)
stevepm
I’m excited about this course and would love to hear a review of it if anyone has taken it. Also, what level is it for? Total beginner, novice, advanced?
AstonJ
Looks like a great course! I’m also finding it interesting how so many of the Elixir learning resources are using games as their example apps - different to what I’m used to in Ruby where you often find they use online shops, twitter clones, blogs etc
I’m guessing you have to do this after their Elixir and Elm courses - if you watch the intro video they say:
Agree with you about reviews - if anyone does this please let us know what you think
stevepm
That is true, and I did watch the video and hear that. But I’ve seen that a lot of courses say they are not for beginners, and end up still hiding or not going over any of the complexity. Either way, definitely interested in hearing reviews.
mbuhot
Working through the course, so far only the elixir content is available in video - although the whole codebase for the bingo app is available to browse.
The quality is great, code is presented very cleanly in VS code, with IEx sessions.
They assume a working knowledge of Elixir and Elm - deliberately skimming over the sequential game logic modules as that is not the focus of the course.
The coverage of DynamicSupervisor, Registry and GenServer to represent game sessions is great.
Looking forward to the Phoenix channels/presence and Elm content.
DevotionGeo
I bought it for only $25.6 (early access + elixirforum coupon code), not bad.
AstonJ
Just to confirm, that yes, you can use your forum coupon to get 20% off this or any other Pragmatic Studio course
oldpond
Did anyone actually try to get the game to work? It launches with one user, but I cannot get another user on the same or different computer to join.
oldpond
Actually, it doesn’t launch fine with one user either. Clicking any word results in an “UNMATCHED TOPIC” flash until you refresh the browser.
Exadra37
I don’t get why Mike does the videos with Nicole if does the talk 90% of the time?
So my expectation would be more around 50% / 50% between both.
NOTE: This observation comes from watching only the introductory videos.
oldpond
If you are testing this on separate computers you need to launch the server like so: “env WS_URL=ws://192.168.1.143:4000/socket/websocket mix phx.server” where you substitute your IP address. Otherwise it defaults to localhost. Thanks to Mike and Nicole for helping to debug this.