Elixir phoenix (@elixirphoe46409) 's Twitter Profile
Elixir phoenix

@elixirphoe46409

ID: 1788919532754714624

calendar_today10-05-2024 13:10:46

35 Tweet

38 Followers

1,1K Following

Sajon (@sajon_co) 's Twitter Profile Photo

Master in Color Theory. There are several ways to choose colors that complement each other by simply using the color wheel. This post outlines several strategies including complementary, analogous, triadic, split complementary, rectangle, square, and monochromatic.

Master in Color Theory. There are several ways to choose colors that complement each other by simply using the color wheel. This post outlines several strategies including complementary, analogous, triadic, split complementary, rectangle, square, and monochromatic.
Hugo Baraúna (@hugobarauna) 's Twitter Profile Photo

I always learn something new by reading the commits from my team at Dashbit / Livebook . Use: $ mix xref graph --format stats --label compile-connected ... to discover improvement opportunities to reduce compilation cycles. github.com/livebook-dev/l… #MyElixirStatus

Flo (@flo_arens) 's Twitter Profile Photo

If you are using GitHub to manage your Elixir project, you may also want to set up a CI pipeline 🏗️ I wrote an article on how to create a basic workflow using GitHub actions. It covers testing your application, publishing to hex and containerization 🐳 farens.me/blog/elixir-ci…

George Arrowsmith - PhoenixLiveView.com (@thatarrowsmith) 's Twitter Profile Photo

I just learned that you can pass an offset to Elixir's `Enum.with_index` so it's not always indexed from 0 Useful if e.g. you're displaying numbered elements where the numbers are meant to be read by humans and not computers: #MyElixirStatus The Elixir programming language

I just learned that you can pass an offset to Elixir's `Enum.with_index` so it's not always indexed from 0

Useful if e.g. you're displaying numbered elements where the numbers are meant to be read by humans and not computers:

#MyElixirStatus <a href="/elixirlang/">The Elixir programming language</a>
Peter Solnica (@solnic_dev) 's Twitter Profile Photo

Yesterday I tried to properly set up my Phoenix app on Fly.io. I already had a deployable Dockerfile so I just used it. Then I discovered that migrations fail to run, and I get timeouts during deployments. After wasting quite some time trying to figure it out, it turned out

Yesterday I tried to properly set up my Phoenix app on <a href="/flydotio/">Fly.io</a>. I already had a deployable Dockerfile so I just used it. Then I discovered that migrations fail to run, and I get timeouts during deployments.

After wasting quite some time trying to figure it out, it turned out