#elixir
Autocomplete search component with phoenix liveview and alpinejs
https://medium.com/everyday-elixir/autocomplete-search-component-with-phoenix-liveview-and-alpinejs-4a98b7287b9f
Autocomplete search component with phoenix liveview and alpinejs
https://medium.com/everyday-elixir/autocomplete-search-component-with-phoenix-liveview-and-alpinejs-4a98b7287b9f
Medium
Autocomplete Search Component with Phoenix LiveView and AlpineJS
These days, the most commonly spoken “buzzwords” in the Elixir community are — Phoenix LiveView, TailwindCSS, and AlpineJS.
#elixir
A deep dive into authentication in elixir phoenix with phx.gen.auth
https://medium.com/@carlyleec/a-deep-dive-into-authentication-in-elixir-phoenix-with-phx-gen-auth-9686afecf8bd
A deep dive into authentication in elixir phoenix with phx.gen.auth
https://medium.com/@carlyleec/a-deep-dive-into-authentication-in-elixir-phoenix-with-phx-gen-auth-9686afecf8bd
Medium
A deep dive into authentication in Elixir Phoenix with phx.gen.auth
I find a lot of times with Elixir that I’m torn between using a library to do something and just rolling my own solution. Often times, the…
#elixir
Improving techlead’s big canvas
https://blog.kommit.co/improving-techleads-big-canvas-1fca6806c0ac
Improving techlead’s big canvas
https://blog.kommit.co/improving-techleads-big-canvas-1fca6806c0ac
#elixir
Towards maintainable elixir: boundaries
https://medium.com/very-big-things/towards-maintainable-elixir-boundaries-ba013c731c0a
Towards maintainable elixir: boundaries
https://medium.com/very-big-things/towards-maintainable-elixir-boundaries-ba013c731c0a
Medium
Towards Maintainable Elixir: Boundaries
The previous article discussed the high-level design in VBT projects. Today we’ll dive a bit deeper and take a look at the namespace…
#elixir
Building git in elixir — part 1
https://medium.com/@merajulislam/building-git-in-elixir-part-1-2f2ec245df74
Building git in elixir — part 1
https://medium.com/@merajulislam/building-git-in-elixir-part-1-2f2ec245df74
Medium
Building Git in Elixir — Part 1 (Initialize Repo & Store blobs)
I recently got hold of this book Building Git, written by James Coglan. It’s a pretty thick book covering, as the title says, building Git…
#elixir #webinar
Elixir OTP Design Lessons from Hardware Hosted by Bruce Tate | Erlang Solutions Webinar
https://youtu.be/dQj0dzYnEfI
Elixir OTP Design Lessons from Hardware Hosted by Bruce Tate | Erlang Solutions Webinar
https://youtu.be/dQj0dzYnEfI
YouTube
Elixir OTP Design Lessons from Hardware Hosted by Bruce Tate | Erlang Solutions Webinar
Join us at Code BEAM V for more fantastic talks, demonstrations, panel chats and more. March 10 -12 2021. Learn more at https://codesync.global/conferences/code-beam-v-america-2021/
Writing specialized Elixir programs starts always with writing great Elixir…
Writing specialized Elixir programs starts always with writing great Elixir…
#elixir
Implementing oracle database with elixir using ecto adapter
https://medium.com/@geovaneguibes/implementing-oracle-database-with-elixir-using-ecto-adapter-feb0f3eaf09e
Implementing oracle database with elixir using ecto adapter
https://medium.com/@geovaneguibes/implementing-oracle-database-with-elixir-using-ecto-adapter-feb0f3eaf09e
Medium
Implementing Oracle Database With Elixir using Ecto Adapter
In my company we use Oracle Databases, and doesn’t have much material for that, I decided write this post to explain how we connected…
#elixir
Building git in elixir — part 2 (store trees & initial commit)
https://itnext.io/building-git-in-elixir-part-2-store-trees-initial-commit-9013ed02b75a
Building git in elixir — part 2 (store trees & initial commit)
https://itnext.io/building-git-in-elixir-part-2-store-trees-initial-commit-9013ed02b75a
Medium
Building Git in Elixir — Part 2 (Store Trees & Initial Commit)
In the previous article of this series, I focused on initializing repository and storing blobs for file content. In this article, I will…
#elixir
How to (part 3): swap registration flow to a phoenix live view with phx_gen_auth — add a phone number
https://medium.com/@coretheory/how-to-part-3-swap-registration-flow-to-a-phoenix-live-view-with-phx-gen-auth-add-a-phone-59bcc3c1993
How to (part 3): swap registration flow to a phoenix live view with phx_gen_auth — add a phone number
https://medium.com/@coretheory/how-to-part-3-swap-registration-flow-to-a-phoenix-live-view-with-phx-gen-auth-add-a-phone-59bcc3c1993
Medium
How to (Part 3): Swap Registration Flow to a Phoenix Live View With phx_gen_auth — Add a Phone Number
Background
#elixir
Building git in elixir — part 3 (make history & store executables)
https://medium.com/@imeraj/building-git-in-elixir-part-3-make-history-store-executables-e7dbb39e8e47
Building git in elixir — part 3 (make history & store executables)
https://medium.com/@imeraj/building-git-in-elixir-part-3-make-history-store-executables-e7dbb39e8e47
Medium
Building Git in Elixir — Part 3 (Make History & Store Executables)
In the previous article, I focused on storing trees and our first commit. In this article, I will focus on making commit history and…
#elixir #phoenix #webpack #snowpack
Replacing webpack with snowpack in a phoenix application
https://dev.to/moomerman/replacing-webpack-with-snowpack-in-a-phoenix-application-h0e
Replacing webpack with snowpack in a phoenix application
https://dev.to/moomerman/replacing-webpack-with-snowpack-in-a-phoenix-application-h0e
DEV Community
Replacing Webpack with Snowpack in a Phoenix Application
Snowpack 3 was recently released and now comes with esbuild support built-in which should mean much f...
#elixir
Towards maintainable elixir: the anatomy of a core module
https://medium.com/very-big-things/towards-maintainable-elixir-the-anatomy-of-a-core-module-b7372009ca6d
Towards maintainable elixir: the anatomy of a core module
https://medium.com/very-big-things/towards-maintainable-elixir-the-anatomy-of-a-core-module-b7372009ca6d
Medium
Towards Maintainable Elixir: The Anatomy of a Core Module
So far in this series I’ve focused on the higher level code design. Today I’ll dive a bit deeper and show the code of a typical context…