Browsing Tag
elixir
12 posts
Mempersiapkan Lingkungan Pengembangan Elixir
Daftar Isi Apa itu asdf version manager? Mengapa Memilih asdf? Instalasi asdf Menggunakan Package Manager Mengunduh Pre-compiled Binary…
Phoenix LiveView Meets Oban: Real-Time Interfaces Powered by Background Jobs
Web apps rarely run in a straight line. Uploads, emails, image processing, external API calls, PDF generation —…
Pemrograman Fungsional dan Platform Erlang
Daftar Isi Paradigma Pemrograman Fungsional Imperative Programming Declarative Programming Object-Oriented Programming (OOP) Functional Programming (FP) Paradigma yang Digunakan…
Unlocking the Power of Elixir Phoenix and Rust: A Match Made for High-Performance Web Applications
As developers, we’re always on the lookout for tools and technologies that enable us to build faster, more…
Is Elixir or Common Lisp the best language for building a bootstrapped B2B SaaS in 2024?
There was this article and discussion on Lobster last month. https://lobste.rs/s/ysam1j/why_elixir_is_best_language_for_building I’ll give you the key takeaway right…
For, Map and Reduce in Elixir
Introduction One of the students in my Introduction to Functional Programming course recently submitted a code snippet. It…
Handling state between multiple processes with elixir
Elixir works really well for concurrent code because of it’s functional nature and ability to run in multiple…
O que é um processo em Elixir?
Para aprender o que é um processo em Elixir, antes você tem que saber o que é uma…
Purity injection in Elixir
If you came to Elixir from Ruby, like I did, you have probably been looking for a way…
Elixir’s DBConnection Pooling Deep Dive
DBConnection.ConnectionError: connection not available and request was dropped from queue after 2290ms. This means requests are coming in…