ryan-senn
Project Euler quickstarter repo with solution benchmarking
I’m learning Elixir and started to go through the Project Euler problems. While the problems are great, the UX is very limited. I’ve built a quickstarter repo that can be used offline, validates the solutions and benchmarks them as well, which is nice as it teaches you about performance and how the language behaves.
Anyway, here is the link: GitHub - ryan-senn/elixir-project-euler: Elixir scaffolding for solving, testing and benchmarking the Project Euler problems · GitHub
Here are my problem 1 solutions with benchmarks for example: elixir-project-euler/lib/problem_1.ex at my-solutions · ryan-senn/elixir-project-euler · GitHub
Popular in Other Resources
I am building a Tasks Todo app to help me to organize my professional and personal life, while at same time I learn Elixir, and this week...
New
If anyone is interested in joining our next webinar with Bruce Tate :backhand_index_pointing_right:registration is now open! RSVP and lea...
New
This month, we’re launching an in-depth 3-part webinar series on API design hosted by Bruce Tate.
Bruce’s knowledge of, and love for Eli...
New
We’ve announced our latest webinar with Fred Hebert entitled ‘Testing Erlang and Elixir through PropEr Modelling’. There are a ton of tec...
New
I have a new free email course on how to best use types in Erlang and Elixir you can sign up here
https://elixirtraining.org/types_cours...
New
This document is to help you prevent a data breach due to your Elixir web application being hacked. It covers strategic and technical wor...
New
Hello,
Like many people on Earth, I’ve been trying to understand the transformer architecture. I translated the Python code in https://w...
New
Hi,
I am compiling a list of Elixir and Erlang books.
It is here:
https://github.com/adolfont/elixir_cop/blob/master/books.md
Did I m...
New
TLDR
This repo got all Terraform IaC files to setup AWS ECS for Elixir apps that includes web server(s) and database. It includes auto d...
New
I updated my fork of the live_view_hooks demo repo to include fullCalendar integration, including JSON API, event creation and storage in...
New
Other popular topics
If I have a post route which an argument:
post /my_post_route/:my_param1, MyController.my_post_handler
How would get the post params ...
New
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
What is the idiomatic way of matching for not nil in Elixir?
E.g.,
First way:
defp halt_if_not_signed_in(conn, signed_in_account) when...
New
About me? ( if you have nothing better to do than reading about some random guy in the internet :stuck_out_tongue: )
Hello all, this is ...
New
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
lets say i have a sample like
a = 20; b = 10;
if (a > b) do
{:ok, "a"}
end
if (a < b) do
{:ok, b}
end
if (a == b) do
{:ok, "equa...
New
I have a relationship of love and hate with Elixir. Lots of things are just absolutely right, but there are some things that are kind of ...
New
Using vs code and installed ElixirLS: support and debugger.
And I got an error popped up on start up says
Failed to run ‘elixir’ comma...
New
Hi!
In PHP: $_SERVER[‘SERVER_ADDR’] - in Elixir?
Searched the docs for ip address and the web, no good results.
Thanks!
New
There are pre-rolled solutions for other frameworks that do work. However, Phoenix does not seem to have these. Have people had good expe...
New
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
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance








