NHL Finns Project Update
This post describes updates made to the NHL Finns Phoenix LiveView project. It also discusses reasons for working on side projects and explains how Oban is used for background jobs in this project.
Marko Honkanen
We can't find the internet
Attempting to reconnect
This post describes updates made to the NHL Finns Phoenix LiveView project. It also discusses reasons for working on side projects and explains how Oban is used for background jobs in this project.
Marko Honkanen
Phoenix LiveView is a pleasure to work with, and the testing capabilities in LiveView add one more benefit to using it.
Marko Honkanen
Here are some tips on what I've found to be good practices when working on test automation
Marko Honkanen
This post lists the benefits of using test automation in your software project.
Marko Honkanen
While the importance of testing is widely understood, this post lists some of the important points.
Marko Honkanen
Continuous integration is basically a mandatory requirement for todays development work. Here is how I setup an Elixir/Phoenix project to run on CircleCI
Marko Honkanen
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.
Marko Honkanen
Some tips on how to create a maintainable Cucumber test suite. Cucumber is a popular choice when the company is using BDD to ease the communication between stakeholders. Putting too much logic in the step definitions can make maintaining the test suite difficult.
Marko Honkanen