[Reality Check] Elixir without OTP and Distributed Erlang
Reddit » The Elixir Programming Language
by /u/deadshot465
3d ago
So I work for a company where the backend is written in Elixir. Back then, I got interested in Erlang and Elixir not only because they are functional programming languages, but also because of the philosophy and the way OTP works. When I got the offer from this company, I was actually hesitating because I also got an offer from another company. I chose this company out of love for Elixir, Erlang, FP, and OTP. It has been 2 years since I joined this company, however, and there have been multiple times where I feel like our company is only using Elixir as yet another programming language. Aside ..read more
Visit website
Anyone Else Finds put_assoc() Deletes many_to_many Relationships on Update (for already-linked elements)
Reddit » The Elixir Programming Language
by /u/blah1998z
3d ago
I've, more or less, got something along the lines of defmodule ItemA do use Ecto.Schema; import Ecto.Changeset; schema "item_a" do … many_to_many(:item_bs, ItemB, join_through: "item_a_to_item_b", on_replace: :delete); timestamps(); end def changeset(%ItemA{} = a, attrs) do a |> cast(attrs, […]) # in my code, these are actual struct.s from the database |> put_assoc(:item_bs, [%ItemB{}, %ItemB{}, %ItemB{}, %ItemB{}]) end end I'm receiving data from a third-party and my expectation was that, for updates, I'd just run against the whole of the data and Ecto would either be smart enough t ..read more
Visit website
Fast full-text search in Elixir using PGroonga and Postgres
Reddit » The Elixir Programming Language
by /u/PJUllrich
3d ago
submitted by /u/PJUllrich [visit reddit] [comments ..read more
Visit website
Faking a recursive closure in elixir
Reddit » The Elixir Programming Language
by /u/RevillWeb
6d ago
submitted by /u/RevillWeb [visit reddit] [comments ..read more
Visit website
Open source Elxiri projects
Reddit » The Elixir Programming Language
by /u/Snickers_B
6d ago
What are some good open source projects to cut your teeth on Elixir? Other than those with 'good first issue' tags? submitted by /u/Snickers_B [visit reddit] [comments ..read more
Visit website
Beginner Friendly LiveView Course in English and Portuguese (free)
Reddit » The Elixir Programming Language
by /u/lubien
6d ago
Hi there! https://adopt-liveview.lubien.dev/ A couple days ago I've published and open sourced my beginner friendly LiveView course in two languages: english and portuguese. I’ve previously helped many folks joining in on this framework so I’ve wrote it in a hand-holding way for newcomers to feel safe when first learning things. It’s a bottom-up course so most of time I’m teaching how things are built before diving in on the niceties of generators. Here's the source code: https://github.com/adopt-liveview/adopt-liveview It currently has the beginner's track but I want to post incrementally in ..read more
Visit website
I plan to make an HTTP server using Elixir. Any tips?
Reddit » The Elixir Programming Language
by /u/sadnpc24
6d ago
I am new to functional programming, and was recently introduced to Elixir. I learn new languages by building stuff. And HTTP web servers are on of those standard projects that I try to make. However, I never tried to code anything in a functional programming language before, let alone a web server. And almost everything I find online is done in low-level procedural programming languages (c, rust, etc.), or very abstracted away using Python and stuff like that. If someone knows a book or an example implementation of a web server using Elixir that doesn't abstract away the low-level stuff like ..read more
Visit website
[Podcast] Thinking Elixir 198: Cade Gets the Last Word
Reddit » The Elixir Programming Language
by /u/brainlid
6d ago
submitted by /u/brainlid [visit reddit] [comments ..read more
Visit website
Elixir Streams |> 2 Helpers to Keep Your Pipelines Flowing! ?
Reddit » The Elixir Programming Language
by /u/RecognitionDecent266
6d ago
submitted by /u/RecognitionDecent266 [visit reddit] [comments ..read more
Visit website
HighlanderPG: Use Postgres Advisory Locks to make a process run as a singleton in your cluster (ie always on just one node).
Reddit » The Elixir Programming Language
by /u/derekkraan
1w ago
submitted by /u/derekkraan [visit reddit] [comments ..read more
Visit website

Follow Reddit » The Elixir Programming Language on FeedSpot

Continue with Google
Continue with Apple
OR