how to configure intellij to work with Elixir/Phoenix, i try but its horrible.
@Plangora22 күн бұрын
IntelliJ still is a bit lacking for feature parity compared to Visual Studio Code. I've since switched to VS Code cause I need the heex coloring. I recommend you do the same.
@mongoatlasthedatabase72903 жыл бұрын
need to curd operations in Pheonix and elixir like we can test API's in postman
@Plangora3 жыл бұрын
Why do you need postman to test APIs? You can test these with other tools like Paw, etc? I really don't like Postman. I find it a bit complicated.
@mongoatlasthedatabase72903 жыл бұрын
@@Plangora i am creating a project which needs connect to database and make API calls from frontend to backend , to test those API's we need postman
@Plangora Жыл бұрын
@@mongoatlasthedatabase7290 you can test these without postman
@samiullahsheikh5015 Жыл бұрын
with schema and changeset, isn't etc is like ORM similar to sequlize, typeORM, Pirsma etc can you please help me to understand if I'm missing something?
@Plangora Жыл бұрын
it is similar, but follow a bit different pattern.