Programming

Programming

1474 bookmarks
Custom sorting
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
Unpacking Elixir: Syntax
Unpacking Elixir: Syntax
Elixir is a language with syntactical roots in Ruby. It also carries the Erlang legacy. Legacy used here as in "a great legacy" and not as in "system you don't like anymore". Ruby is an object-oriented language. Elixir is functional language. The Erlang part has an impact as Elixir was designed to provide strong interoperability with Erlang. Like Ruby and Erlang, Elixir is a high-level of abstraction and very dynamic language. Overall I would say the Elixir syntax is pretty approachable and reasonable to learn. Let's unpack it.
·underjord.io·
Unpacking Elixir: Syntax
Phoenix Telemetry module for TelemetryDeck
Phoenix Telemetry module for TelemetryDeck
The Telemetry library is a popular option to publish metrics and events in Elixir applications. Many libraries (including Phoenix) are already using the :telemetry package as a way to give users more insight into the behaviour of their applications and bring observability at key moments in the application lifecycle. In
·iamkonstantin.eu·
Phoenix Telemetry module for TelemetryDeck
Data structures
Data structures
An introduction to data structures...
·datastructures.substack.com·
Data structures
Unpacking Elixir: Concurrency
Unpacking Elixir: Concurrency
Elixir is the thing I do most of my public writing and speaking about. It is my default programming language for the last 5-6 years. It suits my brain. Performs well for the kind of work I typically do. And using it I have experienced very few drawbacks. Rather than writing yet another post trying to widely summarize what I think is beneficial about the language I want to try and go a bit deeper on one particular aspect I like. Not incredibly technically deep, but unpack the concepts more thoroughly. I hope this will be a series of stand-alone posts. We will see. This time we unpack Elixir concurrency (and parallelism).
·underjord.io·
Unpacking Elixir: Concurrency
Announcing Delta for Elixir - Knock Down Silos by Slab
Announcing Delta for Elixir - Knock Down Silos by Slab
We are excited to open-source our Elixir implementation of Delta – an expressive format to describe contents and changes that powers our real-time collaboration.
·slab.com·
Announcing Delta for Elixir - Knock Down Silos by Slab