Filter
Exclude
Time range
-
Near
One thing I haven't highlighted enough about ElixirDrops: Every drop has a raw Markdown URL — perfect for LLMs and agents. Pass the index to your agent and watch your tokens disappear 😅 elixirdrops.net/index.md
1
12
3,586
Don't regenerate your entire sitemap for every change. Here's how we handle incremental sitemap updates in ElixirDrops. elixirdrops.net/d/ft2TXVnE
1
4
17
3,051
Sending a file to the user is easy. Use the `send_download/3` function in your Phoenix controller action like this. #ElixirDrops #ElixirLang #MyElixirStatus elixirdrops.net/d/pHTz9g4n
1
14
848
I wrote about how GitHub displays relative time and how to combine that with Timex. #ElixirDrops #ElixirLang #MyElixirStatus elixirdrops.net/d/iTobNHP9
1
10
715
Here’s how to show when a record was created relative to the current time, e.g. “3 minutes ago”. #MyElixirStatus #ElixirDrops elixirdrops.net/d/dkwi9Whb
1
3
13
736
Here’s an easy way to shift the time/date to the user’s timezone in Phoenix LiveView without introducing new controls in the UI. #MyElixirStatus #ElixirDrops elixirdrops.net/d/mpUDT97i?1
1
5
146
After reviewing the Phoenix upgrade guide, you want to ensure you’ve covered all the changes. Regenerate the Phoenix app and then revert any unwanted changes. #MyElixirStatus #ElixirDrops elixirdrops.net/d/XfLB8Uvp
1
2
17
7,429
When deploying a Phoenix app, you want to make sure your app works: the server is started and the app is connected to the database. Here's a simple health check that ensures that. #MyElixirStatus #ElixirDrops elixirdrops.net/d/xHqG1Wb4
2
16
2,813
Are you using Gettext? If you are updating your translation files consistently, you've realized most of your git diff comes from the translation files. There's an option to avoid that. #MyElixirStatus #ElixirDrops elixirdrops.net/d/PCW1fcsh
1
5
1,112
Are you using the function `IO.inspect/2` for debugging? Are you getting overwhelmed with the outputs of large structs? Try passing the `:limit` option. It limits the number of items shown for any collection. #MyElixirStatus #ElixirDrops elixirdrops.net/d/Rh6f4W9N
1
11
1,599
Learn how we achieved fully automated screenshots for user-provided content using FLAME in our latest blog post. #MyElixirStatus #ElixirDrops optimum.ba/blog/leveraging-f…

4
4
217
22 Nov 2024
Installing Erlang, Elixir, PostgreSQL, and Phoenix just got simpler. #MyElixirStatus #ElixirDrops elixirdrops.net/d/Ff4UC3Gi
1
5
6
416
elixirdrops.net/d/Aq8iVNtp I Just published my first drop on ElixirDrops! 🚀 It's a platform for sharing Elixir code snippets in the form of tweets or in this case drops. A great space for Elixir developers to showcase their ideas and discover useful resources. #myelixirstatus
5
8
317
Wouldn’t it be great if it was possible to write GitHub Actions workflows in Elixir? #MyElixirStatus #ElixirDrops elixirdrops.net/d/vyMZznTp

1
2
119
We've released a nice little platform for sharing knowledge with the rest of the Elixir community. Feel free to explore it and contribute to it. Let's learn together. #MyElixirStatus #ElixirDrops optimum.ba/blog/dripping-eli…

3
4
146
Use our infrastructure generator to set up: - CI/CD pipeline running in GitHub Actions - staging and production environment on Fly.io - PR review (preview) apps on Fly.io #MyElixirStatus #ElixirDrops elixirdrops.net/d/Fhp4dTqM
6
9
3,623