hq1
I had this silly idea the other night and face rolled a quick & dirty prototype today: https://elixirfunctionoftheday.com/
The idea is to preload all the most significant apps out there (standard library, ecto, phoenix etc.) and render a documentation page for one random function. Those rotate on 24h basis. Given they’re random, there is a chance to stumble upon something interesting.
I have some improvements stuck in the pipeline, stay tuned.
Please share it if you like it
Cheers.
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
Hey there,
It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
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
Quite interesting article Google brought me. Didn’t find any mentions about it here.
What do you think in general? Would you use togethe...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Hi there! :wave:
@frigidcode and I (but mostly him) have been running an Elixir Book club, we’re almost done with Designing Elixir Syste...
New
Since we have deprecated our Erlang sections (as we have dedicated Erlang Forums now) let’s add this thread for those who’d like to post ...
New
Other Trending Topics
Edit: 2026 May 15 - This post is archived.
Mob is alive!!
Main docs: mob v0.7.11 — Documentation
A bit of explanation for the slightly c...
New
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
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
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Just published claude-code-elixir, a plugin marketplace for Claude Code with Elixir support. These are the plugins I’ve been using for my...
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
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #elixirconf-eu
- #metaprogramming
- #hex











Showing Posts 1 to 5- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
AstonJ
This is a great idea!
I wonder if we can do something with it on the forum? Maybe a new section (that people can mute if they prefer) which mirrors what you post on the site - so people can comment, post example usage or maybe even ask questions or seek clarification in using the function? You could also include the link to the forum thread on your site then
If this interests you we could create an ElixirFunctionOfTheDay account and give it an API key which would allow you to post new threads using the standard markdown. No probs if you’d rather not - just thought it would be cool!
axelson
Neat idea! Are you able to add a link to the documentation/hex package as well?
hq1
Thanks! Most certainly, coming soon! Apart from just linking directly to hexdocs I want to make sure all the linkable symbols in the documentation section itself are also properly recognized. This is doable with
ExDoc.Formatter.HTML.Autolinkbut I haven’t fully figured out that interface yet.hq1
Thanks for feedback and an awesome idea. I think you’re on something bigger here though.
Having meta threads on per-function basis is totally something we could look into. In my opinion that would warrant a separate tool set. Here’s why:
I’m considering the following aspects:
Enum.zip/1andEnum.zip/2for instance.This is super important and perhaps could be done as an “opt-in” rather than “opt-out”? No one likes noise.
With regards to this tiny website - for now I’m considering adding a button/link that enables users to create a “function” forum thread, using their own credentials. Would love to get a 2nd (and 3rd, and…) opinion before diving into it. Cheers!
hq1
FWIW I made some improvements live since the original posting:
Many people suggested tightly coupled twitter/RSS integration. I’m not a fan but I’ll look into it soon-ish.
Coming up next:
The closest priorities are not really user-facing. I need to figure out how to deploy the site with proper erlang release/container (possibly docker), so that:
ectoandpostgrexdo not seem to be included due to some misconfiguration - to be investigated)If there’s anyone out there willing to help - kindly consider this a call for action
The repo is at GitHub - aerosol/fotd: Elixir Function of the Day · GitHub
Thanks!