#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
#elixir
Push notification with elixir and ios
https://medium.com/@ssiddhant3030/push-notification-with-elixir-and-ios-6c2f80b0c946
Push notification with elixir and ios
https://medium.com/@ssiddhant3030/push-notification-with-elixir-and-ios-6c2f80b0c946
Medium
Push Notification with Elixir and iOS
For the last week, I’m trying to implement push notification for iOS and Android. With android, it was really easy but in order to…
#elixir
Securing application webhooks in elixir
https://medium.com/coletiv-stories/securing-application-webhooks-in-elixir-bed7e50416e4
Securing application webhooks in elixir
https://medium.com/coletiv-stories/securing-application-webhooks-in-elixir-bed7e50416e4
Medium
Securing Application Webhooks in Elixir
How to secure application webhooks in Elixir. Nuno shares his development process and how he reached the solution to solve this problem.
#elixir
Handling failures in background workers with elixir and supervisors
https://medium.com/@patrykbak/handling-failures-in-background-workers-with-elixir-and-supervisors-fdd8317ef2c5
Handling failures in background workers with elixir and supervisors
https://medium.com/@patrykbak/handling-failures-in-background-workers-with-elixir-and-supervisors-fdd8317ef2c5
Medium
Handling failures in background workers with Elixir and supervisors
Elixir is built on the top of the Erlang Virtual Machine. It allows us to write highly available systems that can run practically forever…