Turboplay releases stellar elixir blockchain sdk
https://medium.com/turboplay/turboplay-releases-stellar-elixir-blockchain-sdk-c3ff6a874b21
https://medium.com/turboplay/turboplay-releases-stellar-elixir-blockchain-sdk-c3ff6a874b21
Medium
TurboPlay Releases Stellar Elixir Blockchain SDK
In a milestone achievement, TurboPlay solves a longstanding problem and is the first to provide a viable solution for signing transactions…
Lessons on building a backend api in phoenix — validations
https://medium.com/@travis_13686/lessons-on-building-a-backend-api-in-phoenix-validations-3409554bd327
https://medium.com/@travis_13686/lessons-on-building-a-backend-api-in-phoenix-validations-3409554bd327
Medium
Lessons on Building a Backend API in Phoenix — Validations
This is the fifth in a collection of posts I’ve been writing on my first experience building a backend API in the Elixir Phoenix framework…
#elixir
Precise timings with `monotonic_time`
https://til.hashrocket.com/posts/k6kydebcau-precise-timings-with-monotonictime
Precise timings with `monotonic_time`
https://til.hashrocket.com/posts/k6kydebcau-precise-timings-with-monotonictime
Hashrocket
Today I Learned: Precise timings with `monotonic_time`
Monotonic time is time from a clock that only moves forward. The system clock on your CPU can be set and reset. Even when tied to the LAN ntp protocol the system clock can be out-of-sync by a couple of milliseconds. When measuring in microseconds, that's…
#testing #clojure #elixir
Property-based testing: from erlang/elixir to clojure
https://dev.to/shaolang/property-based-testing-from-erlang-elixir-to-clojure-57nm
Property-based testing: from erlang/elixir to clojure
https://dev.to/shaolang/property-based-testing-from-erlang-elixir-to-clojure-57nm
DEV Community
Property-Based Testing: From Erlang/Elixir to Clojure
Reading Property-Based Testing with PropEr, Erlang, and Elixir and following along the examples helpe...
#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