SunPoke04
So, I’ve just ended the “basics” in Elixir and I’d like to test myself, or something like that, with some basic project, so that I know that I can continue. Does anyone have any project ideas?
PS: Please nothing to do with web, it’s just not my cup of tea and not my area of “enjoyment”.
Trending in Questions
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
Hello,
I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
Hi everyone,
I am toying with the idea of building a “match maker” for giving personal help to people that wants to start coding.
I sta...
New
Documentation
While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
So my question is quite simple and i have found no conclusive answer on forum, google or AI.
Should we use :erlang.float for Integer to ...
New
I recently noticed that Elixir’s Logger defaults its primary log level to :debug when no :logger, :level application configuration is pre...
New
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
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
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
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
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
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
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
- #metaprogramming
- #hex
- #security










Showing Posts 43 to 34- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
SunPoke04
No, I’m not stuck at exercism. I get mentoring in all the exercises for refactoring purposes. Like I said, exercism is not hard, I just want an “optimal” code.
Sebb
Now I’m confused. You are stuck at #6 because you wait for a mentor?
But
?
I’d suggest to go on with Exercism, you can get help here.
SunPoke04
In the elixir exercism, just 6. But that’s because of the mentoring.
Sebb
Just to understand better where you are standing. Which of the exercises did you finish?
SunPoke04
Yea, most of the things sent here are way too hard for me.
Kinda not pretending to? I’m not gonna be good anyways.
I don’t have the money, sorry.
I try to read it, I just don’t understand it.
You don’t know about me, but I’ve learning all things people said me to learn. Regex, common languages, etc.
You guys did send hard things, lol.But I’m wanting a thing to test what I’ve learned at the basics because that’s what I did in other languages.
I don’t even know what I ate for breakfast…
I’m not that picky, it was just too hard for me. I’ve already done a text-based game, in Command Line.
What’s an “inventory system”?
I just don’t want to use web at all. If it’s CLI it’s ok.
I just don’t understand it, sorry.
Advent of code is too hard for me, I could only do 1 and 2, the rest I can’t even understand the questions. Even if watch it, I wouldn’t understand what he’s doing or what I’m supposed to do.
crispinb
I wasn’t suggesting it for the OP - it was just an aside prompted by the OP mentioning the original koans being a bit opaque, which I can understand for a beginner. A livebook or unique web app presenting the koans could be more approachable for many. I might have a crack at it myself.
Sebb
Indeed, koans in a livebook would be nice. But disqualifies for OP for reasons of webstuff.
But one could put together the idea of text-adventure and interactive koans to some saga of a cruel Elixir-riddler-magician’s dungeon.
w0rd-driven
It would be useful to try both I think. There is something to the existing workflow though where you essentially run a watcher and change any file you want. Livebook would be much more approachable through an instance on Fly.io as it doesn’t require running it locally or through Docker. Elixir is much easier to install now but that can be a huge barrier to entry for some people. I feel like that idea is definitely worth pursuing.
crispinb
As an aside, it would be a fun learning project to put together a web app presenting the koans. Or it might be possible to do something with Livebook.
w0rd-driven
Exercism and specifically the mentoring portion is directly responsible for my ability to comprehend Elixir code when I struggled for months or possibly years learning on my own. I cannot recommend it enough.