#heroku #redis #elixir #gigalixir #flatstack
Elixir. some performance remarks
https://medium.flatstack.com/elixir-some-performance-remarks-4b5bd10202b6
Elixir. some performance remarks
https://medium.flatstack.com/elixir-some-performance-remarks-4b5bd10202b6
Flatstack Thoughts
Elixir. Some performance remarks
Recently, we had a small task: API with couple of endpoints making authentication based on asymmetric encryption and JWT. Application was…
#elixir #cms #phoenix #programming #functional_programming
Two years of elixir at the outline
https://medium.com/@davelucia/two-years-of-elixir-at-the-outline-ad671a56c9ce
Two years of elixir at the outline
https://medium.com/@davelucia/two-years-of-elixir-at-the-outline-ad671a56c9ce
Medium
Two years of Elixir at The Outline
Two years ago this month, I started as a developer at The Outline. At the time, the site was just an idea that existed as a series of…
#elixir #phoenix #functional_programming #router #plug
Elixir bits #2 — rewriting your phoenix plug.conn paths
https://medium.com/@tinen.bruno/elixir-bits-2-rewriting-your-phoenix-plug-conn-paths-84c9f4268f4f
Elixir bits #2 — rewriting your phoenix plug.conn paths
https://medium.com/@tinen.bruno/elixir-bits-2-rewriting-your-phoenix-plug-conn-paths-84c9f4268f4f
Medium
Elixir Bits #2 — Rewriting your Phoenix Plug.Conn Paths
There are situations in which you may want to rewrite the URL path you receive to another one. Imagine you have the following scenario…
#elixir #nerves #iot #phoenix_framework #raspberry_pi
Building a product based on an embedded device with elixir, nerves & phoenix — part 1
https://medium.com/@adrian_ribao/building-a-product-based-on-an-embedded-device-with-elixir-nerves-phoenix-part-1-f7b52b1aee11
Building a product based on an embedded device with elixir, nerves & phoenix — part 1
https://medium.com/@adrian_ribao/building-a-product-based-on-an-embedded-device-with-elixir-nerves-phoenix-part-1-f7b52b1aee11
Medium
Building a product based on an embedded device with Elixir, Nerves & Phoenix — Part 1
We are facing some changes in Europe regarding data protection. The EU General Data Protection Regulation (GDPR) has changed some rules…
#elixir #protocols #polymorphism
Using protocols to decouple implementation details
https://dev.to/jackmarchant/using-protocols-to-decouple-implementation-details-2im5
Using protocols to decouple implementation details
https://dev.to/jackmarchant/using-protocols-to-decouple-implementation-details-2im5
The DEV Community
Using Protocols to decouple implementation details
Protocols are a way to implement polymorphism in Elixir. There are many use-cases for it, but I'll go through a typical example of interacting with an external API that needs data in a specific structure.
#elixir #bitcoin #software_development #cryptocurrency #programming
Living the simple life with recursive parsing and serialization
https://medium.com/@petecorey/living-the-simple-life-with-recursive-parsing-and-serialization-cd2cb5d6d500
Living the simple life with recursive parsing and serialization
https://medium.com/@petecorey/living-the-simple-life-with-recursive-parsing-and-serialization-cd2cb5d6d500
Medium
Living the Simple Life with Recursive Parsing and Serialization
I just pushed a massive refactor of my Elixir-powered Bitcoin full node project that considerably simplifies the parsing and serialization…
#elixir #phoenixframework #security #network
How to block chinese ip addresses in phoenix framework.
https://dev.to/sergiotapia/how-to-block-chinese-ip-addresses-in-phoenix-framework-3jj4
How to block chinese ip addresses in phoenix framework.
https://dev.to/sergiotapia/how-to-block-chinese-ip-addresses-in-phoenix-framework-3jj4
The Practical Dev
How to block Chinese IP addresses in Phoenix Framework.
#elixir #erlang #rust
Writing rust nifs for your elixir code with the rustler package
https://medium.com/@jacob.lerche/writing-rust-nifs-for-your-elixir-code-with-the-rustler-package-d884a7c0dbe3
Writing rust nifs for your elixir code with the rustler package
https://medium.com/@jacob.lerche/writing-rust-nifs-for-your-elixir-code-with-the-rustler-package-d884a7c0dbe3
Medium
Writing Rust NIFs for your Elixir code with the Rustler package
Elixir is a language that has positioned itself as suitable for high concurrency workloads. It does so by running on the Erlang VM (BEAM)…
#elixir #phoenix
Simple extensible blog built with elixir and phoenix
https://medium.com/@ramansah/simple-extensible-blog-built-with-elixir-and-phoenix-61d4dfafabb1
Simple extensible blog built with elixir and phoenix
https://medium.com/@ramansah/simple-extensible-blog-built-with-elixir-and-phoenix-61d4dfafabb1
Medium
Simple Extensible Blog Built with Elixir and Phoenix
A boilerplate Phoenix web app including user authentication, admin panel and image upload in Elixir.
#elixir #phoenixframework #websocket
Killing all socket connections for a user in phoenix framework
https://dev.to/sergiotapia/killing-all-socket-connections-for-a-user-in-phoenix-framework-2376
Killing all socket connections for a user in phoenix framework
https://dev.to/sergiotapia/killing-all-socket-connections-for-a-user-in-phoenix-framework-2376
The Practical Dev
Killing all socket connections for a user in Phoenix Framework
#elixir #phoenixframework #s3 #uploads
Phoenix framework — direct uploading to amazon s3.
https://dev.to/sergiotapia/phoenix-frameworkdirect-uploading-to-amazon-s3-11a2
Phoenix framework — direct uploading to amazon s3.
https://dev.to/sergiotapia/phoenix-frameworkdirect-uploading-to-amazon-s3-11a2
The Practical Dev
Phoenix Framework — Direct Uploading to Amazon S3.