#elixir #programming #phoenix_framework #web_development #functional_programming
Pattern matching in elixir
https://medium.com/pathfactory/pattern-matching-in-elixir-1690f82ea479
Pattern matching in elixir
https://medium.com/pathfactory/pattern-matching-in-elixir-1690f82ea479
Medium
Pattern matching in Elixir
Pattern matching is an integral feature of functional programming and gives us a way to compare data against certain patterns. It can be…
#erlang #elixir #web_development #functional_programming
5 reasons elixir can be your competitive advantage
https://medium.com/@elviovicosa/5-reasons-elixir-can-be-your-competitive-advantage-7ad884e9cb98
5 reasons elixir can be your competitive advantage
https://medium.com/@elviovicosa/5-reasons-elixir-can-be-your-competitive-advantage-7ad884e9cb98
Medium
5 reasons Elixir can be your competitive advantage
How can a programming language become a competitive advantage? This post is about how the Elixir programming language can be that…
#business #web_development #elixir
Elixir: the best choice for modern web applications
https://dockyard.com/blog/2019/04/19/elixir-the-best-choice-for-modern-web-applications
Elixir: the best choice for modern web applications
https://dockyard.com/blog/2019/04/19/elixir-the-best-choice-for-modern-web-applications
DockYard
Elixir: The Best Choice for Modern Web Applications - DockYard
Elixir creates advanced web functions using a clean, familiar syntax and a mature tooling system.
#elixir #ecto #phoenix_framework #phoenix #web_development
Ecto changesets — put, cast, embeds and assocs. remember the difference once and for all!
https://medium.com/@ItizAdz/ecto-changesets-put-cast-embeds-and-assocs-remember-the-difference-once-and-for-all-10781cc60857
Ecto changesets — put, cast, embeds and assocs. remember the difference once and for all!
https://medium.com/@ItizAdz/ecto-changesets-put-cast-embeds-and-assocs-remember-the-difference-once-and-for-all-10781cc60857
Medium
Ecto Changesets — put, cast, embeds and assocs. Remember the difference once and for all!
The other day I was lurking in the elixir slack and I saw this:
#elixir #phoenix_framework #liveview #web_development
Phoenix liveview round-up: the story so far
https://shift.infinite.red/phoenix-liveview-round-up-the-story-so-far-3cbb1648e940
Phoenix liveview round-up: the story so far
https://shift.infinite.red/phoenix-liveview-round-up-the-story-so-far-3cbb1648e940
Medium
Phoenix LiveView Round-Up: The Story So Far
What’s been going on since LiveView was finally made public? Answer: a lot!
#elixir #functional_programming #ecto #changeset #web_development
Ecto cast-ing sugar
https://medium.com/@ItizAdz/ecto-cast-ing-sugar-31bddbc62cd7
Ecto cast-ing sugar
https://medium.com/@ItizAdz/ecto-cast-ing-sugar-31bddbc62cd7
Medium
Ecto — Cast-ing sugar
Casting embedded or associated schemas in ecto can be a little bit cumbersome. We look at 1. How to do it and 2. How to improve it.
#elixir #engineering #web_development
How elixir genservers, phoenix liveview built a logic circuit simulator
https://dockyard.com/blog/2019/05/15/how-elixir-genservers-phoenix-liveview-built-a-logic-circuit-simulator
How elixir genservers, phoenix liveview built a logic circuit simulator
https://dockyard.com/blog/2019/05/15/how-elixir-genservers-phoenix-liveview-built-a-logic-circuit-simulator
#elixir #engineering #web_development
Phoenix liveview: leave regular web development behind
https://dockyard.com/blog/2019/05/16/phoenix-liveview-leave-regular-web-development-behind
Phoenix liveview: leave regular web development behind
https://dockyard.com/blog/2019/05/16/phoenix-liveview-leave-regular-web-development-behind
#elixir #phoenix #domain_driven_design #web_development #clean_code
Modular elixir at fresha — part 1: introducing scalpel
https://medium.com/fresha-engineering/modular-elixir-at-fresha-part-1-introducing-scalpel-44c628aea816
Modular elixir at fresha — part 1: introducing scalpel
https://medium.com/fresha-engineering/modular-elixir-at-fresha-part-1-introducing-scalpel-44c628aea816
Medium
Modular Elixir at Fresha — Part 1: Introducing Scalpel
And so begins our opinionated, ruthless and pragmatic effort to modularize the Elixir-based, globally recognized Fresha platform.
#elixir #engineering #web_development
Creating a sonos volumeknob with elixir, the beam, and liveview
https://dockyard.com/blog/2020/09/08/creating-a-sonos-volumeknob-with-elixir-the-beam-and-liveview
Creating a sonos volumeknob with elixir, the beam, and liveview
https://dockyard.com/blog/2020/09/08/creating-a-sonos-volumeknob-with-elixir-the-beam-and-liveview
DockYard
Creating a Sonos VolumeKnob with Elixir, the BEAM, and LiveView - DockYard
Using Elixir, the BEAM, and LiveView to build a Sonos volume device
#elixir #engineering #web_development
Live streaming with liveview and mux (in under 70 lines of code)
https://dockyard.com/blog/2020/09/25/live-streaming-with-liveview-and-mux-in-under-70-lines-of-code
Live streaming with liveview and mux (in under 70 lines of code)
https://dockyard.com/blog/2020/09/25/live-streaming-with-liveview-and-mux-in-under-70-lines-of-code
DockYard
Live Streaming with LiveView and Mux (in under 70 lines of code) - DockYard
Using Phoenix LiveView and Mux to deliver on the promise of live-streamed video with minimal development effort
#elixir #ember_js #javascript #web_development #ruby #react #engineering
A short guide to our favorite libraries of 2020
https://dockyard.com/blog/2021/01/01/a-short-guide-to-our-favorite-libraries-of-2020
A short guide to our favorite libraries of 2020
https://dockyard.com/blog/2021/01/01/a-short-guide-to-our-favorite-libraries-of-2020
#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.