#elixir #ecto #bulk_insert #phoenix_framework
Bulk update a record with ecto | elixir /phoenix
https://medium.com/codes-for-elixir-phoenix/bulk-update-a-record-with-ecto-elixir-phoenix-799c29ff52f6
Bulk update a record with ecto | elixir /phoenix
https://medium.com/codes-for-elixir-phoenix/bulk-update-a-record-with-ecto-elixir-phoenix-799c29ff52f6
Medium
Bulk update a record with Ecto | Elixir /Phoenix
Do you update a record by overriding values? Yes, you can. However, sometime we just can’t do it, because sometimes we have to delete some…
#elixir #programming #phoenix_framework #web_development #functional_programming
Pattern matching in elixir
https://medium.com/pathfactory/pattern-matching-in-elixir-1690f82ea479
Pattern matching in elixir
https://medium.com/pathfactory/pattern-matching-in-elixir-1690f82ea479
Medium
Pattern matching in Elixir
Pattern matching is an integral feature of functional programming and gives us a way to compare data against certain patterns. It can be…
#elixir #debug #repl #phoenix_framework
Connect to remote elixir node through a bastion host
https://medium.com/@marcio_lopes/connect-to-remote-elixir-node-through-a-bastion-host-28c4ff4bdd51
Connect to remote elixir node through a bastion host
https://medium.com/@marcio_lopes/connect-to-remote-elixir-node-through-a-bastion-host-28c4ff4bdd51
Medium
Connect to remote Elixir node through a Bastion Host
Here at Rakuten Brazil I work on a team that uses Ruby ostensively, mainly Hanami (you can known more about this in this blog post series…
#elixir #ecto #phoenix_framework #phoenix #web_development
Ecto changesets — put, cast, embeds and assocs. remember the difference once and for all!
https://medium.com/@ItizAdz/ecto-changesets-put-cast-embeds-and-assocs-remember-the-difference-once-and-for-all-10781cc60857
Ecto changesets — put, cast, embeds and assocs. remember the difference once and for all!
https://medium.com/@ItizAdz/ecto-changesets-put-cast-embeds-and-assocs-remember-the-difference-once-and-for-all-10781cc60857
Medium
Ecto Changesets — put, cast, embeds and assocs. Remember the difference once and for all!
The other day I was lurking in the elixir slack and I saw this:
#elixir #phoenix_framework #liveview
A story of phoenix liveview: writing a crud application
https://medium.com/@merajulislam/a-story-of-phoenix-liveview-writing-a-crud-application-d938e52894d4
A story of phoenix liveview: writing a crud application
https://medium.com/@merajulislam/a-story-of-phoenix-liveview-writing-a-crud-application-d938e52894d4
Medium
A Story of Phoenix LiveView: Writing a CRUD Application
Phoenix LiveView has been an exciting recent addition to Elixir/Phoenix ecosystem. In this article, I will provide overview of Phoenix…
#elixir #phoenix #phoenix_framework #plug #static
Serving static assets on a subpath in phoenix
https://medium.com/@svengehring/serving-static-assets-on-a-subpath-in-phoenix-758f9ecb9921
Serving static assets on a subpath in phoenix
https://medium.com/@svengehring/serving-static-assets-on-a-subpath-in-phoenix-758f9ecb9921
Medium
Serving static assets on a subpath in Phoenix
Phoenix serves static files with a Plug.Static defined in the endpoint. But what if we want to serve additional static files from subpaths?
#elixir #phoenix_framework #user #authentication
User authentication phoenix 1.4
https://medium.com/@maneeshbabu/user-authentication-phoenix-1-4-ebda68016740
User authentication phoenix 1.4
https://medium.com/@maneeshbabu/user-authentication-phoenix-1-4-ebda68016740
Medium
User authentication in Phoenix 1.4
Phoenix is a very young framework available for building HTML5 apps, API backends, and distributed systems. It is powered using Elixir and…
#elixir #phoenix_framework #liveview #web_development
Phoenix liveview round-up: the story so far
https://shift.infinite.red/phoenix-liveview-round-up-the-story-so-far-3cbb1648e940
Phoenix liveview round-up: the story so far
https://shift.infinite.red/phoenix-liveview-round-up-the-story-so-far-3cbb1648e940
Medium
Phoenix LiveView Round-Up: The Story So Far
What’s been going on since LiveView was finally made public? Answer: a lot!
#elixir #python #machine_learning #phoenix_framework
Using python trained machine learning models from phoenix (elixir) applications
https://medium.com/@merajulislam/using-machine-learning-models-python-from-phoenix-elixir-applications-cd028e4e5f01
Using python trained machine learning models from phoenix (elixir) applications
https://medium.com/@merajulislam/using-machine-learning-models-python-from-phoenix-elixir-applications-cd028e4e5f01
Medium
Using Machine Learning Models (Python) from Phoenix(Elixir) Applications
Python is the de facto language for machine learning and data science. There are numerous libraries and frameworks available in Python for…
#elixir #phoenix_framework #liveview
Concurrent ant farm with elixir and phoenix liveview
https://medium.com/cabify-product/concurrent-ant-farm-with-elixir-and-phoenix-liveview-e54d07555e77
Concurrent ant farm with elixir and phoenix liveview
https://medium.com/cabify-product/concurrent-ant-farm-with-elixir-and-phoenix-liveview-e54d07555e77
Medium
Concurrent ant farm with Elixir and Phoenix LiveView
How I built a concurrent ant farm with Elixir and Phoenix LiveView.
#elixir #phoenix #phoenix_framework #ecto #sql
Preload, or not preload, that is the question
https://medium.com/@SergeyChechaev/preload-or-not-preload-that-is-the-question-2b706da51cea
Preload, or not preload, that is the question
https://medium.com/@SergeyChechaev/preload-or-not-preload-that-is-the-question-2b706da51cea
Medium
Preload, or not preload, that is the question
Preload is a part of Ecto.Query module that provides the Query DSL. Preload is a powerful tool that allows you to avoid N+1 queries from…
#elixir #ecto #phoenix_framework
Connecting two databases using ecto in elixir
https://medium.com/podiihq/connect-two-databases-using-ecto-1861116fbea2
Connecting two databases using ecto in elixir
https://medium.com/podiihq/connect-two-databases-using-ecto-1861116fbea2
Medium
Connecting Two Databases using Ecto in elixir
Imagine for a second that you are building a brand new Phoenix application, but you need to make use of some data stored in a different…
#elixir #phoenix_framework #rails #ruby #ruby_on_rails
Phoenix vs rails benchmark (2019)
https://medium.com/@elviovicosa/phoenix-vs-rails-benchmark-2019-f0e68336d557
Phoenix vs rails benchmark (2019)
https://medium.com/@elviovicosa/phoenix-vs-rails-benchmark-2019-f0e68336d557
Medium
Phoenix vs Rails benchmark (2019)
Rails is a great framework. It enables companies to build and launch their products quickly. There are many successful companies that are…
#elixir #python #machine_learning #phoenix_framework #protocol_buffers
Protocol buffers to pass data between elixir/phoenix and python
https://itnext.io/protocol-buffers-to-pass-data-between-elixir-phoenix-and-python-89191abe84e1
Protocol buffers to pass data between elixir/phoenix and python
https://itnext.io/protocol-buffers-to-pass-data-between-elixir-phoenix-and-python-89191abe84e1
Medium
Protocol Buffers To Pass Data Between Elixir/Phoenix And Python
This article is an extension to my previous article titled — “Using Python Trained Machine Learning Models from Phoenix (Elixir)…