felix-d
Hi there!
I’m a software developer with professional experience in JS, React, Python, Django, Ruby, Rails, MySQL, Docker/DevOps and I also dabbled with Rust, Haskell, Go, Scheme, Java, C/C++ and others.
I started doing Elixir on the side for fun, built a couple of applications with Phoenix and I’m really enjoying it so far. However, I did not have the opportunity to work on high impact projects.
I’m looking for interesting open source projects I could contribute to. Any idea or people looking for contributors?
Also I’ll be at Lambda Days in Krakow, Poland next week if any of you is attending. The FP/OTP calling is strong!
Thank you!
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
Hey there,
It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Quite interesting article Google brought me. Didn’t find any mentions about it here.
What do you think in general? Would you use togethe...
New
Since we have deprecated our Erlang sections (as we have dedicated Erlang Forums now) let’s add this thread for those who’d like to post ...
New
:warning: Security advisory: Decimal DoS vulnerability
A vulnerability has been published for decimal where very large exponents can cau...
New
What IDE or editor are you using for Elixir development?
Personally, I use Zed, and I really like it, but sometimes I wish there were a ...
New
Other Trending Topics
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
Aludel - LLM Evaluation Workbench
Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
AstonJ
Hey Felix, it’s great to see you enjoying Elixir and Phoenix
Re ideas, check out this thread:
felix-d
Awesome thanks, that is full of great ideas! I think I actually work for the same company as joshnuss who’s working on commerce_billing, although I never met him. The world is small..
gon782
If you try out Drab and find it interesting I think it’s a great place to contribute. It’s not the biggest and most popular project, but it’s great! It’s likely ripe for work as well as @grych is essentially working alone on it. I’m going to try and make some time between main work and side work in order to contribute more myself. I got a taste for it when I picked some low-hanging fruit a while ago and I just haven’t had time to sit down and find more spots.
Crowdhailer
Hi @felix-d.
I’ll happily put my project Raxx forward. It is a web toolkit in the vein of Sinatra in Ruby of Flask in Python. I hope it fills a niche for those whole don’t need all the overhead brought by phoenix. Certainly if you have enjoyed Sinatra/Flask check it out. We have a #raxx channel on slack if you want to find out what’s currently happening
grych
Hi @felix-d,
I am working on this only on my spare time, so there is a lot of stuff to develop and improve.
Drab’s daddy here. You are very welcome to contribute, this project really may use some help
Don’t worry if you find it complicated. Some parts are, but you can always start with the easier stuff, the get deeper and help refactor the core code. I could suggest few areas to work with:
Documentation: Drab is the software for developers, so documentation is at least the same important as the code. It needs review, clarification. There are for sure many parts which are understandable for me, but not for others. Also, starting with docs would let you learn how Drab works
Tutorial and examples: there is a page, Drab: Server Side User Interface Access, with few examples. It also could be improved, more interesting examples added. José suggested creating the example app with multiple chat rooms where a user can see the contents in one but not in another - I think it is a good idea, but I never had time to do it.
Drab.Modalis the module to display bootstap modal window and wait for an answer. I find it very useful when you want to ask user about something. See few examples here: https://tg.pl/drab/docs#modal.Unfortunately, this library depends on jQuery and bootstrap, so its usage is limited. The goal is to get rid both jQuery and bootstrap, make it independent (but allow user to provide own CSS or even own CSS+HTML), but keep the existing API.
Testing framework: now there is no way to test your commanders, other than full integration tests. We need to provide conveniences for testing, analogically to Phoenix.ChannelTest (and probably based on it). I sill have no idea how it should look like
Code review: Drab started as a proof of concept, and had thousands of twists in its short history. There is a lot to improve with code readability. Sometime I am wondering how does it works
Again, this would be a good exercise and way to learn how it works. I connected Ebert, you may take a look: https://ebertapp.io/github/grych/drab/
Bug fixes: Issues · grych/drab · GitHub. Please assign yourself to the issue if you want to work on it, to prevent double job.
Actually, I am going to put this list to the CONTRIBUTING.md, thanks for forcing me to write it down!
Eiji
@felix-d: I have lots of ideas for open source libraries. Currently I don’t have a time to work on them (in my free time I’m working on one), but I have enough time to describe them well, answer your questions (I’m almost always near my laptop) and review your work. I don’t have only programming tasks. You could make also research or share your own ideas based on my plans for specified project. Please send me pm if you are interested.
felix-d
Thank you for the great suggestions everybody! I’ll look more closely into each of those by going through the repos and will probably reach out to some of you if I have questions.
nekath
There is an awesome page for such questions:
https://extracurricular.elixirschool.com/
Most
Wanted to bump this thread because I came across a site that finds repos on github that are seeking contributors and am interested in seeing what people are looking for contributors for in 2019. Contrib ???? Find Open Source Projects To Contribute To ?
trzcina
I’d like to bump this thread.
I have learned the basics of Elixir and OTP, created an online card game with Phoenix (including sockets, channels and presence) and now would like to contribute to an open source project. Does anybody need help?