Code

Tech

JavaScript Testing Anti-Patterns

How not to initialize test objects: avoid these practices to make tests more concise, maintainable, readable, and trustworthy.

Read
Tech

Elixir Atoms vs JavaScript Symbols

What are Elixir "atoms", and how are they different from JavaScript Symbols?

Read