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
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#ElixirDropselixirdrops.net/d/XfLB8Uvp
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#ElixirDropselixirdrops.net/d/xHqG1Wb4
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#ElixirDropselixirdrops.net/d/PCW1fcsh
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#ElixirDropselixirdrops.net/d/Rh6f4W9N
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