Phoenix 1.3 is pure love for API development
swanros.com
Phoenix 1.3 is pure love for API development
1–10 of 57 posts
Re: Phoenix 1.3 is pure love for API development
#2I LOVE this language / framework / OTP / methodology / community
Re: Phoenix 1.3 is pure love for API development
#3Re: Phoenix 1.3 is pure love for API development
#4Re: Phoenix 1.3 is pure love for API development
#5I've wanted to use Phoenix a few times but every tutorial to get me started relied 100% on ecto which for something like a transformation API was frustrating. I didn't want the complexity of a database I wanted to learn the request lifecycle in it. Overall, it was challenging with too many resources being out of date or just so focused on a different type of API than I needed to build
I did look at some other tutorials and I don't recall ever having issues because I wasn't using ecto. Either they weren't using it or I got what I needed anyway.
This was probably about a year ago or so. Maybe things changed at some point?
Re: Phoenix 1.3 is pure love for API development
#6I've wanted to use Phoenix a few times but every tutorial to get me started relied 100% on ecto which for something like a transformation API was frustrating. I didn't want the complexity of a database I wanted to learn the request lifecycle in it. Overall, it was challenging with too many resources being out of date or just so focused on a different type of API than I needed to build
It looks like it'll all be out of date by the time 1.3 hits though. :(
Anyway, it's at https://pragprog.com/screencast/v-bhphnx/build-real-time-web... if you're interested.
Re: Phoenix 1.3 is pure love for API development
#7I've wanted to use Phoenix a few times but every tutorial to get me started relied 100% on ecto which for something like a transformation API was frustrating. I didn't want the complexity of a database I wanted to learn the request lifecycle in it. Overall, it was challenging with too many resources being out of date or just so focused on a different type of API than I needed to build
I think this is the case whenever we encounter some new language or new framework/library. In the beginning it's frustrating because we don't master the basic building blocks and cannot write code fast enough. But once we have a solid foundation, a whole new world opens.
Re: Phoenix 1.3 is pure love for API development
#8Re: Phoenix 1.3 is pure love for API development
#9I've wanted to use Phoenix a few times but every tutorial to get me started relied 100% on ecto which for something like a transformation API was frustrating. I didn't want the complexity of a database I wanted to learn the request lifecycle in it. Overall, it was challenging with too many resources being out of date or just so focused on a different type of API than I needed to build
Re: Phoenix 1.3 is pure love for API development
#10I've wanted to use Phoenix a few times but every tutorial to get me started relied 100% on ecto which for something like a transformation API was frustrating. I didn't want the complexity of a database I wanted to learn the request lifecycle in it. Overall, it was challenging with too many resources being out of date or just so focused on a different type of API than I needed to build
I ended up doing what Dangeranger said and used Plug, but now I'm finding that phoenix channels would be a lot more ergonomic for the project I'm working on...