#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!
#elixir
Elixir trickery: using macros and metaprogramming without superpowers
https://curiosum.dev/blog/elixir-trickery-using-macros-metaprogramming
Elixir trickery: using macros and metaprogramming without superpowers
https://curiosum.dev/blog/elixir-trickery-using-macros-metaprogramming
Curiosum
Elixir Trickery: Using Macros and Metaprogramming Without Superpowers | Curiosum
Metaprogramming sounds scary, but in Elixir you don't need supernatural powers to use it to great success - find out how, why and when to do this.
#elixir
Phoenix liveview tutorial: bootstrap your messenger app
https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-2
Phoenix liveview tutorial: bootstrap your messenger app
https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-2
Curiosum
Phoenix LiveView Tutorial: Bootstrap Your Messenger App | Curiosum
Set up your first Elixir Phoenix LiveView app, prepare database, schemas & contexts and first Messenger views.
#elixir
Phoenix liveview tutorial: adding phoenix pubsub and pow authentication to messenger
https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-3
Phoenix liveview tutorial: adding phoenix pubsub and pow authentication to messenger
https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-3
Curiosum
Phoenix LiveView Tutorial: Adding Phoenix PubSub and Pow Authentication to Messenger | Curiosum
Continue the Phoenix LiveView Messenger app tutorial, using communication via Phoenix PubSub and user authentication via Pow.
#elixir
Phoenix liveview tutorial: handling connection errors and push notifications with js hooks
https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-4
Phoenix liveview tutorial: handling connection errors and push notifications with js hooks
https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-4
Curiosum
Phoenix LiveView Tutorial: Handling Connection Errors And Push Notifications With JS Hooks | Curiosum
In this episode of our Phoenix LiveView tutorial, we'll show you how to use JavaScript hooks to handle errors and notify users about new conversations and messages.
#elixir
Ethereum under the hood- part 8( blocks -2 )
https://medium.com/@derao512/ethereum-under-the-hood-part-8-blocks-2-8941d88014c0
Ethereum under the hood- part 8( blocks -2 )
https://medium.com/@derao512/ethereum-under-the-hood-part-8-blocks-2-8941d88014c0