#elixir #configuration #tutorial
Skogsrå: simplifying your elixir configuration
https://dev.to/alexdesousa/skogsra-simplifying-your-elixir-configuration-35im
Skogsrå: simplifying your elixir configuration
https://dev.to/alexdesousa/skogsra-simplifying-your-elixir-configuration-35im
The DEV Community
Skogsrå: Simplifying Your Elixir Configuration
Once an Elixir project is large enough, maintaining config files and configuration variables becomes...
#elixir
Adventures in ecto and postgresql: partial unique indexes and upserts with associations
https://medium.com/@woylie/adventures-in-ecto-and-postgresql-partial-unique-indexes-and-upserts-with-associations-ccf20114dfa1
Adventures in ecto and postgresql: partial unique indexes and upserts with associations
https://medium.com/@woylie/adventures-in-ecto-and-postgresql-partial-unique-indexes-and-upserts-with-associations-ccf20114dfa1
Medium
Adventures in Ecto and PostgreSQL: Partial unique indexes and upserts with associations
Let’s say you were asked by your government to implement a national dog registry in order to help them to enforce their new one-dog-policy…
#elixir
Elixir: functional programming continues to rise in 2020
https://medium.com/bluebash/elixir-functional-programming-continues-to-rise-in-2020-8d320f9e3d18
Elixir: functional programming continues to rise in 2020
https://medium.com/bluebash/elixir-functional-programming-continues-to-rise-in-2020-8d320f9e3d18
Medium
Elixir: Functional programming continues to rise in 2020
The base of Functional programming is lambda calculus which was developed in 1930. Lambda is used for calculation utilizing functions. We…
#elixir #headlesschrome #chromedriver #hound
File downloading in headless chrome using chromedriver and hound
https://dev.to/fahrinh/file-downloading-in-headless-chrome-using-chromedriver-and-hound-2goa
File downloading in headless chrome using chromedriver and hound
https://dev.to/fahrinh/file-downloading-in-headless-chrome-using-chromedriver-and-hound-2goa
DEV Community
File Downloading in Headless Chrome Using ChromeDriver and Hound
Recently, I am making a simple Elixir application performing some actions to a website in an automate...
#beginners #elixir #graphql #absinthe
Absinthe journey with wolfiton or how to bring the absinthe tutorial up to date- part 3 the walls
https://dev.to/wolfiton/absinthe-journey-with-wolfiton-or-how-to-bring-the-absinthe-tutorial-up-to-date-part-3-the-walls-n86
Absinthe journey with wolfiton or how to bring the absinthe tutorial up to date- part 3 the walls
https://dev.to/wolfiton/absinthe-journey-with-wolfiton-or-how-to-bring-the-absinthe-tutorial-up-to-date-part-3-the-walls-n86
DEV Community
Absinthe Journey with Wolfiton or How to Bring the Absinthe Tutorial UP to Date- Part 3 The Walls
Hi everyone, Series navigation PART 1 Introduction PART 2 Foundation PART 3 The Walls PART 4 The Doo...
#elixir
How your business can benefit from using elixir and phoenix
https://medium.com/@karolwojtaszek/how-your-business-can-benefit-from-using-elixir-and-phoenix-70850d013856
How your business can benefit from using elixir and phoenix
https://medium.com/@karolwojtaszek/how-your-business-can-benefit-from-using-elixir-and-phoenix-70850d013856
Medium
How your business can benefit from using Elixir and Phoenix
Elixir is a functional language with syntax similar to Ruby that runs on the Erlang VM (BEAM). Ruby like syntax helps its code feel…
#elixir #phoenix
Using phoenix presence in liveview |> a simple example
https://dev.to/kabisasoftware/using-phoenix-presence-in-liveview-a-simple-example-c75
Using phoenix presence in liveview |> a simple example
https://dev.to/kabisasoftware/using-phoenix-presence-in-liveview-a-simple-example-c75
DEV Community
Using Phoenix Presence in LiveView |> A Simple Example
Normally I'm not a big fan of things that seem like magic, but in the case of Phoenix Presence I actu...
#elixir
Customizing your elixir with sigils and macros
https://medium.com/@jeffborch/customizing-your-elixir-with-sigils-and-macros-ee6e231874f6
Customizing your elixir with sigils and macros
https://medium.com/@jeffborch/customizing-your-elixir-with-sigils-and-macros-ee6e231874f6
Medium
Customizing Your Elixir with Sigils and Macros
I’ve only been learning Elixir for a couple months, but I’ve already noticed a very cool thing about Elixir: it is remarkably extendable…
#elixir
Next generation distributed systems on the beam
https://medium.com/@gordonguthrie/next-generation-distributed-systems-on-the-beam-cffc501cf320
Next generation distributed systems on the beam
https://medium.com/@gordonguthrie/next-generation-distributed-systems-on-the-beam-cffc501cf320
Medium
Next Generation Distributed Systems On The BEAM
So I was hired by Wayfair to write a new distributed systems language. Then my new boss set himself on fire and I became a general manager…
#elixir #docker #rust #rendercom
Deploy elixir apps utilizing rust nifs on render.com
https://dev.to/frigidcode/deploy-elixir-apps-utilizing-rust-nifs-on-render-com-1c7l
Deploy elixir apps utilizing rust nifs on render.com
https://dev.to/frigidcode/deploy-elixir-apps-utilizing-rust-nifs-on-render-com-1c7l
DEV Community
Deploy Elixir apps utilizing Rust NIFs on Render.com
After a long week of dealing with servers at my day job I had no urge to do the same with my side p...
#elixir #phoenix #k8s
Real world phoenix |> let's d4y |> using k8s
https://dev.to/kabisasoftware/real-world-phoenix-let-s-d4y-using-k8s-8i
Real world phoenix |> let's d4y |> using k8s
https://dev.to/kabisasoftware/real-world-phoenix-let-s-d4y-using-k8s-8i
DEV Community
Real World Phoenix |> Let's D4Y |> using K8S
As promised in my last post, here is step 3 in my deployment adventure. The one where I use Kubernete...