#elixir #podcast #thinkingelixir
Start Securing Elixir and Phoenix
https://podcast.thinkingelixir.com/131
Start Securing Elixir and Phoenix
https://podcast.thinkingelixir.com/131
Thinking Elixir Podcast
Thinking Elixir Podcast 131: Start Securing Elixir and Phoenix
We met up again with Michael Lubas to discuss some lesser known community security resources and helpful tips to get us started with securing our Elixir and Phoenix applications!
#elixir #podcast #elixir_wizards
That's a Wrap: Season 9 Finale with Sundi, Bilal, Owen & Dan!
https://smartlogic.io/podcast/elixir-wizards/s9-e13-all-hosts-season-finale/
That's a Wrap: Season 9 Finale with Sundi, Bilal, Owen & Dan!
https://smartlogic.io/podcast/elixir-wizards/s9-e13-all-hosts-season-finale/
Elixir Wizards
That's a Wrap: Season 9 Finale with Sundi, Bilal, Owen & Dan!
Elixir Wizards Season 9 is coming to an end! In the season finale, hosts Sundi, Bilal, Owen, and Dan reflect on the guests and highlights that made this season unforgettable. We thank you for joining us as we parsed the particulars and can't wait to reconnectβ¦
#elixir #podcast #thinkingelixir
Embed Friendly Alternative to LiveView?
https://podcast.thinkingelixir.com/132
Embed Friendly Alternative to LiveView?
https://podcast.thinkingelixir.com/132
Thinking Elixir Podcast
Thinking Elixir Podcast 132: Embed Friendly Alternative to LiveView?
Chris Nelson created LiveState to keep some benefits of LiveView but use it on static generated sites! Interesting project that keeps state in Phoenix but takes a different approach for the client!
#elixir
Building a Remote Control Car from Scratch Using Elixir - Erlang Solutions
https://www.erlang-solutions.com/blog/building-a-remote-control-car-from-scratch-using-elixir/
Building a Remote Control Car from Scratch Using Elixir - Erlang Solutions
https://www.erlang-solutions.com/blog/building-a-remote-control-car-from-scratch-using-elixir/
Erlang Solutions
Building a Remote Control Car from Scratch Using Elixir - Erlang Solutions
From the car straight to the app on your phone, check out how our America office uses Elixirβs fullstack capability to build a remote control car.
#elixir #live_view
Creating interactive maps with Phoenix LiveView
https://medium.com/@mich.strzelczyk/creating-interactive-maps-with-phoenix-liveview-1148f8e7dd33
Creating interactive maps with Phoenix LiveView
https://medium.com/@mich.strzelczyk/creating-interactive-maps-with-phoenix-liveview-1148f8e7dd33
Medium
Creating interactive maps with Phoenix LiveView
Inspired by Livebook and its integration with MapLibre library, I decided to add maps to one of my LiveView apps. Prototyping your mapβ¦
#elixir #podcast #thinkingelixir
Inside the Security Working Group
https://podcast.thinkingelixir.com/134
Inside the Security Working Group
https://podcast.thinkingelixir.com/134
Thinking Elixir Podcast
Thinking Elixir Podcast 134: Inside the Security Working Group
We get a glimpse into the EEFβs Security Working Group with Bram Verburg. We learn about existing resources and get hints for the future. Bram shares some cool security tips and insights as well!
#Ops #Elixir #Infrastructure
Human scale deployments with Lars Wikman (Ship It! #86)
https://changelog.com/shipit/86
Human scale deployments with Lars Wikman (Ship It! #86)
https://changelog.com/shipit/86
Changelog
Human scale deployments with Lars Wikman (Ship It! #86)
Lars is big on Elixir. Think apps that scale really well, tend to be monolithic, and have one of the most mature deployment models: self-contained releases & built-in hot code reloading. In episode 7, Gerhard talked to Lars about βWhy Kubernetesβ. There isβ¦
#elixir #webdev #beginners #programming #software #coding #development #engineering #inclusive #community
Why I selected Elixir and Phoenix as my main stack
https://dev.to/clsource/why-i-selected-elixir-and-phoenix-as-my-main-stack-3i4a
Why I selected Elixir and Phoenix as my main stack
https://dev.to/clsource/why-i-selected-elixir-and-phoenix-as-my-main-stack-3i4a
DEV Community
Why I selected Elixir and Phoenix as my main stack
This is just a personal journey documentation on how I decided to use my current tech stack. Over...
#elixir
Today I Learned: Shorthand Elixir Anonymous Functions
https://til.hashrocket.com/posts/ogfnwe4feu-shorthand-elixir-anonymous-functions
Today I Learned: Shorthand Elixir Anonymous Functions
https://til.hashrocket.com/posts/ogfnwe4feu-shorthand-elixir-anonymous-functions
Hashrocket
Today I Learned: Shorthand Elixir Anonymous Functions
Elixir has a really cool syntax for writing anonymous functions (unnamed functions). It goes like this:
#elixir
How To Instrument Your Elixir Application with AppSignal | AppSignal Blog
https://blog.appsignal.com/2023/01/24/how-to-instrument-your-elixir-application-with-appsignal.html
How To Instrument Your Elixir Application with AppSignal | AppSignal Blog
https://blog.appsignal.com/2023/01/24/how-to-instrument-your-elixir-application-with-appsignal.html
Appsignal
How To Instrument Your Elixir Application with AppSignal | AppSignal Blog
Let's run through adding instrumentation to an Elixir application using AppSignal.
#elixir
How to solve a real machine learning problem with Nx - DockYard
https://dockyard.com/blog/2022/09/22/how-to-solve-a-real-machine-learning-problem-with-nx
How to solve a real machine learning problem with Nx - DockYard
https://dockyard.com/blog/2022/09/22/how-to-solve-a-real-machine-learning-problem-with-nx
DockYard
How to solve a real machine learning problem with Nx - DockYard
Learn how to combine Elixir and Nx to create a linear regression model to predict the likely fuel efficiency of an engine based on its horsepower.