#elixir #phoenix #beginners
Multiplayer go with elixir's registry, pubsub and dynamic supervisors
https://dev.to/appsignal/multiplayer-go-with-elixir-s-registry-pubsub-and-dynamic-supervisors-1hgf
Multiplayer go with elixir's registry, pubsub and dynamic supervisors
https://dev.to/appsignal/multiplayer-go-with-elixir-s-registry-pubsub-and-dynamic-supervisors-1hgf
DEV Community
Multiplayer Go with Elixir's Registry, PubSub and dynamic supervisors
In part 3 of building the Go Game in Elixir, we'll allow the creation of new games as well as inviting others to join in. Along the way, we touch on Elixir's Registry, PubSub and dynamic supervisors.
How to find the geolocation of an ip address in elixir
https://blog.agentrisk.com/how-to-find-the-geolocation-of-an-ip-address-in-elixir-8e963462a966
https://blog.agentrisk.com/how-to-find-the-geolocation-of-an-ip-address-in-elixir-8e963462a966
Medium
How to find the geolocation of an IP address in Elixir
Setup IP geolocation in Elixir in under 60 seconds
#elixir
🔒 serve phoenix app locally with https 🔒
https://til.hashrocket.com/posts/b8p5oalouz--serve-phoenix-app-locally-with-https-
🔒 serve phoenix app locally with https 🔒
https://til.hashrocket.com/posts/b8p5oalouz--serve-phoenix-app-locally-with-https-
Hashrocket
Today I Learned: 🔒 Serve Phoenix App Locally with HTTPS 🔒
The Phoenix Framework provides an easy mix task to automatically generate a self-signed SSL cert. This is useful if you want to test the app locally with HTTPS.
My take on property-based testing in elixir
https://medium.com/@grufino1/my-take-on-property-based-testing-in-elixir-1a3b1c18212b
https://medium.com/@grufino1/my-take-on-property-based-testing-in-elixir-1a3b1c18212b
Medium
My take on Property-based testing in Elixir
So it's been a while since I've been reading about Property based testing, but had been skeptical about it so far, because it is clearly…
#elixir
Get a writable temporary directory in elixir
https://til.hashrocket.com/posts/8rkl48vqmc-get-a-writable-temporary-directory-in-elixir
Get a writable temporary directory in elixir
https://til.hashrocket.com/posts/8rkl48vqmc-get-a-writable-temporary-directory-in-elixir
Hashrocket
Today I Learned: Get a writable temporary directory in Elixir
When you need to write a temporary file to disk it is common to assume a particular path exists based on the operating system the app is running on:
#elixir #tdd #documentation #doctests
Love potion `number == 9` | how elixir completely changed my relationship with testing
https://dev.to/thepeoplesbourgeois/love-potion-assert-number-9-how-elixir-completely-changed-my-relationship-with-testing-5h8p
Love potion `number == 9` | how elixir completely changed my relationship with testing
https://dev.to/thepeoplesbourgeois/love-potion-assert-number-9-how-elixir-completely-changed-my-relationship-with-testing-5h8p
DEV Community 👩💻👨💻
Love Potion `number == 9` | How Elixir Completely Changed My Relationship With Testing
Back in 2012, I interviewed for a company that emphasized TDD as their primary feature development st...
How dockup tracks online status of remote agents using phoenix presence
https://medium.com/dockup/how-dockup-tracks-online-status-of-remote-agents-using-phoenix-presence-e59d9675fb5e
https://medium.com/dockup/how-dockup-tracks-online-status-of-remote-agents-using-phoenix-presence-e59d9675fb5e
Medium
How Dockup tracks online status of remote agents using Phoenix Presence
“Is our agent online? Let’s ask Phoenix Presence!”
How to build multiple web apps with elixir thanks to umbrella — part 3.1: set up an admin website with users
https://medium.com/@cedric_30386/how-to-build-multiple-web-apps-with-elixir-thanks-to-umbrella-part-3-1-9288a372e5b
https://medium.com/@cedric_30386/how-to-build-multiple-web-apps-with-elixir-thanks-to-umbrella-part-3-1-9288a372e5b
Medium
How to build multiple web apps with Elixir thanks to umbrella — part 3.1:
A (wannabe) guide to learn how to create web apps with Elixir 1.9, Phoenix 1.4, Docker (for development), Git (including submodules) to…
Stop trying to make fetch happen: or, make it happen with dataloader + graphql
https://medium.com/@citybase/stop-trying-to-make-fetch-happen-or-make-it-happen-with-dataloader-graphql-5c471912c16
https://medium.com/@citybase/stop-trying-to-make-fetch-happen-or-make-it-happen-with-dataloader-graphql-5c471912c16
Medium
Stop Trying to Make Fetch Happen: Or, Make It Happen with Dataloader + GraphQL
By Alex Knowles, Senior Software Engineer
10 common code refactoring experiences|elixir
https://medium.com/blackode/elixir-code-refactoring-techniques-33589ac56231
https://medium.com/blackode/elixir-code-refactoring-techniques-33589ac56231
Medium
10 Common Code Refactoring Experiences|Elixir
Sometimes things go wrong to show right path
Ecto embedded schemas — quick search through a jsonb array in postgresql
https://medium.com/coletiv-stories/ecto-embedded-schemas-quick-search-through-a-jsonb-array-in-postgresql-f9d91cf90843
https://medium.com/coletiv-stories/ecto-embedded-schemas-quick-search-through-a-jsonb-array-in-postgresql-f9d91cf90843
Medium
Ecto Embedded Schemas — Quick search through a JSONB array in PostgreSQL
Have you ever wanted or had the need to take a database table and cram a lot of information into a specific field using JSON?
Keeping state on functional programming (elixir)
https://medium.com/@ecz/keeping-state-on-functional-programming-elixir-9251fd4f0339
https://medium.com/@ecz/keeping-state-on-functional-programming-elixir-9251fd4f0339
Medium
Keeping state on Functional Programming (Elixir)
Today I’m writing about keeping state on functional programming. I kept forgetting that functional programming is a completely different…