Elixir/Erlang: Tail Call Optimization is not enough
Feelings after researching and experimenting on Tail Call Optimization
In this article, we’ll be talking about a widespread concept of Functional Programming called Tail Call Recursion (or Tail Call Optimization or just Tail Call). …
4 min read
The acceptable way to integration tests with Spring and Kotlin
When I started to implement tests with Spring Boot, I struggled to find a way to implement integration tests. Integration tests need to pass through …
4 min read
Watch out for your test case values: detecting code changes
Having a test case exercising your code path is not enough if it is set up with values that wouldn’t detect code changes. In a …
4 min read
The Art Of Multistep Forms #1 — Navigation
How to implement the basic structure of a multistep form
Last Updated on May 29, 2023 Recently, we’ve had to implement a multistep form and it resulted in a very well-rounded implementation, on this form …
4 min read
Dependency Injection With Cyclic Dependencies
Last Updated on July 4, 2023 Photo by Matt Seymour on Unsplash Intro Dependency injection is a very powerful technique that allows us to write …
4 min read
Empowering your systems with State Machines and XState
Last Updated on April 11, 2024 We know software can get complex over time, specially when it comes to state management. More often than not, …
4 min read



