What kinds of ways could I contribute to the Phoenix code base? I have a pretty good understanding of OTP and Phoenix considering I have zero production experience.
My goal is to start a career as a Elixir developer and so what I lack in experience, i make up in availability and enthusiasm.
Iād give the community here a chance to give you feedback on areas where documentation could be added or improved. But you donāt need to wait for anything. If you see an opportunity for improvement, submit a PR. Start small so you get a feel for how the project runs - but Iāve no doubt youāll find the maintainers appreciative of well-intentioned contributions.
While it is very nice that you want to get involved, I would suggest to start with another project. The reason Iām saying this is the fact that phoenix uses almost for everything metaprogramming and the last time I looked at some source code it was borderline unreadable, of course if you are interested in exclusively doing metaprogramming then go for it!
Macros, code generation/injection, AST manipulation all the magic you see in the framework. While the basic concepts are not that hard, creating and debugging macros is very big pain in the ass.
If you are an experienced programmer I would say pick an issue from the tracker and get lost in the code. Breaking something and fixing it is a very useful learning experience. But IMO, donāt submit a PR too early asking for help getting unstuck. Force yourself to get unstuck.
Also just my IMO, but I highly discourage people advertising themselves this way. Particularly when looking for jobs. I have only seen it lead to being abused/taken advantage of. In my experience it leads to your āvalueā being seen as your willingness to sacrifice your health/personal life for the benefit of someone else. Whatever skills you have accumulated that make you a fit for learning Elixir is your value.