Blog Posts

LiveBook for Testing

This post shows how to build a quick screenshotting tool using Elixir LiveBook. LiveBook is a versatile tool that can be used for many purposes, for example, prototyping, data analysis or exploration.

Elixirtesting

Planning Poker Project

This post describes development and testing of a responsive agile planning poker application, implemented using Elixir, Phoenix and Phoenix LiveView and tested using Playwright and TypeScript

Elixirdevelopmenttesting

Phoenix LiveView Testing

Phoenix LiveView is great for building dynamic server rendered websites.The testing capabilities of LiveView allow for fast and effient test execution, adding add one more benefit to using it.

elixirtesting