tio407
I’m a new front-end developer and feel like I’m not learning anything in my new job besides pushing around HTML/CSS using frameworks. It’s depressing. 12 months later, I now realize that I have to self-teach outside of my job in order to be a ‘real’ developer. I feel like an imposter.
I tried to get on Github to find some Elixir open source projects (e.g. Awesome Elixir) but it felt overwhelming. I don’t have the required knowledge to contribute.
Does anyone have any ideas for how to get started? Any specific projects?
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
The obligatory hello world thread!
Who are you and where are you from? :stuck_out_tongue:
New
@chrismccord : I just saw the Extract AGENTS.md from Phoenix.new into phx.new generator commit to the phoenix project.
My initial shotgu...
New
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
We’re particularly inte...
New
Is there a word for the ~> symbol used in Version strings?
Do you also just call it a Squiggle Arrow™ ?!
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
Chat & Discussions>Discussions
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #ai
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










Showing Posts 1 to 8- Show Best Posts
- Show All Posts (oldest first)
- Show All Posts (newest first)
AstonJ
Have a look at this thread - it contains a list of OS projects which could do with help
Kurisu
Just a suggestion like that… Why not a library to simplify Form inputs helpers that will support view styles like bootstrap, materialize_css…
There is this project but it is not really oriented to a particular view style: GitHub - beam-community/formulator: A form library for Phoenix · GitHub.
This tutorial is a good starting point: Dynamic forms with Phoenix « Plataformatec Blog
In the end we could write something like:
input :email, "your email", class: "input-class", wrapper: [class: "col-6-sm"], label: [tag: :span]wojtekmach
Since you have background in front-end development there are at least two projects that can always use that set of skills:
Especially with hex.pm, since you know front-end you should be at home with that aspect of the project and that could be a good transition to the back-end parts. In either case, even tiny quality of life improvements to either project have big positive impact as these tools are used by pretty much everyone in the community
There are setup instructions in respective READMEs but if run into any problems open up an issue (and/or just let me know privately) - we definitely want to make it as easy as possible for new contributors.
tio407
Thank you, this was exactly what I was looking for. I will download the repo and try it out.
I am trying to jump into a more challenging position and fear that what employers are looking for are original open source projects.
Is there any projects that come to mind that you would recommend? I can’t think of anything rigorous besides 1) Elixir implementation of Bitcoin, which is really out of my league.
Any ideas would be appreciated!
pera
This will probably sound quite boring but something I believe could have a great impact would be to improve the documentation of popular libraries: visit hex.pm, choose some package that looks interesting to you and just try to follow the instructions in the readme. In my experience most of them are outdated, incomplete, or simply wrong. You will learn a lot and will help the community immensely.
Solid documentation is essential for any meaningful piece of software, unfortunately even when Elixir provides nice tools for this purpose many maintainers underestimate or forget the importance of this.
tio407
Unfortunately, my goal is to jump into a more rigorous job and need to prove I can handle the load. I enjoy documentation and will write it anyway, but the focus is on the rigor of the project. Any ideas on what to create a project on would be immensely appreciated!
axelson
I just had a (selfish!) project idea.
An absinthe middleware that will collect statistics on what mutations and fields are being used by which clients. Would be great if it had some graphs as well. I think this idea has a nice mixture of frontend and backend elements.
tio407
Never used absinthe before. Why would one want this?
middleware that will collect statistics on what mutations and fields are being used by which clients.