The Elixir DEV
@theelixirdev
Tweeting out the best Elixir posts from dev.to. Part of the @ThePracticalDev family ❤️
ID: 1087863829273477120
https://dev.to/t/elixir 23-01-2019 00:05:23
445 Tweet
394 Followers
0 Following
I have worked with Phoenix LiveView and Surface-UI for about a year; I would like to share some of the things I learned the hard way. { author: Herminio Torres } #DEVCommunity dev.to/herminiotorres…
This is just a personal journey documentation on how I decided to use my current tech stack. I hope it helps you on your Elixir journey! { author: Camilo (@[email protected]) } #DEVCommunity #ErLang dev.to/clsource/why-i…
Head and tail are a common programming concept used to represent a linked list. While not unique to Elixir lang, it is crucial for understanding the language’s representation of lists. { author: Adam Davis } #DEVCommunity #ErLang dev.to/brewinstallbuz…
Phoenix uses Elixir, but when dealing with LiveView Hooks it requires JavaScript. But is it possible to use another functional language instead? { author: Camilo (@[email protected]) } #DEVCommunity #ErLang dev.to/clsource/using…
Instrumentation is an essential part of monitoring and operating an application, especially for apps heavily used in production. { author: Allan MacGregor 🇨🇦 } #DEVCommunity #ErLang dev.to/appsignal/how-…
If only there is a way to combine the snappy UX of client side rendering in Svelte, with the strong-consistency state management of LiveView. Well dear reader, what if I told you... { author: Ryan Cooke } #DEVCommunity dev.to/debussyman/e2e…
Outside of mix.exs I haven't engaged with .exs files much. I imagine that might be the same for some of you. However, I ran into a situation recently where I needed to. { author: tom nicklin } #DEVCommunity dev.to/shmink/elixir-…
TIL: How to install a specific Phoenix version { author: Herminio Torres } #DEVCommunity #ErLang dev.to/herminiotorres…
Code Organization for an Elixir Endpoint { author: Camilo (@[email protected]) } #DEVCommunity #ErLang dev.to/clsource/code-…
Let's figure out how to replay all the events that happened before the webhook was running by manually sending them back into the webhook. { author: byronsalty } #DEVCommunity #ErLang dev.to/byronsalty/rep…
To learn what a process is in Elixir, you must first know what a function is. { author: Adolfo Neto in on BlueSky and on Mastodon } #DEVCommunity #ErLang dev.to/adolfont/whats…