#elixir
Use docker to create an elixir/phoenix development environment
https://medium.com/@cesarwilliam/use-docker-to-create-an-elixir-phoenix-development-environment-e1a81def1d2e
Use docker to create an elixir/phoenix development environment
https://medium.com/@cesarwilliam/use-docker-to-create-an-elixir-phoenix-development-environment-e1a81def1d2e
Medium
Use Docker to create an Elixir/Phoenix development environment
How do create an Elixir/Phoenix development environment using Docker
#elixir
Why shouldn’t you use elixir code in database migrations?
https://medium.com/@patrykbak/why-shouldnt-you-use-elixir-code-in-database-migrations-544015120beb
Why shouldn’t you use elixir code in database migrations?
https://medium.com/@patrykbak/why-shouldnt-you-use-elixir-code-in-database-migrations-544015120beb
Medium
Why shouldn’t you use Elixir code in database migrations?
Elixir code used in migrations can cause troubles when we decide to start up our system with an empty database. To understand the problem…
#elixir
How to deploy your phoenix 1.5 app to heroku!
https://levelup.gitconnected.com/how-to-deploy-your-phoenix-1-5-app-to-heroku-28b77ca11694
How to deploy your phoenix 1.5 app to heroku!
https://levelup.gitconnected.com/how-to-deploy-your-phoenix-1-5-app-to-heroku-28b77ca11694
Medium
How To Deploy Your Phoenix 1.5 App to Heroku!
Do as I say, not as I did!
#elixir
Distributed elixir app in aws, pt1 — let’s build the application
https://medium.com/@pawel_dawczak/distributed-elixir-app-in-aws-pt1-lets-build-the-application-a5ce4ac62d26
Distributed elixir app in aws, pt1 — let’s build the application
https://medium.com/@pawel_dawczak/distributed-elixir-app-in-aws-pt1-lets-build-the-application-a5ce4ac62d26
Medium
Distributed Elixir App in AWS, PT1 — Let’s build the application
Let’s build a distributed application. A very simple one, but the one that will show us some interesting building blocks…
#Announcements
Streamdata: property-based testing and data generation
https://elixir-lang.org/blog/2017/10/31/stream-data-property-based-testing-and-data-generation-for-elixir/
Streamdata: property-based testing and data generation
https://elixir-lang.org/blog/2017/10/31/stream-data-property-based-testing-and-data-generation-for-elixir/
The Elixir programming language
StreamData: Property-based testing and data generation
We are working on data generation and property-based testing for the next versions of Elixir.
#elixir
3 ways to schedule tasks in elixir i have learned in 3 years working with it
https://blog.kommit.co/3-ways-to-schedule-tasks-in-elixir-i-learned-in-3-years-working-with-it-a6ca94e9e71d
3 ways to schedule tasks in elixir i have learned in 3 years working with it
https://blog.kommit.co/3-ways-to-schedule-tasks-in-elixir-i-learned-in-3-years-working-with-it-a6ca94e9e71d
Medium
3 ways to schedule tasks in Elixir I have learned in 3 years working with it
You’ll learn 3 different ways you can schedule tasks in Elixir that I’ve learned and used in 3 years of experience with it
#elixir
Elixir trickery: cheating on structs, and why it pays off
https://curiosum.dev/blog/elixir-trickery-cheating-on-structs
Elixir trickery: cheating on structs, and why it pays off
https://curiosum.dev/blog/elixir-trickery-cheating-on-structs
Curiosum
Elixir Trickery: Cheating on Structs, And Why It Pays Off | Curiosum
An introduction to Elixir's Structs, and how to get around some of their limitations when developing libraries.
#elixir
How database transactions work in ecto and why elixir makes it awesome?
https://curiosum.dev/blog/elixir-ecto-database-transactions
How database transactions work in ecto and why elixir makes it awesome?
https://curiosum.dev/blog/elixir-ecto-database-transactions
Curiosum
How database transactions work in Ecto and why Elixir makes it awesome? | Curiosum
A guide to why, when and how to use Elixir's Ecto to deal with transactions in SQL databases, and why it's a perfect pairing.
#elixir
What's the difference between alias, import, require and use in elixir? a complete guide with use cases
https://curiosum.dev/blog/alias-import-require-use-in-elixir
What's the difference between alias, import, require and use in elixir? a complete guide with use cases
https://curiosum.dev/blog/alias-import-require-use-in-elixir
Curiosum
What's the difference between alias, import, require and use in Elixir? A complete guide with use cases | Curiosum
Elixir gives you for directives for managing dependencies: alias, import, require and use. We will explain each of them in details with use cases.
#elixir
Distributed elixir app in aws, pt2 — let’s compile the application
https://medium.com/@pawel_dawczak/distributed-elixir-app-in-aws-pt2-5bd29aea922a
Distributed elixir app in aws, pt2 — let’s compile the application
https://medium.com/@pawel_dawczak/distributed-elixir-app-in-aws-pt2-5bd29aea922a
Medium
Distributed Elixir App in AWS, PT2
Let’s compile the application
#elixir
Modern talking with elixir: messenger app tutorial with phoenix liveview
https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-1
Modern talking with elixir: messenger app tutorial with phoenix liveview
https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-1
Curiosum
Modern Talking with Elixir: Messenger App Tutorial with Phoenix LiveView | Curiosum
Phoenix LiveView is Elixir's offer when it comes to reactive UI development. Build a Messenger-like app with practically no JavaScript!