Programming

Programming

1474 bookmarks
Custom sorting
Setting up
Setting up
null
·tddphoenix.com·
Setting up
Building a Simple REST API with Elixir and Phoenix: CRUD Operations
Building a Simple REST API with Elixir and Phoenix: CRUD Operations
In this article, we explore how to build a REST API using Elixir and Phoenix, a powerful web framework known for its scalability and fault tolerance. We cover the basics of setting up a Phoenix project, defining a User schema, creating CRUD endpoints with a user controller, writing tests for the controller, and testing the API endpoints using curl commands.
·techieclues.com·
Building a Simple REST API with Elixir and Phoenix: CRUD Operations
Test-Driven APIs with Phoenix and Elixir - Semaphore
Test-Driven APIs with Phoenix and Elixir - Semaphore
Learn how to use fast feedback provided by TDD to better understand some of the Phoenix and Elixir components while implementing a feature.
·semaphoreci.com·
Test-Driven APIs with Phoenix and Elixir - Semaphore
Test Driven Development with Elixir
Test Driven Development with Elixir
Test Driven Development can be a slow and annoying process, Elixir has an interesting solution for this challenge.
·william-vincent.blog·
Test Driven Development with Elixir
Taming Complexity - Structuring Phoenix Contexts
Taming Complexity - Structuring Phoenix Contexts
Managing complexity in Phoenix contexts using Elixir: Uncover a structured layering approach—from public contexts to changesets. Streamline and optimize your Phoenix code, making it more readable and intuitively structured.
·mansour.blog·
Taming Complexity - Structuring Phoenix Contexts
AWS S3 in Elixir with ExAws
AWS S3 in Elixir with ExAws
We setup the AWS account, configure ExAws, put, list, get and delete objects. Upload large files with multipart uploads, generate presigned urls and process large S3 objects on the fly.
·poeticoding.com·
AWS S3 in Elixir with ExAws
A Gentle Primer to Ash
A Gentle Primer to Ash
An introduction to Ash Framework, written for new Elixir developers. Comes with LiveBooks for interactive examples, live-coding video walkthrough, and illustrations.
·jon.hk·
A Gentle Primer to Ash
Keyword Search with Concurrency in OTP & Elixir
Keyword Search with Concurrency in OTP & Elixir
Good afternoon, everyone! In this article, I will address keyword search with concurrency using OTP & Elixir. My name is Matheus de Camargo…
·medium.com·
Keyword Search with Concurrency in OTP & Elixir
Unpacking Elixir: Observability
Unpacking Elixir: Observability
Elixir supports the usual supects of observability. Open Telemetry (OTel), log handlers, capturing metrics. And it does it well. This post will mostly focus on the observability you have on the BEAM that is either incredibly rare to see elsewhere or possibly entirely unique.
·underjord.io·
Unpacking Elixir: Observability