© 2026 Hashnode
Implementation of FlipDown.JS and how Phoenix LiveView help us integrate it. Recently, We implemented a countdown timer for one of our features in our app. We decided to use FlipDown JS because it is lightweight and easy to implement. In some other t...

Phoenix Channels enable developers to build scalable, real-time applications in Elixir. Backed by the concurrency power of the BEAM, Channels allow you to create chat apps, live dashboards, games, and more with low latency and high throughput. In thi...

Elixir is increasingly becoming a go-to choice for companies that need scalable, concurrent, and fault-tolerant systems. Built on the rock-solid Erlang VM (BEAM), Elixir brings together productivity and performance, making it ideal for modern web and...

In a recent project involving LiveView, I was tasked with building a page to display an accounting report. Alongside this requirement, it was important to enable users to export the report as an Excel file. While the common approach involves creating...

When working with Phoenix, the web framework built on Elixir, you’ll often find yourself defining schemas to map your database tables to Elixir structs. These schemas are powerful tools that help manage data interactions in a clean, structured way. B...
