#elixir
Better Business Intelligence in Elixir with Livebook
https://fly.io/blog/better-business-intelligence-in-elixir-with-livebook/
Better Business Intelligence in Elixir with Livebook
https://fly.io/blog/better-business-intelligence-in-elixir-with-livebook/
Fly
Better Business Intelligence in Elixir with Livebook
Documentation and guides from the team at Fly.io.
#elixir #erlang #code_beam
Nova a web framework for Erlang - Daniel Widgren, Niclas Axelsson | Code BEAM V 2020
https://youtu.be/rucxrxefZMA
Nova a web framework for Erlang - Daniel Widgren, Niclas Axelsson | Code BEAM V 2020
https://youtu.be/rucxrxefZMA
YouTube
Nova a web framework for Erlang - Daniel Widgren, Niclas Axelsson | Code BEAM V 2020
This video was recorded at Code BEAM V 2020 - https://codesync.global/conferences/code-beam-sto/
More great virtual tech conferences - https://codesync.global
---
Nova a web framework for Erlang
Daniel Widgren, Niclas Axelsson
ABSTRACT
Nova is a framework…
More great virtual tech conferences - https://codesync.global
---
Nova a web framework for Erlang
Daniel Widgren, Niclas Axelsson
ABSTRACT
Nova is a framework…
#elixir #validation
How to build an Elixir validator from scratch
https://dev.to/bluzky/how-to-build-an-elixir-validation-module-from-scratch-102m
How to build an Elixir validator from scratch
https://dev.to/bluzky/how-to-build-an-elixir-validation-module-from-scratch-102m
DEV Community
How to build an Elixir validator from scratch
Validation is a must have part of web application. You have to validate request parameter before...
#elixir #podcast #thinkingelixir
#058 News and Livebook for Business Intelligence - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/058-news-and-livebook-for-business-intelligence/
#058 News and Livebook for Business Intelligence - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/058-news-and-livebook-for-business-intelligence/
Thinking Elixir
#058 News and Livebook for Business Intelligence - Thinking Elixir
What we're currently doing and thinking about in Elixir. We talk about using Livebook for BI and designing safe data migrations in Elixir.
#elixir
What's New in IntelliJ Elixir 11.11.0 - DockYard
https://dockyard.com/blog/2021/08/03/what-s-new-in-intellij-elixir-11-11-0
What's New in IntelliJ Elixir 11.11.0 - DockYard
https://dockyard.com/blog/2021/08/03/what-s-new-in-intellij-elixir-11-11-0
#elixir #elixir_conf
Membrane Framework - the true story of (...) - Marcin Lewandowski | ElixirConf EU Virtual 2020
https://www.youtube.com/watch?v=avqhTqxIa2E
Membrane Framework - the true story of (...) - Marcin Lewandowski | ElixirConf EU Virtual 2020
https://www.youtube.com/watch?v=avqhTqxIa2E
YouTube
Membrane Framework - the true story of (...) - Marcin Lewandowski | ElixirConf EU Virtual 2020
This video was recorded at ElixirConf EU Virtual 2020 - https://www.elixirconf.eu/
More great virtual tech conferences - https://codesync.global
---
Membrane Framework - the true story of handling multimedia in Elixir
by
Marcin Lewandowski
ABSTRACT
Media…
More great virtual tech conferences - https://codesync.global
---
Membrane Framework - the true story of handling multimedia in Elixir
by
Marcin Lewandowski
ABSTRACT
Media…
#elixir #podcast #elixir_wizards
The Bridge Between Elixir and Zig with Isaac Yonemoto
https://smartlogic.io/podcast/elixir-wizards/s6e9-yonemoto/
The Bridge Between Elixir and Zig with Isaac Yonemoto
https://smartlogic.io/podcast/elixir-wizards/s6e9-yonemoto/
Elixir Wizards
The Bridge Between Elixir and Zig with Isaac Yonemoto
While NIFs provide a great way to interface with native code in the BEAM machine, the process can also be rather error-prone. Thankfully, since Isaac Yonemoto built Zigler, things have become a lot simpler, and he joins us today to talk about how.
#fintech
Why Build A Bank In Elixir - Memo Bank’s Story - Erlang Solutions
https://www.erlang-solutions.com/blog/how-to-build-a-bank-in-elixir/
Why Build A Bank In Elixir - Memo Bank’s Story - Erlang Solutions
https://www.erlang-solutions.com/blog/how-to-build-a-bank-in-elixir/
Erlang Solutions
Why Build A Bank In Elixir - Memo Bank’s Story - Erlang Solutions
Elixir is a programming language that runs on the BEAM VM - the same virtual machine as Erlang - and gives the guaranteed performance, scalability, and resilience for FinTech and financial services use cases. Read how Memo Bank built its core banking system…
#elixir #phoenix #testing
Testing Phoenix and Elixir: Centralize Data Creation in the Factory.
https://medium.com/codex/testing-phoenix-and-elixir-centralize-data-creation-in-the-factory-8c6d4faa996d
Testing Phoenix and Elixir: Centralize Data Creation in the Factory.
https://medium.com/codex/testing-phoenix-and-elixir-centralize-data-creation-in-the-factory-8c6d4faa996d
Medium
Testing Phoenix and Elixir: Centralize Data Creation in the Factory.
How to Centralize Data Creation in Your Factory With Examples.
#elixir #security
Security of the BEAM by Viktória Fördős | Code Mesh V 2020
https://www.youtube.com/watch?v=6fnQxYVPBp4
Security of the BEAM by Viktória Fördős | Code Mesh V 2020
https://www.youtube.com/watch?v=6fnQxYVPBp4
YouTube
Security of the BEAM | Viktória Fördős | Code Mesh V 2020
This video was recorded at Code Mesh V 2020 - https://codesync.global/conferences/code-mesh-ldn/
Security of the BEAM | Viktória Fördős -
ABSTRACT
BEAMers handle customer's data with utmost care since we believe protecting data is one of the most basic…
Security of the BEAM | Viktória Fördős -
ABSTRACT
BEAMers handle customer's data with utmost care since we believe protecting data is one of the most basic…
#erlang #elixir #protocol #behaviour
Protocols vs. Behaviours in Elixir: Additional Thoughts
https://dev.to/savonarola/protocols-vs-behaviours-in-elixir-additional-thoughts-56l
Protocols vs. Behaviours in Elixir: Additional Thoughts
https://dev.to/savonarola/protocols-vs-behaviours-in-elixir-additional-thoughts-56l
DEV Community
Protocols vs. Behaviours in Elixir: Additional Thoughts
Initial Thoughts Recently I have read a fantastic article by Yiming Chen about Protocols...
#elixir #podcast #thinkingelixir
#059 How Elixir Came to Spotify with Joel Kemp - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/059-how-elixir-came-to-spotify-with-joel-kemp/
#059 How Elixir Came to Spotify with Joel Kemp - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/059-how-elixir-came-to-spotify-with-joel-kemp/
Thinking Elixir
#059 How Elixir Came to Spotify with Joel Kemp - Thinking Elixir
Joel Kemp shares how Elixir was brought into Spotify. We cover how he gained acceptance and the importance of staking your reputation on it.
#elixir #engineering
What If...CobolToElixir - DockYard
https://dockyard.com/blog/2021/08/10/what-if-coboltoelixir
What If...CobolToElixir - DockYard
https://dockyard.com/blog/2021/08/10/what-if-coboltoelixir
#elixir #podcast #elixir_mix
How to Become a Top End Developer - EMx 140 | Devchat.tv
https://devchat.tv/elixir-mix/how-to-become-a-top-end-developer-emx-140/
How to Become a Top End Developer - EMx 140 | Devchat.tv
https://devchat.tv/elixir-mix/how-to-become-a-top-end-developer-emx-140/
Devchat.tv
How to Become a Top End Developer - EMx 140 | Devchat.tv
Charles Max Wood takes the lead this week. He and Adi Iyengar discuss what Top End Devs are and what people should be doing to become Top End Devs. They start out discussing the default trajectory of a developer's career and then talk about how to get boosts…
#elixir #podcast #elixir_wizards
Delving Deeper into Magic with Quinn Wilton
https://smartlogic.io/podcast/elixir-wizards/s6e10-wilton/
Delving Deeper into Magic with Quinn Wilton
https://smartlogic.io/podcast/elixir-wizards/s6e10-wilton/
Elixir Wizards
Delving Deeper into Magic with Quinn Wilton
Today we have a wonderful conversation with Quinn Wilton about her journey with Elixir, unusual path into programming, and her wide appreciation for different languages!
#elixir #podcast #thinkingelixir
#060 Compile Faster with Marc-André Lafortune - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/060-compile-faster-with-marc-andre-lafortune/
#060 Compile Faster with Marc-André Lafortune - Thinking Elixir
https://thinkingelixir.com/podcast-episodes/060-compile-faster-with-marc-andre-lafortune/
Thinking Elixir
#060 Compile Faster with Marc-André Lafortune - Thinking Elixir
Marc-André Lafortune explains how he sped up his Elixir project's compile times and the PRs that make it easier for us to do the same!
#elixir
An Introduction to Testing LiveView in Elixir
https://blog.appsignal.com/2021/08/17/an-introduction-to-liveview-in-elixir.html
An Introduction to Testing LiveView in Elixir
https://blog.appsignal.com/2021/08/17/an-introduction-to-liveview-in-elixir.html
AppSignal Blog
An Introduction to Testing LiveView in Elixir | AppSignal Blog
In this two-part series, you'll get a comprehensive overview of how to test your LiveView applications in Elixir.
#elixir #podcast #elixir_mix
Domo and Type Validations ft. Ivan Rublev - EMx 141 | Devchat.tv
https://devchat.tv/elixir-mix/domo-and-type-validations-ft-ivan-rublev-emx-141/
Domo and Type Validations ft. Ivan Rublev - EMx 141 | Devchat.tv
https://devchat.tv/elixir-mix/domo-and-type-validations-ft-ivan-rublev-emx-141/
Elixir Mix
Elixir Mix: Domo and Type Validations ft. Ivan Rublev – EMx 141
Ivan Rublev is the author of the open source library, Domo, which provides type validations for Elixir applications. He discusses the types of validations it does and the tradeoffs you get when you can validate the structure of your structs.