The Elixir DEV (@theelixirdev) 's Twitter Profile
The Elixir DEV

@theelixirdev

Tweeting out the best Elixir posts from dev.to. Part of the @ThePracticalDev family ❤️

ID: 1087863829273477120

linkhttps://dev.to/t/elixir calendar_today23-01-2019 00:05:23

445 Tweet

394 Takipçi

0 Takip Edilen

The Elixir DEV (@theelixirdev) 's Twitter Profile Photo

This will be a fairly simple and straightforward app, but I want to use it to touch on as many Phoenix concepts as possible. So, let's get started! { author: @micagolocorbin } #DEVCommunity #ErLang dev.to/milicagolocorb…

The Elixir DEV (@theelixirdev) 's Twitter Profile Photo

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…

The Elixir DEV (@theelixirdev) 's Twitter Profile Photo

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…

The Elixir DEV (@theelixirdev) 's Twitter Profile Photo

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…

The Elixir DEV (@theelixirdev) 's Twitter Profile Photo

I find that as I get older I find myself trying to remember coding techniques and idioms that shouldn't be hard to remember but sometimes are anyway. This is one of those cases... { author:@OldDutchCap} #DEVCommunity dev.to/olddutchcap/tw…

The Elixir DEV (@theelixirdev) 's Twitter Profile Photo

Phoenix (or Ecto) defaults PostgreSQL as their database of choice. What if you just want to do something simple or just start learning Phoenix and are too lazy to set up a Postgres server (like me)? #DEVCommunity #ErLang dev.to/atmorojo/using…

The Elixir DEV (@theelixirdev) 's Twitter Profile Photo

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…

The Elixir DEV (@theelixirdev) 's Twitter Profile Photo

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-…

The Elixir DEV (@theelixirdev) 's Twitter Profile Photo

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…

The Elixir DEV (@theelixirdev) 's Twitter Profile Photo

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-…

The Elixir DEV (@theelixirdev) 's Twitter Profile Photo

Event Based System with Localstack (Elixir Edition): Uploading files to S3 with PresignedURL's #DEVCommunity #ErLang dev.to/nicolkill/even…

The Elixir DEV (@theelixirdev) 's Twitter Profile Photo

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…

The Elixir DEV (@theelixirdev) 's Twitter Profile Photo

SurrealDB is a key/value ACID-compliant NoSQL database. Let's figure out how it works! #DEVCommunity #ErLang dev.to/ndrean/testing…

The Elixir DEV (@theelixirdev) 's Twitter Profile Photo

Learn problem solving techniques using Elixir and apply them to real-world scenarios. Start with simple, structured problems and gradually increase difficulty. #DEVCommunity #ErLang dev.to/milicagolocorb…

The Elixir DEV (@theelixirdev) 's Twitter Profile Photo

I've been learning Elixir over the past six months so I wanted to write a tutorial what I've learned about versioning your API with Elixir and Phoenix. #DEVCommunity #ErLang dev.to/girordo/versio…