Latest #pipeline Threads 
Hello,
I’m excited to introduce dsm, a zero-dependency abstraction library that allows you to define Finite State Machines and pipelines...
New
Babel was born out of a desire to simplify non-trivial data transformation pipelines. To focus on the “happy path” instead of having to w...
New
pluggable is a bring-your-own-token pipeline creation library. It is not new, I’ve created it a while ago. I also did not code it myself ...
New
So, I am working with my IPFS client library and I’ve run into dialyzer hell. The code is kinda working fine, but Dialyzer is not happy w...
New
Hobby learning Elixir + lots of holiday time = Elixir Flo-time, a system specification.
Elixir Flo-time
Elixir Flotime is a low-code so...
New
I want to build a system that supports user provided multi steps workflows. Every such step may include interacting with a third party se...
New
Hi group. Is
pipe_through [:pipe0, :pipe1]
the same as
pipe_through :pipe0
pipe_through :pipe1
inside a scope in router.ex? Or do the...
New
Hi all,
I’m tinkering around the idea of streaming data through an external program (think streaming video through ffmpeg command and re...
New
I need to do the following:
Read data from file
Parse custom syntax
Write result to a map
I have the following code:
File.stream!(loa...
New
I have a GenStage pipeline that looks like the following
A (producer)
|
B (producer-consumer)
|
C (C...
New
This Week's Trending
This Month's Trending
This Year's Trending
Hello,
I’m excited to introduce dsm, a zero-dependency abstraction library that allows you to define Finite State Machines and pipelines...
New
Last Three Year's Trending
Babel was born out of a desire to simplify non-trivial data transformation pipelines. To focus on the “happy path” instead of having to w...
New
pluggable is a bring-your-own-token pipeline creation library. It is not new, I’ve created it a while ago. I also did not code it myself ...
New
Trending Over Three Years
Original source of discussion: This topic on the Pragmatic Programmers' Functional Web Development with Elixir, OTP, and Phoenix forum.
...
New
Inside a pipe chain, how to execute one pipe line / exclude it based on say is_list(variable)? i.e. execute pipe line 5 only if variable ...
New
Hello, i just have on doubt, is about code design, i have this case:
def searched_for?(user_id, term) do
search_length = from(se ...
New
Background
Recently I have rediscovered the with statement to program in a more rail oriented way, and I must say I am loving it thus far...
New
rest is [“a”] and last_gift is “b”.
rest |> Enum.join(", “) returns “a”, which is a string.
“a” |> “#{}, and #{last_gift}” return...
New
I have been updating a library that allows you to pipe between functions that use the erlang result tuple convention.
Assuming you have...
New
parameterized pipe in elixir: |n>
edit: negative index in |n> and mixed usage with |> are supported
example:
use ParamP...
New
The |> operator takes the result of the expression on its left and injects it as the first parameter of the function call to its right...
New
Hi all,
I’m tinkering around the idea of streaming data through an external program (think streaming video through ffmpeg command and re...
New
Last year I wrote a library for error handling in elixir pipelines OK.
There were several discussions around this topic in the google gr...
New
I need to do the following:
Read data from file
Parse custom syntax
Write result to a map
I have the following code:
File.stream!(loa...
New
Hi everyone,
I’m wondering about building a pipeline with GenStage and RabbitMQ queues for processing data about the players which are s...
New
I want to build a system that supports user provided multi steps workflows. Every such step may include interacting with a third party se...
New
I've run phx.gen.json to create an api to search and retrieve json formatted page content dynamically. After I run the command I see this...
New
Hobby learning Elixir + lots of holiday time = Elixir Flo-time, a system specification.
Elixir Flo-time
Elixir Flotime is a low-code so...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







