distributed-systems
Gleam's Promises
Gleam promises a beautiful syntax, the power of a type system, and functional programming on top of the highly concurrent BEAM VM. A very intriguing concept! But why would it have Promises?
distributed-systems
Gleam promises a beautiful syntax, the power of a type system, and functional programming on top of the highly concurrent BEAM VM. A very intriguing concept! But why would it have Promises?
symfony
Symfony Flex simplifies the entire project structure. This post shows how to configure Composer such that you can keep your old legacy bundles in addition to the new src App namespace.
docker
Tool not available? Just spawn a container!
toastmasters
Should we all be like Tanjiro? Despite hardship and loss, he chooses empathy, optimism, and trust, proving that kindness offered without expectation can change not just others, but ourselves too.
toastmasters
Your voice is your most personal instrument — and you can shape how it sounds. Together, we’ll explore how to improve vocal tone by managing breath, releasing tension, and increasing resonance through simple, practical exercises.
distributed-systems
Vector Clocks capture causal relationships between events in a distributed system. However, ordering them is not easy and not always…