#elixir #otp #genserver #processes #beam
Otp in elixir: learn genserver by building your own url shortener
https://medium.com/ilijas-musings-on-software-development/otp-in-elixir-learn-genserver-by-building-your-own-url-shortener-5f49647cba2e
Otp in elixir: learn genserver by building your own url shortener
https://medium.com/ilijas-musings-on-software-development/otp-in-elixir-learn-genserver-by-building-your-own-url-shortener-5f49647cba2e
Medium
OTP in Elixir: Learn GenServer by Building Your Own URL Shortener
Elixir works on the BEAM virtual machine and inherits plenty from Erlang’s rich history, and a bit more — something called OTP.
#elixir #programming
Serving plug: building an elixir http server from scratch
https://dev.to/appsignal/serving-plug-building-an-elixir-http-server-from-scratch-205i
Serving plug: building an elixir http server from scratch
https://dev.to/appsignal/serving-plug-building-an-elixir-http-server-from-scratch-205i
The Practical Dev
Serving Plug: Building an Elixir HTTP server from scratch
It’s time for another Elixir Alchemy! We'll learn by building today. We're implementing an HTTP server with a Plug adapter, which parses requests and builds responses so it can run Plug apps.
#elixir #recursion
Understanding recursion with elixir
https://dev.to/sophiedebenedetto/understanding-recursion-with-elixir-11o2
Understanding recursion with elixir
https://dev.to/sophiedebenedetto/understanding-recursion-with-elixir-11o2
DEV Community
Understanding Recursion with Elixir
De-mystify the concept of recursion and gain a deeper understanding of how and why to use it by writing our very own recursive function in Elixir.
#elixir #phoenix
Implementing connection draining for phoenix (or any library that uses ranch!)
https://medium.com/@derek.kraan2/implementing-connection-draining-for-phoenix-or-any-library-that-uses-ranch-8e640f3bd4cf
Implementing connection draining for phoenix (or any library that uses ranch!)
https://medium.com/@derek.kraan2/implementing-connection-draining-for-phoenix-or-any-library-that-uses-ranch-8e640f3bd4cf
Medium
Implementing Connection Draining for Phoenix (or any library that uses Ranch!)
This is a problem that many of us are familiar with. We would like to deploy our programs, and deploying a new version requires turning…
#elixir #phoenix #authorization #tutorial #phoenix_framework
Authorization policies for phoenix web-applications
https://medium.com/@kortirso/authorization-policies-for-phoenix-web-applications-7db35e593064
Authorization policies for phoenix web-applications
https://medium.com/@kortirso/authorization-policies-for-phoenix-web-applications-7db35e593064
Medium
Authorization policies for Phoenix web-applications
While building new web-application with phoenix framework (application for auto-translations LangTool) I needed to implement auhorization…
#elixir #waspvm #elixium
Using waspvm to create a simple tic-tac-toe game
https://medium.com/@elixiumnetwork/using-waspvm-to-create-a-simple-tic-tac-toe-game-a993ca9d6289
Using waspvm to create a simple tic-tac-toe game
https://medium.com/@elixiumnetwork/using-waspvm-to-create-a-simple-tic-tac-toe-game-a993ca9d6289
Medium
Using WaspVM to create a simple Tic-Tac-Toe game
Recently at Elixium we’ve been spending a bunch of time developing a WebAssembly Virtual Machine called WaspVM in Elixir, which we’ll use…
#elixir #phoenix_framework #podium #coding
Two years of elixir at podium: thoughts
https://medium.com/podium-engineering/two-years-of-elixir-at-podium-thoughts-9f30defedb7d
Two years of elixir at podium: thoughts
https://medium.com/podium-engineering/two-years-of-elixir-at-podium-thoughts-9f30defedb7d
Medium
Two Years of Elixir at Podium: Thoughts
Exactly two years ago today, our largest Elixir app hit production. We had two other, smaller, low-risk Elixir apps running in production…
#elixir #phoenix #ecto #sql
Elixir phoenix: how i turned a function into raw sql and then into an ecto query
https://dev.to/thebrianemory/elixir-phoenix-how-i-turned-a-function-into-raw-sql-and-then-into-an-ecto-query-995
Elixir phoenix: how i turned a function into raw sql and then into an ecto query
https://dev.to/thebrianemory/elixir-phoenix-how-i-turned-a-function-into-raw-sql-and-then-into-an-ecto-query-995
The DEV Community
Elixir Phoenix: How I Turned A Function Into Raw SQL And Then Into An Ecto Query
#elixir #docke #distillery #erlang
How to create a elixir release and use environment variables configured at runtime.
https://medium.com/@ophasnoname_44358/how-to-create-a-elixir-release-and-use-environment-variables-configured-at-runtime-dbb2580ba42d
How to create a elixir release and use environment variables configured at runtime.
https://medium.com/@ophasnoname_44358/how-to-create-a-elixir-release-and-use-environment-variables-configured-at-runtime-dbb2580ba42d
#elixir
Implementing blocking queue with elixir and otp 21
https://medium.com/@aetherus.zhou/implementing-blocking-queue-with-elixir-and-otp-21-3a407bfc912
Implementing blocking queue with elixir and otp 21
https://medium.com/@aetherus.zhou/implementing-blocking-queue-with-elixir-and-otp-21-3a407bfc912
Medium
Implementing blocking queue with Elixir and OTP 21
If you are an Elixir programmer and a concurrency guy, you probably have been using Joseph Kain’s BlockingQueue. Joseph also wrote a blog…
#elixir #phoenix #gitlab #continous_integration #continous_deployment
Setting up automated testing and deployment to gigalixir for a phoenix application using gitlab.
https://medium.com/@edwinthinks/setting-up-automated-testing-and-deployment-to-gigalixir-for-a-phoenix-application-using-gitlab-48cee3bac481
Setting up automated testing and deployment to gigalixir for a phoenix application using gitlab.
https://medium.com/@edwinthinks/setting-up-automated-testing-and-deployment-to-gigalixir-for-a-phoenix-application-using-gitlab-48cee3bac481
Medium
Setting up automated testing and deployment to Gigalixir for a Phoenix Application using GitLab.
In this article, I go over the few easy steps you can take to improving the foundation of your old or new Phoenix (1.4) application using…
#elixir #erlang #unittest #testing #tdd
Testiex — easier test driven development in elixir
https://medium.com/@olshansky/testiex-easier-test-driven-development-in-elixir-761cd1a9f11
Testiex — easier test driven development in elixir
https://medium.com/@olshansky/testiex-easier-test-driven-development-in-elixir-761cd1a9f11
Medium
TestIex — Easier Test Driven Development in Elixir
One of my favorite features of elixir is being able to start a shell that loads the entire context of my project:
#functional_programming #domain_driven_design #clojure #elixir #scalability
Thoughts on domain-driven design in functional languages
https://medium.com/@naveennegi/thoughts-on-domain-driven-design-in-functional-languages-83c43ec518d
Thoughts on domain-driven design in functional languages
https://medium.com/@naveennegi/thoughts-on-domain-driven-design-in-functional-languages-83c43ec518d
Medium
Domain-driven design in FP
For the last couple of years, I have been working with functional languages like Elixir and Clojure. Even though I am convinced that DDD…
#elixir #erlang #otp #functional_programming #genserver
Orchestrating genserver state changes with `handle_continue`
https://medium.com/@adammokan/orchestrating-genserver-state-changes-30ab84866678
Orchestrating genserver state changes with `handle_continue`
https://medium.com/@adammokan/orchestrating-genserver-state-changes-30ab84866678
Medium
Orchestrating GenServer state changes with `handle_continue`
A minor addition to Erlang/OTP 21 that could make life a little easier
#elixir #erlang #genserver #genstage
Genstage in erlang/elixir: easy as jelly!
https://medium.com/@navidmostafiz/genstage-in-erlang-elixir-easy-as-jelly-20e0570a1223
Genstage in erlang/elixir: easy as jelly!
https://medium.com/@navidmostafiz/genstage-in-erlang-elixir-easy-as-jelly-20e0570a1223
Medium
GenStage in Erlang/Elixir: Easy as Jelly!
A GenStage facilitates communication between different Erlang/Elixir modules on the same or different nodes using a publisher-subscriber…
#elixir #distillery #release_management #erlang
Releasing elixir with distillery
https://medium.com/grandcentrix/releasing-elixir-with-distillery-acfcd7004476
Releasing elixir with distillery
https://medium.com/grandcentrix/releasing-elixir-with-distillery-acfcd7004476
Medium
Releasing Elixir with Distillery
Distillery allows conveniently creating Erlang releases from Elixir projects. We share practical learnings of using it in production!
#elixir #erlang #toml #distributed_systems #software_development
How to update elixir project configuration with toml in runtime.
https://medium.com/pharos-production/elixir-toml-configuration-d6b42a88fd65
How to update elixir project configuration with toml in runtime.
https://medium.com/pharos-production/elixir-toml-configuration-d6b42a88fd65
Medium
How to Update Elixir Project Configuration with TOML in Runtime.
Distributed & High-Load Systems Development.
#graphql #absinthe #json #elixir #git
An absinthe graphql codec for better commits of json schema files
https://medium.com/@hadfieldn/an-absinthe-graphql-codec-for-better-commits-of-json-schema-files-ea061b38676
An absinthe graphql codec for better commits of json schema files
https://medium.com/@hadfieldn/an-absinthe-graphql-codec-for-better-commits-of-json-schema-files-ea061b38676
Medium
An Absinthe GraphQL codec for better commits of JSON schema files
The case for consistently rendered JSON schemas
#api #elixir #phoenix #yandex_translate #translation
Text translation for elixir/phoenix applications with yandex.translate service
https://medium.com/@kortirso/text-translation-for-elixir-phoenix-applications-with-yandex-translate-service-2364bdbc0a4e
Text translation for elixir/phoenix applications with yandex.translate service
https://medium.com/@kortirso/text-translation-for-elixir-phoenix-applications-with-yandex-translate-service-2364bdbc0a4e
Medium
Text translation for Elixir/Phoenix applications with Yandex.Translate service
Yandex company has a very good service for translators Yandex.Translate. Any user can translate words or whole phrases for free through a…