How using async/await can make your async JavaScript code clearer.
When you spot Maybe List
in your code, it may be time to think about alternatives.
When our technical interview began to feel “off”, we identified pain points and crafted a new experience, resulting in less bias, reduced variance, and a more accurate representation of day-to-day work.
When you’re stuck, the best solution is often to represent the problem in a different medium.
Elm’s type system gives us some great tools for modeling gamedev.
In gamedev, decoupling the in-game world from the real world makes math easier.
On the code-changing magic of yield_self
.
Structs and maps are easy to work with in Elixir, but if they are stored in the database as JSON and accessed via an Ecto Schema, it’s not as clear how to query them. We’re going to explore how to do that, and make it clear and easy.
Write more confident code to avoid viral Maybe
taking over your project.
Leverage the core mechanics of Maybe
to clean up your nested cases.