Peace of mind from prototype to production
-
Updated
Aug 29, 2020 - Elixir
{{ message }}
Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development, and the embedded software domain.
Peace of mind from prototype to production
An extensive list of cool open source projects written in С, C++, Clojure, Lisp, Elixir, Erlang, Elm, Golang, Haskell, JavaScript, Lua, OCaml, Python, R, Ruby, Rust, Scala etc.
A static code analysis tool for the Elixir language with a focus on code consistency and teaching.
A community driven style guide for Elixir
Elixir Authentication
Simplify deployments in Elixir with OTP releases!
Simple and privacy-friendly alternative to Google Analytics
Premier destination to learn and master the Elixir programming language
Yet Another HTTP client for Elixir powered by hackney
An incredibly fast, pure Elixir JSON library
For now let's just show it, we don't want to make it editable until we have a better email verification flow.
Create test data for Elixir applications
Below is a list of all the known Erlang standard library functions found in Elixir's Standard Library that have not been implemented in some way yet in ElixirScript. Implementations should go here
For anyone looking to implement a function the steps would be to:
Testable, composable, and adapter based Elixir email library for devs that love piping.
A list of companies currently using Elixir in production.
Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Floki is a simple HTML parser that enables search for nodes using CSS selectors.
A tiny adapter for https://github.com/keathley/finch - a HTTP client with built-in pooling.
Instead of building own mint+pooling adapter we could nicely integrate with Finch.
Something like this:
defmodule Tesla.Adapter.Finch do
@behaviour Tesla.Adapter
def call(env, opts) do
opts = Tesla.Adapter.opts(env, opts)
case Finch.request(name, env.method, env.url,An Elixir Authentication System for Plug-based Web Applications
Created by José Valim
Released September 8, 2014
Steps to reproduce
Run
asdf. In help output a line is printed for theasdf envcommand:I would assume
<command>is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.FY