Programming

Programming

1474 bookmarks
Custom sorting
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
Organizing Your Data
Organizing Your Data
Many people live by the adage that "cleanliness is next to Godliness." They find this way of living to be much less stressful. The problem is that Data is similar to the stuff in our lives. It becomes messy once it's out of the box and played with fo...
·blog.elixir4datascience.com·
Organizing Your Data
Intro To Elixir For Data Science
Intro To Elixir For Data Science
Is there room in the Data Science world for another option? The go-to programming languages are and have been Python and R. Could there be another contender? I'd like to invite you to join me on a new series I'm calling Elixir for Data Science. In it...
·blog.elixir4datascience.com·
Intro To Elixir For Data Science
Better domain modeling in Elixir with sum types
Better domain modeling in Elixir with sum types
Sum types are a powerful domain modeling technique. Let’s look at how to use them to remove invalid states.
·thoughtbot.com·
Better domain modeling in Elixir with sum types
Unpacking Elixir: Resilience
Unpacking Elixir: Resilience
The nine nines. 99.9999999% of uptime. Whether the AXD301 actually deserves to be held up as a system of nine nines seems debatable. I am not particularly interested in that debate. Erlang has a strong record for reliability and a design intended to help you as a developer and operator achieve your nines. Maybe just five of them. Up to you really.
·underjord.io·
Unpacking Elixir: Resilience
UUIDs with Python
UUIDs with Python
Unlocking the Power of UUIDs in Python: Your Guide to Universally Unique Identifiers
·medium.com·
UUIDs with Python
DIY Lambda
DIY Lambda
Documentation and guides from the team at Fly.io.
·fly.io·
DIY Lambda
Leveling Up Your Elixir Option Handling
Leveling Up Your Elixir Option Handling
With the NimbleOptions library, you can define powerful and flexible argument validation schemas.
·thestackcanary.com·
Leveling Up Your Elixir Option Handling