Blog Posts

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

CircleCI Elixir setup

Continuous integration is basically a mandatory requirement for todays development work. Here is how I setup an Elixir/Phoenix project to run on CircleCI

elixirphoenixCI

Elixir Programming Language

Introduction to Elixir some useful programming language features. This post covers several topics that are useful in general Elixir programming as well as when used in the context of test automation.

programmingelixir