germsvel
Hi everyone,
I’ve been posting short Elixir and Phoenix video tips and tricks for a little while on Twitter.
But now, I’ve consolidated them all in a new website called Elixir Streams. I hope to keep publishing them regularly.
If you’re interested in free short video tips, check it out!
Trending in Screencasts
Other Trending Topics
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
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
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
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #ai
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










First 10 of 29 Posts
germsvel
Just published one on comparing Datetime and Dates in Elixir:
germsvel
And last week, I posted one on Elixir’s optional syntax!
ivanhercaz
This one explode my mind! Short and interesting, good combination for video material.
Thank you, @germsvel!
germsvel
How to run a function N times using the Stream module:
iarekk
I’ve started building a tiny website with LiveView, learning it on the go, this tip is going to come in super handy: Elixir Streams |> Anatomy of a LiveView Test
germsvel
So glad to hear that!
germsvel
Turning maps (and keyword lists) into structs
germsvel
Generating infinite sequences with
Stream.unfold/2germsvel
A short one on how ExUnit is an Elixir app (not just some script that gets run)
germsvel
How a one line change allowed me to get rid of my InfiniteScroll JS hook (thanks for LiveView 0.19).
Check it out!
Elixir Streams |> Infinite scroll with LiveView's `phx-viewport-bottom`