Conventional Commit Hooks with Cargo (Rust)

Conventional commit hooks are handy in a team environment where everyone must use a sensible commit message format to communicate and collaborate on a code base. The Conventional Commits specification is precisely defined for this purpose. It is a lightweight convention on top of commit messages....

Read More

My experience with Elixir

This year I started exploring two programming languages, Elixir and Rust. I will talk about Rust some other day. Today I like to share my experience with Elixir. Powerful and easy to learn: It is powerful yet easy to learn and use. It is...

Read More