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.
Introducing Kanta - the ultimate solution to translations in Elixir web apps | Curiosum
Introducing Kanta, the user-friendly translations manager for Elixir & Phoenix projects. Learn how it simplifies the whole translations process and easily integrates with gettext.
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.
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
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).
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.
Uncover Elixir's hidden gem - the 'implicit try'. Enhance error handling and code readability. Dive into this elegant feature's benefits in our exploration.
I first started looking into Elixir upon the recommendation of a friend of mine about the wonders of the language. My first foray into the language was over a year ago as I dipped my toe into the Phoenix Framework to see how it compared to something like ReactJS, the