Getting started with PETAL IntelliJ Elixir v11.9.1

Open-source Deep Dive: Hound

Started a new blog series - Open-source Deep Dive - where I dissect an open-source project and try to understand the project and the underlying technologies that power it!

The project to kick start this series is Hound - an Elixir library for browser automation and integration testing!

For this project, I explored how browser automation works and looked at how Hound takes fundamental principles of Elixir to build a robust library for writing integration tests with browser automation. I tried to focus on keeping the explanations clear and simple for even beginners to understand!

The post can be found here: https://woojiahao.github.io/blog/posts/2021-01-10-Open-source Deep Dive: Hound