Codeminer42's Engineering Blog

The Miners

  • Exploring RamdaJs functions

    · 10 min read · by Felipe Nolleto

    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 understand how to use it.…

  • Elixir accumulators

    · 6 min read · by Edy Silva

    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 list. Today we'll keep learning…

  • Recursion and Iteration Part I

    · 13 min read · by Henrique Yuji

    Recursion and Iteration While iterative constructs are well understood by programmers in general, it is not uncommon to stumble upon difficulties when dealing with recursion, but did you know that…

  • Our Internal Review Process for Publishing Posts

    · 6 min read · by Julia Mattos

    The Blog Team Hi! My name is Julia, I'm a developer working at Codeminer42 and I've also been a part of the blog team for a little over 9 months…

  • How to handle loops in Elixir

    · 5 min read · by Edy Silva

    Elixir is a dynamic, functional laguage for building scalable and maintainable applications. This is a short description of Elixir that we can get from it's documentation. Although small, this description…