Blog

The Component Manifesto

Last updated on 3 days ago
  • components
  • architecture
  • react
  • best-practices

Building components feels deceptively simple at first. You write a function, return some markup, and voilà you have a component. But as…

Understanding Protocols in Elixir: A Practical Guide

Last updated on 8 months ago
  • Elixir
  • Protocols
  • Functional Programming
  • Polymorphism

Understanding Protocols in Elixir: A Practical Guide Elixir protocols provide a powerful way to implement polymorphism in a functional…