Programming

Programming

1513 bookmarks
Custom sorting
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
A football score matrix
A football score matrix
Decades of determining storage requirements for finite element matrices finally pays off.
·leancrew.com·
A football score matrix
Interview with Zach Daniel | Datadog
Interview with Zach Daniel | Datadog
An interview with Zach Daniel, author of Spandex: a Datadog library for Elixir.
·datadoghq.com·
Interview with Zach Daniel | Datadog
Ecto: An Introduction to Elixir's Database Toolkit
Ecto: An Introduction to Elixir's Database Toolkit
Ecto is the go-to database toolkit for Elixir developers. Read our beginner-oriented article to learn how it works and what's special about it.
·serokell.io·
Ecto: An Introduction to Elixir's Database Toolkit
Animating SVG with CSS | CSS-Tricks
Animating SVG with CSS | CSS-Tricks
There isn't just one way to animate SVG. There is the tag that goes right into the SVG code. There are libraries that help with it like Snap.svg or SVG.js.
·css-tricks.com·
Animating SVG with CSS | CSS-Tricks
How to animate SVG line
How to animate SVG line
To add some dynamism to your HTML page, we can add some animations, especially on icons. So we will d...
·dev.to·
How to animate SVG line
You can stop using `form_for` in Phoenix
You can stop using `form_for` in Phoenix
Phoenix 1.7 soft-deprecated form_for/4 in favor of the new form/1 component. form/1 is the recommended way to define forms in Phoenix LiveView.
·phoenixonrails.com·
You can stop using `form_for` in Phoenix