Ask HN: Programming Courses for Experienced Coders?
1–10 of 192 posts
Re: Ask HN: Programming Courses for Experienced Coders?
#2Informally I just tend to write tight modules that loosely adhere to hexagonal architecture and are easy to unit-test.
I'm at a startup that is hiring, btw (I would be the one to reach out to). Seeking someone that is... probably like you, actually. Interested in Elixir but trying to aim higher as a self-motivated learner.
Re: Ask HN: Programming Courses for Experienced Coders?
#3Re: Ask HN: Programming Courses for Experienced Coders?
#4Re: Ask HN: Programming Courses for Experienced Coders?
#5It's now on the second edition which I haven't done.
[0] https://codestool.coding-gnome.com/courses/elixir-for-progra...
Re: Ask HN: Programming Courses for Experienced Coders?
#6I'm guessing that anything functional-language-focused aimed at a higher level would work. But I would also like to know the answer to this (and also am focused on Elixir). Informally I just tend to write tight modules that loosely adhere to hexagonal architecture and are easy to unit-test. I'm at a startup that is hiring, btw (I would be the one to reach out to). Seeking someone that is... probably like you, actuall…
Re: Ask HN: Programming Courses for Experienced Coders?
#7Set it up for local development, then step through calls with a debugger, look at the whole call/request lifecycle, start to tinker with the subsystems..
It's a great way to see the real-world usage of all the core concepts you've been introduced to in the intro/learning courses or tutorials, and be exposed to more advanced patterns.
For Elixir, the obvious choice would be Phoenix if you're on the web app side of things..
Re: Ask HN: Programming Courses for Experienced Coders?
#8I'm guessing that anything functional-language-focused aimed at a higher level would work. But I would also like to know the answer to this (and also am focused on Elixir). Informally I just tend to write tight modules that loosely adhere to hexagonal architecture and are easy to unit-test. I'm at a startup that is hiring, btw (I would be the one to reach out to). Seeking someone that is... probably like you, actuall…
Re: Ask HN: Programming Courses for Experienced Coders?
#9Specifically for Elixir, I found the first edition of Elixir for Programmers [0] by Dave Thomas to be very good. It's now on the second edition which I haven't done. [0] https://codestool.coding-gnome.com/courses/elixir-for-progra...
Edit: Exactly the kind of thing I was looking for