Elixir Drops 0.2.0 with support for custom types was released!
Since the previous release in October, my intermittent efforts have been dedicated to developing version 0.2.0 of Elixir Drops, concentrating primarily on enhancing its type system. The main objective has been to introduce the functionality for users...
Data Structures and Algorithms In C (DSA Masterclass)
Data Structures and Algorithms In C (DSA Masterclass). Learn Data Structures and Algorithms In C (DSA Masterclass) to provide efficient solution to complex problems.
Learn about Elixir - a productive, scalable, functional programming language that consistently ranks as one of the most loved programming languages in the world
In this series I've been unpacking various facets of Elixir. Mostly this has meant trying to explain Erlang and the BEAM through the lens of Elixir. Now we are moving into the domain of the web framework. This is where I dare say that Elixir has much more to say than Erlang. Erlang has to my understanding never landed fully on a canonical preferred web framework. Elixir has Phoenix and this post will be unpacking Phoenix. The Elixir web framework.
When writing Unit Tests or Integration Tests for an API that exposes events, we need a way to validate that the events are called. The simplest approach would be to set a variable when the event is called. In the test itself we can sleep for a certain duration and check the variable:
tallarium/reverse_proxy_plug: 🔛 an Elixir reverse proxy Plug with HTTP/2, chunked transfer and path proxying support
🔛 an Elixir reverse proxy Plug with HTTP/2, chunked transfer and path proxying support - tallarium/reverse_proxy_plug: 🔛 an Elixir reverse proxy Plug with HTTP/2, chunked transfer and path proxying...
Serving Plug - Building an Elixir HTTP server from scratch | AppSignal Blog
It’s time for another Elixir Alchemy! We'll learn by building today. We're building an HTTP server with a Plug adapter, which parses requests and builds responses so it can run Plug apps.