#elixir #podcast #thinkingelixir
Waffle Making with Boris Kuznetsov
https://podcast.thinkingelixir.com/80
Waffle Making with Boris Kuznetsov
https://podcast.thinkingelixir.com/80
Thinking Elixir Podcast
Thinking Elixir Podcast 80: Waffle Making with Boris Kuznetsov
Boris Kuznetsov talks about the Waffle library, how it helps Elixir projects attach media to database records, how it started, it's role with LiveView, the challenges of maintaining a project created as a fork, and more!
#elixir #ai
Nx Tip of the Week #13 β Hooks
https://seanmoriarity.com/2022/02/14/nx-tip-of-the-week-13-hooks/
Nx Tip of the Week #13 β Hooks
https://seanmoriarity.com/2022/02/14/nx-tip-of-the-week-13-hooks/
Sean Moriarity
Nx Tip of the Week #13 β Hooks
Part of the restrictiveness of defn is the inability to debug in the same way you would debug a normal Elixir function. Iβm personally a big fan of plain old IO.inspect debugging. Because of β¦
#elixir #phoenix
LiveView feels faster with a delayed loading indicator
https://fly.io/phoenix-files/make-your-liveview-feel-faster/
LiveView feels faster with a delayed loading indicator
https://fly.io/phoenix-files/make-your-liveview-feel-faster/
Fly
LiveView feels faster with a delayed loading indicator
LiveView is already fast. Couple that with hosting it on Fly.io where the server can be physically closer to your users and you've already got a great experience. However, the default setup for a new LiveView application displays the `topbar` progress indicatorβ¦
#elixir #podcast #thinkingelixir
Computer Vision in Elixir with Cocoa Xu
https://podcast.thinkingelixir.com/85
Computer Vision in Elixir with Cocoa Xu
https://podcast.thinkingelixir.com/85
Thinking Elixir Podcast
Thinking Elixir Podcast 85: Computer Vision in Elixir with Cocoa Xu
We talk with Cocoa Xu about his PhD robotics project and his related Evision project that creates Elixir bindings to the OpenCV library making computer vision in Elixir much easier and more!
#elixir #beginners #metrics #telemetry #software #coding #development #engineering #inclusive #community
Telemetry and Metrics in Elixir
https://dev.to/miguelcoba/telemetry-and-metrics-in-elixir-20oc
Telemetry and Metrics in Elixir
https://dev.to/miguelcoba/telemetry-and-metrics-in-elixir-20oc
DEV Community
Telemetry and Metrics in Elixir
Learn about the metrics you can collect in Elixir with the telemetry_metrics library
#elixir #programming #functional #tutorial #software #coding #development #engineering #inclusive #community
How To Build a [Counter with Elixir, Phoenix, LiveView and Tailwind CSS] | No Javascript
https://dev.to/elixirprogrammer/how-to-build-a-counter-with-elixir-phoenix-liveview-and-tailwind-css-no-javascript-189h
How To Build a [Counter with Elixir, Phoenix, LiveView and Tailwind CSS] | No Javascript
https://dev.to/elixirprogrammer/how-to-build-a-counter-with-elixir-phoenix-liveview-and-tailwind-css-no-javascript-189h
DEV Community π©βπ»π¨βπ»
How To Build a [Counter with Elixir, Phoenix, LiveView and Tailwind CSS] | No Javascript
Learn how to use Elixir/Phoenix, to create a counter without javascript, only using...
#elixir #podcast #thinkingelixir
SavvyCal and Indie SaaS with Derrick Reimer
https://podcast.thinkingelixir.com/86
SavvyCal and Indie SaaS with Derrick Reimer
https://podcast.thinkingelixir.com/86
Thinking Elixir Podcast
Thinking Elixir Podcast 86: SavvyCal and Indie SaaS with Derrick Reimer
Derrick Reimer talks about Savvycal and how itβs built in Elixir. We talk about how simplicity and being nimble are competitive advantages. He shares what itβs like being an indie SaaS developer, what that means, and more!
#elixir
Elixir tap and then macros β life-saving helpers
https://medium.com/@bartosz_gorka/elixir-tap-and-then-macros-life-saving-helpers-f16f1bf52119
Elixir tap and then macros β life-saving helpers
https://medium.com/@bartosz_gorka/elixir-tap-and-then-macros-life-saving-helpers-f16f1bf52119
Medium
Elixir tap and then macros β life-saving helpers
One of the last updates in Elixir (version 1.12, to be precise) introduced two very useful macros. They are them/2 and tap/2. I would likeβ¦
#elixir
Building EMQX releases with Elixirβs Mix
https://emqx.medium.com/building-emqx-releases-with-elixirs-mix-6d02515a1498
Building EMQX releases with Elixirβs Mix
https://emqx.medium.com/building-emqx-releases-with-elixirs-mix-6d02515a1498
Medium
Building EMQX releases with Elixirβs Mix
In this post, we describe some of the challenges we encountered while adapting a big project like EMQX to be built with Mix.
#elixir #podcast #elixir_mix
Code Quality Tools In Elixir - EMx 163
https://elixirmix.com/code-quality-tools-in-elixir-emx-163
Code Quality Tools In Elixir - EMx 163
https://elixirmix.com/code-quality-tools-in-elixir-emx-163
#elixir #phoenix
Client-Side Tabs in LiveView with JS Commands
https://fly.io/phoenix-files/tabs-with-js-commands/
Client-Side Tabs in LiveView with JS Commands
https://fly.io/phoenix-files/tabs-with-js-commands/
Fly
Client-Side Tabs in LiveView with JS Commands
There are some things it really does make sense for our LiveView to do without calling home. Simple things that the browser doesn't need help with. With the Phoenix.LiveView.JS module, we have an assortment of tidy, composable JS utility commands to easilyβ¦
#elixir
Building an Income per Day SVG Chart in Elixir with ContEx Library
https://olirods.medium.com/building-an-income-per-day-svg-chart-in-elixir-with-contex-library-1a82d4fca300
Building an Income per Day SVG Chart in Elixir with ContEx Library
https://olirods.medium.com/building-an-income-per-day-svg-chart-in-elixir-with-contex-library-1a82d4fca300
Medium
Building an Income per Day SVG Chart in Elixir with ContEx Library
Today, weβll take advantage of one of the many Elixir libraries that help us to code faster, easier and better. That one is ContEx libraryβ¦
#elixir #ai
Nx Tip of the Week #14 β Slicing and Indexing
https://seanmoriarity.com/2022/02/21/nx-tip-of-the-week-14-slicing-and-indexing/
Nx Tip of the Week #14 β Slicing and Indexing
https://seanmoriarity.com/2022/02/21/nx-tip-of-the-week-14-slicing-and-indexing/
Sean Moriarity
Nx Tip of the Week #14 β Slicing and Indexing
Often times you want to slice and index into specific parts of a tensor. Nx offers a few different slicing and indexing routines which allow you to accomplish most of what you would want to do. Sliβ¦
#elixir #grafana #metrics #beginners #software #coding #development #engineering #inclusive #community
Elixir, Telemetry, and Prometheus
https://dev.to/miguelcoba/elixir-telemetry-and-prometheus-3l1j
Elixir, Telemetry, and Prometheus
https://dev.to/miguelcoba/elixir-telemetry-and-prometheus-3l1j
DEV Community π©βπ»π¨βπ»
Elixir, Telemetry, and Prometheus
Collect Elixir telemetry and make it available to Prometheus
#elixir #podcast #thinkingelixir
Reviewing Elixir with JosΓ© Valim - Part 2
https://podcast.thinkingelixir.com/87
Reviewing Elixir with JosΓ© Valim - Part 2
https://podcast.thinkingelixir.com/87
Thinking Elixir Podcast
Thinking Elixir Podcast 87: Reviewing Elixir with JosΓ© Valim - Part 2
JosΓ© Valim returns for part 2 of 5 in the countdown to Elixir's 10 year anniversary! Part 2 covers releases 1.4, 1.5, and 1.6. Learned some great tips and even touched on upcoming features!
#elixir #code_beam
End to End Encryption with Elixir and Beam | Mrinal Wadhwa | Code BEAM V EU 21
https://www.youtube.com/watch?v=IwvMuEnDcIg
End to End Encryption with Elixir and Beam | Mrinal Wadhwa | Code BEAM V EU 21
https://www.youtube.com/watch?v=IwvMuEnDcIg
YouTube
End to End Encryption with Elixir and Beam | Mrinal Wadhwa | Code BEAM V EU 21
This video was recorded at Code BEAM V EU 2021 - https://codesync.global/conferences/code-beam-sto-2021/
End to End Encryption with Elixir and Beam | Mrinal Wadhwa - ECTO at Ockam
ABSTRACT
Erlang LS is slowly becoming the de-facto standard when it comesβ¦
End to End Encryption with Elixir and Beam | Mrinal Wadhwa - ECTO at Ockam
ABSTRACT
Erlang LS is slowly becoming the de-facto standard when it comesβ¦
#github #elixir #tutorial #software #coding #development #engineering #inclusive #community
How to publish ExDocs on GitHub Pages
https://dev.to/natoboram/how-to-publish-exdocs-on-github-pages-1kn2
How to publish ExDocs on GitHub Pages
https://dev.to/natoboram/how-to-publish-exdocs-on-github-pages-1kn2
DEV Community π©βπ»π¨βπ»
How to publish ExDocs on GitHub Pages
GitHub Pages allows you to publish static files, but it doesn't allow you to generate these. This is...
#elixir #podcast #elixir_mix
Reusable Ecto Code with Mika Kalathil - EMx 164
https://elixirmix.com/reusable-ecto-code-with-mika-kalathil-emx-164
Reusable Ecto Code with Mika Kalathil - EMx 164
https://elixirmix.com/reusable-ecto-code-with-mika-kalathil-emx-164
Elixir Mix
Elixir Mix: Reusable Ecto Code with Mika Kalathil - EMx 164
In this episode the panel talks with Mika Kalathil about how to write Ecto code which makes it straight-forward to reuse and compose. In addition they discuss the advantages of having a streamlined and consistent error handling strategy and how all of thatβ¦
#elixir #podcast #elixir_mix
Event-Driven Elixir with Thomas Kunnumpurath - EMx 166
https://elixirmix.com/event-driven-elixir-with-thomas-kunnumpurath-emx-166
Event-Driven Elixir with Thomas Kunnumpurath - EMx 166
https://elixirmix.com/event-driven-elixir-with-thomas-kunnumpurath-emx-166
Elixir Mix
Elixir Mix: Event-Driven Elixir with Thomas Kunnumpurath - EMx 166
In this episode the panel talks to Thomas Kunnumpurath about how to build event-driven systems in Elixir and what tradeoffs different approaches have. The panel probes Thomas - who is a relative newcomer to Elixir but well versed in building event-based systemsβ¦