Elixir
- 27 janvier 2022 Securing Your Phoenix LiveView Apps | AppSignal Blog
- 21 janvier 2022
Who Watches Watchmen? - Part 1 - Hauleth
Starting an Elixir app with systemd
- 31 août 2021 Running Elixir in Docker Containers
- 22 juillet 2021
Stop using Behaviour to define interfaces, use Protocol! - Yiming Chen
TLDR: be aware of what kind of interface you are going to define
- 22 juillet 2021
Elixir Authorization Plugs
Authorization plug is a genetic plug, but one that might need to stop the execution of the request. If we import Plug.Conn we can pipe to halt/1 to do exactly that. We should also render a custom error message.
- 22 juin 2021 Mnesia and CAP. We start out with the TL;DR treatise… | by Jesper L. Andersen | Medium
- 30 mars 2021 iCalendar, CalDAV & Elixir. Some insights into iCalendar format… | by Tomasz Zawadzki | Mar, 2021 | Software Mansion
- 16 mars 2021 Aggregation of Services Pattern with Elixir
- 11 mars 2021 🐍 How we use Python within Elixir | by Martin Cabrera Diaubalick | Stuart Engineering | Mar, 2021 | Medium
- 27 février 2021
Pow is a robust, modular, and extendable authentication and user management solution for Phoenix and Plug-based apps
Pow is a complete authentication and user management library built in Elixir that works out-of-the-box for Phoenix and Plug based applications while being fully customizable.
- 18 février 2021 Building a Real-time Kanban Board with Phoenix LiveView | by Léonard Hetsch | The Startup | Feb, 2021 | Medium
- 12 février 2021 Ecto and Binary IDs | Annkissam
- 12 février 2021
Ecto Tips: UUID Boilerplate, Docs, and Composing Changesets · Bernheisel
Use UUID for all unique ID in Postgres with Ecto
- 11 février 2021
Elixir: Practical Concurrency Cookbook | Functional Works
In this post, my intention is to highlight some common scenarios where we can leverage Erlang’s concurrency model as well as Elixir’s abstractions to build better, faster and more secure software. Think of it like… A cookbook.
- 11 février 2021
TimescaleDB support in Elixir using Ecto | Bartosz Górka
TimescaleDB is a very popular extension for PostgreSQL. It allows better handling of time-series data.
I will present how you can integrate Elixir and Ecto with one, very popular extension for PostgreSQL database which is TimescaleDB.
- 11 février 2021
Alembic — Monitoring Phoenix LiveView Performance
In this post, we will explore our goals for performance monitoring, and how we can use some of the native tools and libraries in the Phoenix and BEAM ecosystems. Specifically, we will discuss using Phoenix Live Dashboard (and in particular how to integrate BEAM telemetry) and Observer (and observer_cli). Phoenix Live Dashboard does require some setup, but this is very well documented on Hexdocs, as is how to add telemetry. The Observer tools are built into the BEAM and need no setup to start using straight away. Together, these two sets of tools can give us some quick wins in performance monitoring and potential issue identification.
- 27 novembre 2020 Introduction to Phoenix LiveView LiveComponents
- 27 novembre 2020
GitHub - dwyl/phoenix-liveview-counter-tutorial: beginners tutorial building a real time counter in Phoenix 1.5.5 + LiveView 0.14.7
Excellent tutoriel pas à pas
- 22 mars 2020
https://github.com/ckruse/microformats2-elixir
Un parser Microformats en Elixir
- 10 mars 2020 Multi-stage Docker Builds and Elixir 1.9 Releases