Found 1512 bookmarks
Newest
Populating Ecto Database with Test Data Using Faker
Populating Ecto Database with Test Data Using Faker
When building a web application there is almost always some form of a database being utilized to persist the application's data.
·blog.codedge.io·
Populating Ecto Database with Test Data Using Faker
Create ghost loading cards in Phoenix LiveView
Create ghost loading cards in Phoenix LiveView
Unless you already didn't know, when a LieView component is mounted on a page, it runs the mount/2 function twice. One when the page is rendered from the initial request, and one one when the socket is connected. So if you have data that is slow or resource heavy to load, you should consider to wait until the socket is connected so the intial load is not in vein. A popular approach is to use ghost cards. A ghost gard is a loading placeholder that looks similar to the content that you try to load in but without actual data. In this tutorial I will show you how
·fullstackphoenix.com·
Create ghost loading cards in Phoenix LiveView
Elixir Examples
Elixir Examples
A collection of small Elixir programming language examples.
·elixir-examples.github.io·
Elixir Examples
So Many Ways to Update a Map with Elixir!
So Many Ways to Update a Map with Elixir!
Last week I got a pleasant refresher on updating maps. As I type this it sounds like such a basic thi...
·dev.to·
So Many Ways to Update a Map with Elixir!
Joy of Elixir
Joy of Elixir
Joy of Elixir is a gentle introduction to programming, aimed at people who already know some things about computers, but who have little-to-no programming experience.
·joyofelixir.com·
Joy of Elixir
Anonymous Functions in Elixir on Exercism
Anonymous Functions in Elixir on Exercism
Master Anonymous Functions in Elixir by solving 3 exercises, with support from our world-class team.
·exercism.org·
Anonymous Functions in Elixir on Exercism
Extract Lists from Text File in Elixir
Extract Lists from Text File in Elixir
I have a bit of an odd question, but I have read all sorts of Elixir documentation and textbooks in sort of an answer to this and have come up with nothing. I have a set of .txt files which each c...
·stackoverflow.com·
Extract Lists from Text File in Elixir
An Introduction to ETS Tables in Elixir
An Introduction to ETS Tables in Elixir
When crafting an Elixir program, you often need to share a state. For example, in one of my previous articles I showed how to code a server to perform various calculations and keep the result in...
·code.tutsplus.com·
An Introduction to ETS Tables in Elixir
Want to write better user stories? Stop using “can”.
Want to write better user stories? Stop using “can”.
Feature Factories are dangerous things. You might even work in one and don’t realize it yet. Here’s a test: if your team built something 6 months ago and you’ve no idea if anyone …
·morethancoding.com·
Want to write better user stories? Stop using “can”.
Building a Streaming Music Service with Phoenix and Elixir
Building a Streaming Music Service with Phoenix and Elixir
I thought it would be nice to make a streaming music service focused on bringing lo-fi artists and listeners together. Early on, I put together a series of prototypes to explore with a small group of listeners and artists. Since this is a technical article, I'll jump right into the requirements we arrived at, though I'd love to also do an article on the strategies and principles that guided our exploration.
·lofi.limo·
Building a Streaming Music Service with Phoenix and Elixir
Elixir - File IO
Elixir - File IO
Elixir - File IO, File IO is an integral part of any programming language as it allows the language to interact with the files on the file system. In this chapter, we will discus
·tutorialspoint.com·
Elixir - File IO
Broadway
Broadway
Build concurrent and multi-stage data ingestion and data processing pipelines with Elixir.
·elixir-broadway.org·
Broadway
Testing Distributed Systems
Testing Distributed Systems
Curated list of resources on testing distributed systems
·asatarin.github.io·
Testing Distributed Systems
Use Git tactically
Use Git tactically
How you can use micro-commits to effectively apply the Strangler Fig pattern.
·stackoverflow.blog·
Use Git tactically
Pin and suffering
Pin and suffering
I'd like to think that my understanding of "async Rust" has increased over the past year or so. I'm 100% onboard with the basic principle: I would like to handle tho...
·fasterthanli.me·
Pin and suffering