5 Truths About Tailwind CSS
Recently, I had the opportunity to work with Tailwind CSS. At first, I was not really happy about it. I knew I had to start …
Codeminer42’s Engineering Blog
Recently, I had the opportunity to work with Tailwind CSS. At first, I was not really happy about it. I knew I had to start …
Image from unsplash Intro Even though nowadays I mostly work with Javascript/Typescript, I’ve spent a long time programming with C++ and as you’ve probably heard …
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). …
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 …
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 …
Recently, we’ve had to implement a multistep form and it resulted in a very well-rounded implementation, on this form we have: validation, state management, local …
Photo by Matt Seymour on Unsplash Intro Dependency injection is a very powerful technique that allows us to write code that is both more testable …
We know software can get complex over time, specially when it comes to state management. More often than not, we find ourselves with tricky user …
Hello guys! These days I was remembering how one year ago, maybe more, I decided to look over each function from RamdaJs and try to …
In our last post on Elixir we learned a bit about loops. In that post, we implemented a simple algorithm to sum numbers in a …