#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.
#elixir #engineering
Parsing and visualizing sea current data with Elixir and Nx - DockYard
https://dockyard.com/blog/2022/11/22/parsing-and-visualizing-sea-current-data-with-elixir-and-nx
Parsing and visualizing sea current data with Elixir and Nx - DockYard
https://dockyard.com/blog/2022/11/22/parsing-and-visualizing-sea-current-data-with-elixir-and-nx
DockYard
Parsing and visualizing sea current data with Elixir and Nx - DockYard
Exploring NetCDF sea current data and plotting it into an interactive map
#elixir #engineering
Axon.Serving: Model Serving with Axon and Elixir - DockYard
https://dockyard.com/blog/2022/10/17/axon-serving-model-serving-with-axon-and-elixir
Axon.Serving: Model Serving with Axon and Elixir - DockYard
https://dockyard.com/blog/2022/10/17/axon-serving-model-serving-with-axon-and-elixir
DockYard
Axon.Serving: Model Serving with Axon and Elixir - DockYard
Learn about Axon.Serving and how you can use for model serving with Elixir.
#elixir #engineering
Why Should I use Axon? - DockYard
https://dockyard.com/blog/2022/09/13/why-should-i-use-axon
Why Should I use Axon? - DockYard
https://dockyard.com/blog/2022/09/13/why-should-i-use-axon
DockYard
Why Should I use Axon? - DockYard
Axon can be a valuable, production-ready deep learning framework. In this post, Sean Moriarity outlines when and how it's the right tool for a machine learning job.
#elixir #engineering #web development
Search and Clustering with ExFaiss - DockYard
https://dockyard.com/blog/2023/01/04/search-and-clustering-with-exfaiss
Search and Clustering with ExFaiss - DockYard
https://dockyard.com/blog/2023/01/04/search-and-clustering-with-exfaiss
DockYard
Search and Clustering with ExFaiss - DockYard
You can now use vector search with Elixir, thanks to ExFaiss.
#elixir #engineering
Semantic Search with Phoenix, Axon, and Elastic - DockYard
https://dockyard.com/blog/2022/09/28/semantic-search-with-phoenix-axon-and-elastic
Semantic Search with Phoenix, Axon, and Elastic - DockYard
https://dockyard.com/blog/2022/09/28/semantic-search-with-phoenix-axon-and-elastic
DockYard
Semantic Search with Phoenix, Axon, and Elastic - DockYard
Learn how to to create a semantic search tool for matching wines to users from natural language queries in pure Elixir
#elixir #engineering
Unlocking the power of Transformers with Bumblebee - DockYard
https://dockyard.com/blog/2022/12/15/unlocking-the-power-of-transformers-with-bumblebee
Unlocking the power of Transformers with Bumblebee - DockYard
https://dockyard.com/blog/2022/12/15/unlocking-the-power-of-transformers-with-bumblebee
DockYard
Unlocking the power of Transformers with Bumblebee - DockYard
The new Bumblebee library lets you use Elixir and integrate with popular model hubs, including HuggingFace Hub.
#elixir #phoenix
Custom styling with LiveView function component attributes
https://fly.io/phoenix-files/customizable-classes-lv-component/
Custom styling with LiveView function component attributes
https://fly.io/phoenix-files/customizable-classes-lv-component/
Fly
Custom styling with LiveView function component attributes
Using LiveView function components attributes to add new CSS classes to our component's default ones.