Request and response cycle in phoenix: part 2
https://medium.com/@ssiddhant3030/request-and-response-cycle-in-phoenix-part-2-f6f673d7fca1
https://medium.com/@ssiddhant3030/request-and-response-cycle-in-phoenix-part-2-f6f673d7fca1
Medium
Request and Response cycle in Elixir: Phoenix
When I was studying how controllers work in Ruby, I learned about rails middleware and how Journey is used to routes the incoming request…
#elixir
About setting pool_size with prod.secret.exs
https://til.hashrocket.com/posts/lzamnxdbcw-about-setting-poolsize-with-prodsecretexs
About setting pool_size with prod.secret.exs
https://til.hashrocket.com/posts/lzamnxdbcw-about-setting-poolsize-with-prodsecretexs
Hashrocket
Today I Learned: About setting pool_size with prod.secret.exs
Setting a pool_size for your database connection in Phoenix used to mean having something like this
#Elixir #Phoenix #LiveView #ux
Introduction to phoenix liveview
https://dev.to/knowthen/introduction-to-phoenix-liveview-240f
Introduction to phoenix liveview
https://dev.to/knowthen/introduction-to-phoenix-liveview-240f
The DEV Community
Introduction to Phoenix LiveView
Bot orchestration framework built on elixir/phoenix
https://medium.com/datadriveninvestor/bot-orchestration-framework-built-on-elixir-phoenix-3198fa68fc7a
https://medium.com/datadriveninvestor/bot-orchestration-framework-built-on-elixir-phoenix-3198fa68fc7a
Medium
Bot Orchestration Framework Built on Elixir/Phoenix
Who's Olivia?
Setting up a small local k8s cluster for development
https://medium.com/@oliver_azevedo_barnes/setting-up-a-small-local-k8s-cluster-for-development-cb1c99c6320d
https://medium.com/@oliver_azevedo_barnes/setting-up-a-small-local-k8s-cluster-for-development-cb1c99c6320d
Medium
Running a Small Local K8s Cluster for Development
Steps to run an Elixir service on a local single-node Kubernetes cluster, monitored by Prometheus
Logic programming: the infamous rete algorithm in elixir
https://medium.com/elixir-bytes/logic-programming-the-infamous-rete-algorithm-in-elixir-b2fb4de85e5e
https://medium.com/elixir-bytes/logic-programming-the-infamous-rete-algorithm-in-elixir-b2fb4de85e5e
Medium
Logic programming: the infamous Rete algorithm in Elixir
Elixir is a fantastic and dynamic expressive language that lets you build almost anything. But immutability and functional paradigms come…
How to use data spanning multiple data sources in elixir
https://medium.com/rekkiapp/how-to-use-data-spanning-multiple-data-sources-in-elixir-50f39c87d8fc
https://medium.com/rekkiapp/how-to-use-data-spanning-multiple-data-sources-in-elixir-50f39c87d8fc
Medium
How to use data spanning multiple data sources in Elixir
Unleashing the power of the Ecto preload functions
#elixir #phoenix #cicd #azuredevops
Azuredevops, elixir, docker, ci/cd, and the others - part 1: docker-compose and testing.
https://dev.to/behnam/azuredevops-elixir-docker-ci-cd-and-the-others-part-1-docker-compose-and-testing-o1m
Azuredevops, elixir, docker, ci/cd, and the others - part 1: docker-compose and testing.
https://dev.to/behnam/azuredevops-elixir-docker-ci-cd-and-the-others-part-1-docker-compose-and-testing-o1m
The DEV Community
AzureDevOps, Elixir, Docker, CI/CD, and the others - Part 1: docker-compose and testing.
. Tagged with elixir, phoenix, cicd, azuredevops.
#career #elixir #go #opensource
Top trending programming languages for jobs in 2020
https://dev.to/brainbuzzer/top-trending-programming-languages-for-jobs-in-2020-3d3a
Top trending programming languages for jobs in 2020
https://dev.to/brainbuzzer/top-trending-programming-languages-for-jobs-in-2020-3d3a
DEV Community
Which programming language should you learn in 2020?
The programming world moves fast. There are a ton of different programming languages spawning every y...
#elixir #github #oauth
Github app authentication strategies with elixir
https://dev.to/etiennedepaulis/github-app-authentication-strategies-with-elixir-4e6
Github app authentication strategies with elixir
https://dev.to/etiennedepaulis/github-app-authentication-strategies-with-elixir-4e6
The DEV Community
Github App authentication strategies with Elixir
Manage config variables in an elixir project
https://medium.com/@Julien_Corb/manage-config-variables-in-an-elixir-project-79a14547415e
https://medium.com/@Julien_Corb/manage-config-variables-in-an-elixir-project-79a14547415e
Medium
Manage config variables in an elixir project
Following this very interesting conversation, the elixir core team decided to remove the generation of the config folder when creating new…
#elixir #ruby #beginners #webdev
How to read performance metrics in appsignal
https://dev.to/appsignal/how-to-read-performance-metrics-in-appsignal-9do
How to read performance metrics in appsignal
https://dev.to/appsignal/how-to-read-performance-metrics-in-appsignal-9do
The DEV Community
How to Read Performance Metrics in AppSignal
Find out how AppSignal works, interpret the data it generates, and discover which metrics to keep an eye on to improve your application performance.
The primitives of phoenix liveview
https://medium.com/@alvisesus/the-primitives-of-phoenix-liveview-9ea57f274ce7
https://medium.com/@alvisesus/the-primitives-of-phoenix-liveview-9ea57f274ce7
Medium
The Primitives of Phoenix LiveView
In the previous article we saw how to setup Phoenix LiveView, in order to have everything we need to build a simple LiveView gallery app. Now, before creating our app, I’d like to explore the…
#elixir #webdev #nlp
Lexers and parsers: letting business write business logic
https://dev.to/bechurch/lexers-and-parsers-letting-business-write-business-logic-1i51
Lexers and parsers: letting business write business logic
https://dev.to/bechurch/lexers-and-parsers-letting-business-write-business-logic-1i51
The DEV Community
Lexers and Parsers: Letting Business Write Business Logic
Today we’re talking about Lexers and Parsers, more importantly I want to show you how you: Can give...