Phoenix 1.3.0 Released
phoenixframework.org
Phoenix 1.3.0 Released
1–10 of 143 posts
Re: Phoenix 1.3.0 Released
#2Re: Phoenix 1.3.0 Released
#3In the past few weeks:
- Erlang/OTP 20 released,
- Elixir 1.5 released
And Cowboy 2.0 is in Release Candidate phase.
Exciting times.
Re: Phoenix 1.3.0 Released
#4I'm a fan of Contexts myself as that is typically how I architect apps on mobile as well. I like having everything separated more explicitly and testable individually and Contexts seem to promote that in a really nice way.
Re: Phoenix 1.3.0 Released
#5Quote interesting release, many useful features. `action_fallback` looks really nice. Contexts ... not so much imo
Re: Phoenix 1.3.0 Released
#6Re: Phoenix 1.3.0 Released
#7Quote interesting release, many useful features. `action_fallback` looks really nice. Contexts ... not so much imo
I'll prefix my comment by saying I'm someone who is more on the sysadmin side of the scale of things. My code isn't pretty, but it generally works well enough to get the job done. I'm learning (probably the most important thing, I guess).
Contexts are one of things that I felt the same about. Until I tried really using them, rather than stressing over whether or not I was using them properly.
I made the mistake of trying to think of them as microservices, which bogged me down and for my purposes was complete overkill. I've now reached a kind of happy medium, which I've realised that I really should have already been using. I've kinda realised I suck at api design. And for that I'm very thankful to the phoenix team, because it feels like I'm learning.
Re: Phoenix 1.3.0 Released
#8Re: Phoenix 1.3.0 Released
#9I'm spending all my free time with Phoenix. I come from a Rails, Laravel, Django and a bit of .NET Core background. So far I am extremely impressed. I'm surprised it has not been adopted by that many folks in production.
Re: Phoenix 1.3.0 Released
#10I'm spending all my free time with Phoenix. I come from a Rails, Laravel, Django and a bit of .NET Core background. So far I am extremely impressed. I'm surprised it has not been adopted by that many folks in production.
What would a transition to phoenix + elixir look like for me?