Programming

Programming

1462 bookmarks
Custom sorting
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
Elixir : Internal data representation of atoms
Elixir : Internal data representation of atoms
Atoms are one of the most widely used datatypes in elixir and erlang. In order to understand the internal working of elixir’s data…
·arunramgt.medium.com·
Elixir : Internal data representation of atoms
Combining Elixir Gettext functions and macros
Combining Elixir Gettext functions and macros
Most Elixir projects that require internationalization, localization or both use the Gettext library for translating user-facing texts.
·crbelaus.com·
Combining Elixir Gettext functions and macros
Unaccented Name Search with Postgres and Ecto
Unaccented Name Search with Postgres and Ecto
Postgres does not support searching for names with special characters by default. Here is how to fix it.
·peterullrich.com·
Unaccented Name Search with Postgres and Ecto
Animate a Side Drawer with LiveView.JS
Animate a Side Drawer with LiveView.JS
LiveView.JS is great for client-side animations because no round-trip to the server is needed. Here's how you can use JS to animate a side drawer.
·peterullrich.com·
Animate a Side Drawer with LiveView.JS
Elixir : Internal data representation of Tuples
Elixir : Internal data representation of Tuples
Tuples are a built-in collection datatype in elixir which are implemented based on the array data structure. In order to understand the…
·arunramgt.medium.com·
Elixir : Internal data representation of Tuples
From $erverless to Elixir - CoryODaniel - Medium
From $erverless to Elixir - CoryODaniel - Medium
I recently rewrote a service that was on AWS API Gateway and Lambda in Elixir and apparently that intrigued some people, so I decided to do…
·medium.com·
From $erverless to Elixir - CoryODaniel - Medium