Add topic "Elixir" Accepted
The requested resource couldn't be found.
Changes: 6
-
Add Learning Elixir's GenServer with a real-world example
- Title
-
- Unchanged
- Learning Elixir's GenServer with a real-world example
- Type
-
- Unchanged
- Blog post
- Created
-
- Unchanged
- 2020-12-10
- Description
-
- Unchanged
- GenServer explained on a rel-world example from Plausible analytics who use GenServer as a write buffer.
- Link
-
- Unchanged
- https://papercups.io/blog/genserver
- Identifier
-
- Unchanged
- no value
Resource | v1 | current (v1) -
Add Elixir
- Title
-
- Unchanged
- Elixir
- Description
-
- Unchanged
- Elixir is a functional, concurrent, general-purpose programming language that runs on the BEAM virtual machine used to implement the Erlang programming language. Elixir builds on top of Erlang and shares the same abstractions for building distributed, fault-tolerant applications. Elixir also provides productive tooling and an extensible design. The latter is supported by compile-time metaprogramming with macros and polymorphism via protocols. Elixir is used by companies such as PagerDuty, Discord, Brex, E-MetroTel, Pinterest, Moz, Bleacher Report, The Outline, Inverse, Divvy, FarmBot and for building embedded systems. The community organizes yearly events in the United States, Europe and Japan as well as minor local events and conferences.
- Link
-
- Unchanged
- https://en.wikipedia.org/?curid=38202780
Topic | v1 | current (v1) -
Add GenServer
- Title
-
- Unchanged
- GenServer
- Description
-
- Unchanged
- A GenServer is a process like any other Elixir process and it can be used to keep state, execute code asynchronously and so on. The advantage of using a generic server process (GenServer) implemented using this module is that it will have a standard set of interface functions and include functionality for tracing and error reporting. It will also fit into a supervision tree.
- Link
-
- Unchanged
- https://hexdocs.pm/elixir/GenServer.html
Topic | v1 | current (v1) -
Add GenServer treated in Learning Elixir's GenServer with a real-world example
- Current
- treated in
Topic to resource relation | v1 -
Add Programming language e.g. Elixir
- Current
- e.g.
Topic to topic relation | v1 -
Add Elixir parent of GenServer
- Current
- parent of
Topic to topic relation | v1