#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…
#elixir
Live tea — making a cqrs/ddd/liveview/elm-architecture chat app
https://medium.com/@aksel-38743/live-tea-making-a-cqrs-ddd-liveview-elm-architecture-chat-app-4f10c062d9cc
Live tea — making a cqrs/ddd/liveview/elm-architecture chat app
https://medium.com/@aksel-38743/live-tea-making-a-cqrs-ddd-liveview-elm-architecture-chat-app-4f10c062d9cc
Medium
Live Tea — Making a CQRS/DDD/Liveview/Elm-architecture chat app
I considered adding AI to the title to buzz even more, but I refrained.
#elixir
Building git in elixir — part 4 (store nested trees as merkle tree)
https://itnext.io/building-git-in-elixir-part-4-store-nested-trees-as-merkle-tree-1a236882215a
Building git in elixir — part 4 (store nested trees as merkle tree)
https://itnext.io/building-git-in-elixir-part-4-store-nested-trees-as-merkle-tree-1a236882215a
Medium
Building Git in Elixir — Part 4 (Store Nested Trees as Merkle Tree)
In the previous article, I focused on making history and storing executables in repository. In this article, I will focus on storing…