#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.
#elixir #engineering
Semantic Search with Phoenix, Axon, Bumblebee, and ExFaiss - DockYard
https://dockyard.com/blog/2023/01/11/semantic-search-with-phoenix-axon-bumblebee-and-exfaiss
Semantic Search with Phoenix, Axon, Bumblebee, and ExFaiss - DockYard
https://dockyard.com/blog/2023/01/11/semantic-search-with-phoenix-axon-bumblebee-and-exfaiss
DockYard
Semantic Search with Phoenix, Axon, Bumblebee, and ExFaiss - DockYard
With Bumblebee, you can run semantic searches without using Elasticsearch.