#elixir #phoenix #web_development #education #programming
Elixir phoenix: creating an app with tests (updated for phoenix 1.4 and elixir 1.8)
https://medium.brianemory.com/elixir-phoenix-creating-an-app-with-tests-updated-for-phoenix-1-4-f44c66b690f
Elixir phoenix: creating an app with tests (updated for phoenix 1.4 and elixir 1.8)
https://medium.brianemory.com/elixir-phoenix-creating-an-app-with-tests-updated-for-phoenix-1-4-f44c66b690f
Medium
Elixir Phoenix: Creating An App With Tests (Updated for Phoenix 1.4 and Elixir 1.8)
I released the first version of this tutorial in May of 2017. Since then, it has seen two major revisions. Each one seemed like it took…
#web_development #elixir #documentation
Customize how your exdoc documentation looks
https://medium.com/@takanori.ishikawa/customize-how-your-exdoc-documentation-looks-6913c240fb92
Customize how your exdoc documentation looks
https://medium.com/@takanori.ishikawa/customize-how-your-exdoc-documentation-looks-6913c240fb92
Medium
Customize how your ExDoc documentation looks
Documentation is a first-class citizen in the Elixir eco-system. ExDoc produces your project’s documentation in HTML format. Let’s learn…
#elixir #phoenix_framework #ruby_on_rails #ruby
Rewriting a ruby/rails app in elixir/phoenix (almost) literally
https://medium.com/@merajulislam/rewriting-a-ruby-rails-app-in-elixir-phoenix-almost-literally-7d50d913c8d3
Rewriting a ruby/rails app in elixir/phoenix (almost) literally
https://medium.com/@merajulislam/rewriting-a-ruby-rails-app-in-elixir-phoenix-almost-literally-7d50d913c8d3
Medium
Rewriting a Ruby/Rails app in Elixir/Phoenix (almost) Literally
I have been looking for a somewhat challenging app apart from the simple demos to write in Elixir using Phoenix framework for quite…
#elixir #control_flow #with #nomad
Using tuple-wrapping to improve `with` expressions in elixir
https://medium.com/@tylerpachal/using-tuple-wrapping-to-improve-with-expressions-in-elixir-f491b06265fa
Using tuple-wrapping to improve `with` expressions in elixir
https://medium.com/@tylerpachal/using-tuple-wrapping-to-improve-with-expressions-in-elixir-f491b06265fa
Medium
Using tuple-wrapping to improve `with` expressions in Elixir
Wrap your return values in tuples so you can clearly match them in the else block
#elixir #elixirlang #programming_languages #programming_tips #beginner_coding
When to return the :ok in elixir
https://medium.com/@bruno_sapienza/when-to-return-the-ok-in-elixir-10c3c336870
When to return the :ok in elixir
https://medium.com/@bruno_sapienza/when-to-return-the-ok-in-elixir-10c3c336870
Medium
When to return the :ok in Elixir
A co-worker raised that question the other day and it made me think about how this might be a bit tricky if you’re coming from a classic…
#elixir #change #technology #technology_trends #transformation
How to embrace change with elixir
https://medium.com/weareevermore/how-to-embrace-change-with-elixir-f3361e099281
How to embrace change with elixir
https://medium.com/weareevermore/how-to-embrace-change-with-elixir-f3361e099281
Medium
How to Embrace Change with Elixir
Elixir can still be considered a relatively young programing language, as it appeared on the busy IT scene just seven years ago. Since…
#elixir #phoenix #pubsub #redis
Distributed phoenix chat using redis pubsub
https://medium.com/@asusmel/distributed-phoenix-chat-using-redis-pubsub-3bd4e0185277
Distributed phoenix chat using redis pubsub
https://medium.com/@asusmel/distributed-phoenix-chat-using-redis-pubsub-3bd4e0185277
Medium
Distributed Phoenix Chat using Redis PubSub
In the previous article, Create a High-Availability Kubernetes Cluster on AWS with Kops, we have seen how to create a Kubernetes cluster and how to deploy the Phoenix Chat app. The single node…
#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…